aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-20 15:07:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-20 15:07:57 +1300
commitac373a7c4ca875c3fa19b93606be1b7be823a69c (patch)
tree49c88022fe21573b5acec80f84b62dd58ee39bee
parentMerge branch 'release/v3.6.0' (diff)
downloaddotfiles-ac373a7c4ca875c3fa19b93606be1b7be823a69c.tar.gz
dotfiles-ac373a7c4ca875c3fa19b93606be1b7be823a69c.zip
Correct error in stub .vimrc
This was introduced in commit 5d67a92. I'm surprised I haven't noticed already. I would have thought this would cause glaring errors.
-rw-r--r--vim/vimrc.stub.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc.stub.vim b/vim/vimrc.stub.vim
index d348bd71..d0ac3bd5 100644
--- a/vim/vimrc.stub.vim
+++ b/vim/vimrc.stub.vim
@@ -11,4 +11,4 @@ set runtimepath-=~/.vim/after
if has('win32') || has('win64')
set runtimepath-=~/vimfiles
set runtimepath-=~/vimfiles/after
-else
+endif