aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2021-05-28 19:44:27 +0000
committerThomas Buckley-Houston2021-05-28 23:57:34 +0000
commit28617f39da68fcf4d738040331f48285006022bb (patch)
tree0ed2d8472166cc3b2391ee99e657781460ea4ccc
parentf6371d8f6e809d4d8fff85913a81815426f064e0 (diff)
Fix missing endif
-rw-r--r--autoload/novim_mode.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/novim_mode.vim b/autoload/novim_mode.vim
index e511bd4..df1a10e 100644
--- a/autoload/novim_mode.vim
+++ b/autoload/novim_mode.vim
@@ -320,6 +320,7 @@ function! novim_mode#ExitVim()
endif
else
quitall
+ endif
endfunction
function! novim_mode#GotoLine()