aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-04 22:29:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-04 22:29:57 +1200
commitefa331046b8b99b3112ec262e68c0b246796502e (patch)
tree1aeabc34d5db6c7855703a350367dbdd25379182 /vim/ftplugin
parentMerge branch 'release/v0.45.0' into develop (diff)
downloaddotfiles-efa331046b8b99b3112ec262e68c0b246796502e.tar.gz
dotfiles-efa331046b8b99b3112ec262e68c0b246796502e.zip
Correct a comment in ftplugin/php.vim
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/php.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim
index b545e18a..39cec4b1 100644
--- a/vim/ftplugin/php.vim
+++ b/vim/ftplugin/php.vim
@@ -1,6 +1,6 @@
"
" Replace Vim's stock PHP filetype plugin, reimplementing only the part I
-" actually need (the matchit.vim keyword pairs).
+" actually need: the matchit.vim keyword pairs.
"
" This is mostly because the stock file pulls in HTML's filetype plugins too,
" without providing a variable check to stop it. That causes absurd problems