From 8c54c443b2e0c24fe281d70f375ad75aaa6ff18c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:22:50 +1200 Subject: Correct a path in a VimL comment --- vim/config/packages.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3