diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-03-13 14:14:11 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-03-13 14:14:11 +0100 |
commit | 6eff90919d241f85d285b419556407f9d359360d (patch) | |
tree | e94dd29e43f22bcd43a76aefb73b6f64ed114035 /vim/.vimrc | |
parent | c3672309ea0e3c75ee23e0e272b07e15a5ff2d33 (diff) |
Fix missing endif
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |