aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-27 19:22:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-27 19:22:06 +1300
commitc4704515255cbf04988b5011a9f2fedc200e8704 (patch)
treefbb182aaa5fa5158e51924c3f4a98e9e2f0a5b77
parentRemove some vestigial Bash 2.05 guards/comments (diff)
downloaddotfiles-c4704515255cbf04988b5011a9f2fedc200e8704.tar.gz
dotfiles-c4704515255cbf04988b5011a9f2fedc200e8704.zip
Correct typo in stub vimrc
-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 d0ac3bd5..b7aa1deb 100644
--- a/vim/vimrc.stub.vim
+++ b/vim/vimrc.stub.vim
@@ -1,5 +1,5 @@
" If we have non-tiny Vim version >=7, source real vimrc; this works because
-" tiny and/or ancient builds of Vim quietly igore all code in :if blocks
+" tiny and/or ancient builds of Vim quietly ignore all code in :if blocks
if v:version >= 700
runtime vimrc
finish