From bca03081f53e9e896b8e828b4de5bca8edb3b7d1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 11 Nov 2018 08:51:32 +0100 Subject: Add ftplugin/dome_key.vim Set 'commentstring' to use `#` comments. --- ftplugin/dome_key.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ftplugin/dome_key.vim (limited to 'ftplugin') 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 -- cgit v1.2.3