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.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim/after/ftplugin/sed.vim b/vim/after/ftplugin/sed.vim
deleted file mode 100644
index f4045d93..00000000
--- a/vim/after/ftplugin/sed.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-" Extra configuration for sed scripts
-if &filetype != 'sed' || &compatible || v:version < 700
- finish
-endif
-
-" Set comment formats
-setlocal comments=:#
-setlocal formatoptions+=or
-let b:undo_ftplugin = b:undo_ftplugin
- \ . '|setlocal comments<'
- \ . '|setlocal formatoptions<'