diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-30 00:54:05 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-30 00:54:05 +1200 |
commit | d18886688821e5d67c3f698cebd1f31da1c253fc (patch) | |
tree | 7c203c74a30c9d7ec7177aa1d61ee577175219f5 /vim/after/ftplugin/sh.vim | |
parent | Review vim/ftplugin and vim/indent files (diff) | |
download | dotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.tar.gz dotfiles-d18886688821e5d67c3f698cebd1f31da1c253fc.zip |
Join some b:undo_ftplugin addenda
Diffstat (limited to 'vim/after/ftplugin/sh.vim')
-rw-r--r-- | vim/after/ftplugin/sh.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/sh.vim b/vim/after/ftplugin/sh.vim index a59eeee8..5e4d9e99 100644 --- a/vim/after/ftplugin/sh.vim +++ b/vim/after/ftplugin/sh.vim @@ -13,7 +13,7 @@ let b:undo_ftplugin = b:undo_ftplugin setlocal comments=:# setlocal formatoptions+=or let b:undo_ftplugin = b:undo_ftplugin - \ . '|setlocal comments<' + \ . '|setlocal comments< formatoptions<' " If subtype is Bash, set 'keywordprg' to han(1df) if exists('b:is_bash') |