aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:52:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:52:21 +1300
commit60fd69311d851f10ae159e47fa3c327fae4cfe79 (patch)
tree90e7eb0b2fc0c1c2f31200c36e711ffabd8e9675 /vim/vimrc
parentPlace missing string concat (diff)
downloaddotfiles-60fd69311d851f10ae159e47fa3c327fae4cfe79.tar.gz
dotfiles-60fd69311d851f10ae159e47fa3c327fae4cfe79.zip
Remove unneeded character strip from complete
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f8f530e8..77b37c80 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -81,7 +81,7 @@ cnoremap <C-A> <Home>
cnoremap <C-E> <End>
" Completion
-set complete-=[i
+set complete-=i
inoremap <C-F> <C-X><C-F>
inoremap <C-]> <C-X><C-]>