diff options
author | Teddy Wing | 2018-11-11 08:51:32 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-11 08:51:32 +0100 |
commit | bca03081f53e9e896b8e828b4de5bca8edb3b7d1 (patch) | |
tree | f16d4610fc55e8226fc16f985d63944021119a50 /ftplugin | |
parent | c91a9e042e43e6f89a72cb8bc26deec0a8ecf87d (diff) | |
download | vim-dome-key-bca03081f53e9e896b8e828b4de5bca8edb3b7d1.tar.bz2 |
Add ftplugin/dome_key.vim
Set 'commentstring' to use `#` comments.
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/dome_key.vim | 8 |
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 |