summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index eecd1c5..f09edfd 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -262,7 +262,7 @@ function! Multiple_cursors_after()
if has("nvim")
let b:deoplete_disable_auto_complete = 0
call deoplete#enable()
- else
+ endif
endfunction
"" Vim variables {{{1