aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:31:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:31:27 +1300
commit4fc03c3970e9ccfcb6a792fed5b8c7d34e93da1e (patch)
treee50b4bc51e5e03befeef325c43fc14049929a727
parentDocument each 'backspace' flag in Vim config (diff)
downloaddotfiles-4fc03c3970e9ccfcb6a792fed5b8c7d34e93da1e.tar.gz
dotfiles-4fc03c3970e9ccfcb6a792fed5b8c7d34e93da1e.zip
Correct nonexistent 'wildmode' value in Vim config
There is no such setting as "longest:list". What I meant was "list:longest".
-rw-r--r--vim/config/completion.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/completion.vim b/vim/config/completion.vim
index a8a5c201..566a3a7c 100644
--- a/vim/config/completion.vim
+++ b/vim/config/completion.vim
@@ -9,7 +9,7 @@ if has('wildmenu')
" Use the wild menu, both completing and showing all possible completions
" with a single Tab press, just as I've configured Bash to do
set wildmenu
- set wildmode=longest:list
+ set wildmode=list:longest
" Don't complete certain files that I'm not likely to want to manipulate
" from within Vim: