Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim71/ftplugin/logindefs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim71/ftplugin/logindefs.vim')
-rw-r--r--vim71/ftplugin/logindefs.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim71/ftplugin/logindefs.vim b/vim71/ftplugin/logindefs.vim
new file mode 100644
index 0000000..431755e
--- /dev/null
+++ b/vim71/ftplugin/logindefs.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin file
+" Language: login.defs(5) configuration file
+" Maintainer: Nikolai Weibull <now@bitwi.se>
+" Latest Revision: 2006-04-19
+
+if exists("b:did_ftplugin")
+ finish
+endif
+let b:did_ftplugin = 1
+
+let b:undo_ftplugin = "setl com< cms< fo<"
+
+setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql