aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/php.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-03-20 10:48:10 +0100
committerGitHub <noreply@github.com>2022-03-20 10:48:10 +0100
commit75157d2572248c330858586fa23649e7acf33416 (patch)
treec44491c405faf5a32429ead72ddac25465b64f78 /runtime/ftplugin/php.vim
parent54f15a9e47ea69e81ab9053b3ba9514415f592e4 (diff)
downloadrneovim-75157d2572248c330858586fa23649e7acf33416.tar.gz
rneovim-75157d2572248c330858586fa23649e7acf33416.tar.bz2
rneovim-75157d2572248c330858586fa23649e7acf33416.zip
vim-patch:47c532e2bc55 (#17780)
Update runtime files https://github.com/vim/vim/commit/47c532e2bc55e8a48f7f47e1fae1ed30144f2fa1
Diffstat (limited to 'runtime/ftplugin/php.vim')
-rw-r--r--runtime/ftplugin/php.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/ftplugin/php.vim b/runtime/ftplugin/php.vim
index 3ff0828ffe..2824a5853b 100644
--- a/runtime/ftplugin/php.vim
+++ b/runtime/ftplugin/php.vim
@@ -73,10 +73,11 @@ exe 'nno <buffer> <silent> ]] /' . escape(s:section, '|') . '/<CR>:nohls<CR>'
exe 'ono <buffer> <silent> [[ ?' . escape(s:section, '|') . '?<CR>:nohls<CR>'
exe 'ono <buffer> <silent> ]] /' . escape(s:section, '|') . '/<CR>:nohls<CR>'
+setlocal suffixesadd=.php
setlocal commentstring=/*%s*/
" Undo the stuff we changed.
-let b:undo_ftplugin = "setlocal commentstring< include< omnifunc<" .
+let b:undo_ftplugin = "setlocal suffixesadd< commentstring< include< omnifunc<" .
\ " | unlet! b:browsefilter b:match_words | " .
\ s:undo_ftplugin