diff options
| -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 | 
