aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/password.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/password.vim')
-rw-r--r--vim/ftplugin/password.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/vim/ftplugin/password.vim b/vim/ftplugin/password.vim
deleted file mode 100644
index 28f5a5e9..00000000
--- a/vim/ftplugin/password.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-" Only do this when not yet done for this buffer
-if exists('b:did_ftplugin')
- finish
-endif
-let b:did_ftplugin = 1
-
-" No autoformatting
-setlocal formatoptions=
-let b:undo_ftplugin = 'setlocal formatoptions<'