aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/php.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-04 22:44:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-04 22:44:54 +1200
commit9d54f2b9d9246d4ad35172745d68d17290eeb840 (patch)
tree36fa4859d69e56e0612d2449d6ee0881e2e5d16a /vim/ftplugin/php.vim
parentMerge branch 'release/v0.45.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-6534ac06df99a14aa65ed6a19ec0ea496c4088b7.tar.gz (sig)
dotfiles-6534ac06df99a14aa65ed6a19ec0ea496c4088b7.zip
Merge branch 'release/v0.46.0'v0.46.0
* release/v0.46.0: Bump VERSION Use correct function for function existence check Move Markdown and PHP ftplugins from after dir Make private copy of ftplugin/markdown.vim Correct a comment in ftplugin/php.vim
Diffstat (limited to 'vim/ftplugin/php.vim')
-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