summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-03-13 14:14:11 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-03-13 14:14:11 +0100
commit6eff90919d241f85d285b419556407f9d359360d (patch)
treee94dd29e43f22bcd43a76aefb73b6f64ed114035 /vim
parentc3672309ea0e3c75ee23e0e272b07e15a5ff2d33 (diff)
Fix missing endif
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