aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/php.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 00:54:05 +1200
commitd18886688821e5d67c3f698cebd1f31da1c253fc (patch)
tree7c203c74a30c9d7ec7177aa1d61ee577175219f5 /vim/after/ftplugin/php.vim
parentReview vim/ftplugin and vim/indent files (diff)
downloaddotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.tar.gz
dotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.zip
Join some b:undo_ftplugin addenda
Diffstat (limited to 'vim/after/ftplugin/php.vim')
-rw-r--r--vim/after/ftplugin/php.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/after/ftplugin/php.vim b/vim/after/ftplugin/php.vim
index f9ff008f..ee38ec3b 100644
--- a/vim/after/ftplugin/php.vim
+++ b/vim/after/ftplugin/php.vim
@@ -13,8 +13,7 @@ let b:undo_ftplugin = b:undo_ftplugin
setlocal comments=s1:/*,m:*,ex:*/,://,:#
setlocal formatoptions+=or
let b:undo_ftplugin = b:undo_ftplugin
- \ . '|setlocal comments<'
- \ . '|setlocal formatoptions<'
+ \ . '|setlocal comments< formatoptions<'
" Define keywords for matchit.vim
if exists('g:loaded_matchit')