Commit 58c457e
committed
only neovim has vim.funcs
when checking if we can use sign priority we must make sure to check if
vim.funcs exists before using it because its only available in neovim.
You don't see this issue poping up if your version of vim is recent
enough since it will not contine into the or.
Fixes #474
Signed-off-by: BlackEagle <ike.devolder@gmail.com>1 parent 74b646b commit 58c457e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
0 commit comments