summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
commit437df8f48460ad687c6f4cc5dd4c9b66155c7b05 (patch)
tree22cd85f02613e26ff3bdf193f16286e11c1eaeee /runtime/ftplugin
parent25e2c9e3e6a2eaafd7d21a6f4e70c836d7888d8d (diff)
updated for version 7.0f03v7.0f03
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/mrxvtrc.vim14
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/ftplugin/mrxvtrc.vim b/runtime/ftplugin/mrxvtrc.vim
new file mode 100644
index 0000000000..d1313bc205
--- /dev/null
+++ b/runtime/ftplugin/mrxvtrc.vim
@@ -0,0 +1,14 @@
+" Created : Wed 26 Apr 2006 01:20:53 AM CDT
+" Modified : Thu 27 Apr 2006 03:29:13 AM CDT
+" Author : Gautam Iyer <gi1242@users.sourceforge.net>
+" Description : ftplugin for mrxvtrc
+
+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
+