Merge & combine

master
Brandon Hartshorn 2019-10-13 20:35:05 -05:00
parent 88d87aa5b9
commit a8fb95a3f4
2 changed files with 6 additions and 1 deletions

View File

@ -9,4 +9,4 @@ function run {
seafile-applet
nm-applet
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

View File

@ -216,6 +216,11 @@ set wildmenu
" autocomplete configuration
set wildmode=longest:full,full
" autocomplete - case insensitivity
if exists("&wildignorecase")
set wildignorecase
endif
" These two options change search. All lowercase = case insensitive, any upper
" = case sensitive
set ignorecase