Commit 18aefde
committed
fix: use non-NUL separator in mermaid_cache_path
The NUL byte separator in mermaid_cache_path causes the Lua→vimscript
bridge to convert the concatenated string to a Blob on Neovim ≤ 0.11,
which vim.fn.sha256 rejects with E976. Using '|' avoids the Blob
conversion entirely. Fixed upstream in v0.12 (vim-patch 9.1.1774).1 parent 9874f13 commit 18aefde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments