aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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