From: Alexis Laferrière Date: Tue, 15 Mar 2016 15:57:12 +0000 (-0400) Subject: misc/vim: do not show the preview window when using the omnifunc X-Git-Url: http://nitlanguage.org?hp=30194998c022bb84e09b6f73fa132496783d14ac misc/vim: do not show the preview window when using the omnifunc Signed-off-by: Alexis Laferrière --- diff --git a/misc/vim/plugin/nit.vim b/misc/vim/plugin/nit.vim index 6824882..582e5fb 100644 --- a/misc/vim/plugin/nit.vim +++ b/misc/vim/plugin/nit.vim @@ -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.