X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=.vimrc;h=5f81697233c7784cdb46f4750251a35de88a59fc;hb=cb8fd4bb449e44110ca681bdab168009cf9e229b;hp=dd14293cc6181e07afa29cab6ade37f848f0762d;hpb=7550ab9420526bc382845b14af7eb1534b768ab1;p=profile.git 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