aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:36:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 22:42:29 +1200
commitcb77ee161538bc439b9daad3483974c60468a84a (patch)
treec1e5e558ca26232d94f724f91cd3b4bed55caaa8 /vim/ftplugin
parentUse tabs for Git configuration files (diff)
downloaddotfiles-cb77ee161538bc439b9daad3483974c60468a84a.tar.gz
dotfiles-cb77ee161538bc439b9daad3483974c60468a84a.zip
Remove unneeded password filetype
Diffstat (limited to 'vim/ftplugin')
-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<'