From: Iain Patterson Date: Wed, 10 Jun 2009 10:29:42 +0000 (+0100) Subject: pumheight was introduced in Vim 7. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=cb8fd4bb449e44110ca681bdab168009cf9e229b;ds=inline pumheight was introduced in Vim 7. --- 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