aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/dome_key.vim
diff options
context:
space:
mode:
authorTeddy Wing2018-11-11 08:51:32 +0100
committerTeddy Wing2018-11-11 08:51:32 +0100
commitbca03081f53e9e896b8e828b4de5bca8edb3b7d1 (patch)
treef16d4610fc55e8226fc16f985d63944021119a50 /ftplugin/dome_key.vim
parentc91a9e042e43e6f89a72cb8bc26deec0a8ecf87d (diff)
downloadvim-dome-key-bca03081f53e9e896b8e828b4de5bca8edb3b7d1.tar.bz2
Add ftplugin/dome_key.vim
Set 'commentstring' to use `#` comments.
Diffstat (limited to 'ftplugin/dome_key.vim')
-rw-r--r--ftplugin/dome_key.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/ftplugin/dome_key.vim b/ftplugin/dome_key.vim
new file mode 100644
index 0000000..d026bd4
--- /dev/null
+++ b/ftplugin/dome_key.vim
@@ -0,0 +1,8 @@
+if exists('b:did_ftplugin')
+ finish
+endif
+let b:did_ftplugin = 1
+
+let b:undo_ftplugin = 'setlocal commentstring<'
+
+setlocal commentstring=#\ %s