aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/sed.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin/sed.vim')
-rw-r--r--vim/after/ftplugin/sed.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/after/ftplugin/sed.vim b/vim/after/ftplugin/sed.vim
index f4045d93..56447a34 100644
--- a/vim/after/ftplugin/sed.vim
+++ b/vim/after/ftplugin/sed.vim
@@ -1,11 +1,9 @@
" Extra configuration for sed scripts
-if &filetype != 'sed' || &compatible || v:version < 700
+if &filetype !=# 'sed' || v:version < 700
finish
endif
" Set comment formats
setlocal comments=:#
setlocal formatoptions+=or
-let b:undo_ftplugin = b:undo_ftplugin
- \ . '|setlocal comments<'
- \ . '|setlocal formatoptions<'
+let b:undo_ftplugin .= '|setlocal comments< formatoptions<'