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
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