aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:22:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:22:50 +1200
commit8c54c443b2e0c24fe281d70f375ad75aaa6ff18c (patch)
treedfa664655831ef7542f36b88333b6d2605882549
parentMerge branch 'release/v0.47.0' into develop (diff)
downloaddotfiles-8c54c443b2e0c24fe281d70f375ad75aaa6ff18c.tar.gz
dotfiles-8c54c443b2e0c24fe281d70f375ad75aaa6ff18c.zip
Correct a path in a VimL comment
-rw-r--r--vim/config/packages.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/packages.vim b/vim/config/packages.vim
index f03595eb..f6f38b35 100644
--- a/vim/config/packages.vim
+++ b/vim/config/packages.vim
@@ -1,5 +1,5 @@
" Add the packaged version of matchit.vim included in the distribution, if
-" possible; after/plugin/macros.vim loads this for older Vims
+" possible; plugin/macros.vim loads this for older Vims
if has('packages')
silent! packadd! matchit
endif