From cb8fd4bb449e44110ca681bdab168009cf9e229b Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 10 Jun 2009 11:29:42 +0100 Subject: [PATCH] pumheight was introduced in Vim 7. --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index dd14293..5f81697 100644 --- a/.vimrc +++ b/.vimrc @@ -356,9 +356,6 @@ endif hi! link TabLineSel StatusLine hi! link TabLine StatusLineNC -" Limit the size of the popup menu when completing. -se pumheight=20 - " Ignore whitespace when diffing. se diffopt=filler,iwhite @@ -572,6 +569,9 @@ au FocusLost * call Highlight_StatusLine("f") au InsertEnter * call Highlight_StatusLine("I") au InsertLeave * call Highlight_StatusLine("i") +" Limit the size of the popup menu when completing. +se pumheight=20 + " Make diffs vertical by default. se diffopt+=vertical -- 2.7.4