pumheight was introduced in Vim 7.
authorIain Patterson <me@iain.cx>
Wed, 10 Jun 2009 10:29:42 +0000 (11:29 +0100)
committerIain Patterson <me@iain.cx>
Wed, 10 Jun 2009 10:29:42 +0000 (11:29 +0100)
.vimrc

diff --git a/.vimrc b/.vimrc
index dd14293..5f81697 100644 (file)
--- 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