aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/awk.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin/awk.vim')
-rw-r--r--vim/after/ftplugin/awk.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/after/ftplugin/awk.vim b/vim/after/ftplugin/awk.vim
index d4e16d9a..2051bd21 100644
--- a/vim/after/ftplugin/awk.vim
+++ b/vim/after/ftplugin/awk.vim
@@ -13,5 +13,4 @@ let b:undo_ftplugin = b:undo_ftplugin
setlocal comments=:#
setlocal formatoptions+=or
let b:undo_ftplugin = b:undo_ftplugin
- \ . '|setlocal comments<'
- \ . '|setlocal formatoptions<'
+ \ . '|setlocal comments< formatoptions<'