diff options
author | Teddy Wing | 2018-11-24 21:11:23 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-24 21:11:23 +0100 |
commit | 1074322bc78a8fc98fd3db47f98e09db8de268b7 (patch) | |
tree | 73351f3c79a1514dc0541cab6cd10d6960065f9a /ftplugin | |
parent | 6d5eb7f07d34c3c88431bffa5300cbd127142a3b (diff) | |
download | dotvim-1074322bc78a8fc98fd3db47f98e09db8de268b7.tar.bz2 |
Add ftplugin/dome_key.vim
Use the plugin's ftplugin. This gives us the proper comment string.
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/dome_key.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/dome_key.vim b/ftplugin/dome_key.vim new file mode 100644 index 0000000..3f64fa2 --- /dev/null +++ b/ftplugin/dome_key.vim @@ -0,0 +1,3 @@ +if exists('b:did_ftplugin') + unlet b:did_ftplugin +endif |