misc/vim: do not show the preview window when using the omnifunc
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 15 Mar 2016 15:57:12 +0000 (11:57 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 18 Mar 2016 18:11:31 +0000 (14:11 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

misc/vim/plugin/nit.vim

index 6824882..582e5fb 100644 (file)
@@ -46,7 +46,7 @@ function NitComplete()
 
                " This gives us better results for Nit
                set noignorecase
-               set completeopt=longest,menuone,preview
+               set completeopt=longest,menuone
 
                " Do not predict small 3 letters keywords (or their prefix), they slow down
                " prediction and some also require double-enter on end of line.