NERD_tree plugin.
[profile.git] / .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