From e88782bda730bddfd9943934c3308c381930b519 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 16 Oct 2020 11:23:00 +0900 Subject: [PATCH] vint: setloclist() is not a command or function --- autoload/nim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/nim.vim b/autoload/nim.vim index 1a05a00..53cfaa0 100644 --- a/autoload/nim.vim +++ b/autoload/nim.vim @@ -216,7 +216,7 @@ fun! GotoDefinition_nim() abort endf fun! FindReferences_nim() abort - setloclist() + "setloclist() endf " Syntastic syntax checking