From c42761a15fb7bd2c4c794c484faeea233f2264db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 15 Mar 2016 11:57:12 -0400 Subject: [PATCH 1/1] misc/vim: do not show the preview window when using the omnifunc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- misc/vim/plugin/nit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.9.5