diff options
author | Teddy Wing | 2018-11-24 21:07:07 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-24 21:07:07 +0100 |
commit | e496a9e061a64b5b1d118a215f0040a8a09b34f8 (patch) | |
tree | 13560f524d6a363fc07cccacf2906eda3e57f16f /ftplugin/make.vim | |
parent | 41ece92ba1627b7962975b3bc38129d4dcf45699 (diff) | |
download | dotvim-e496a9e061a64b5b1d118a215f0040a8a09b34f8.tar.bz2 |
Add ftplugin/make.vim
Set the correct comment string for make.
Diffstat (limited to 'ftplugin/make.vim')
-rw-r--r-- | ftplugin/make.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/make.vim b/ftplugin/make.vim new file mode 100644 index 0000000..9c2e80a --- /dev/null +++ b/ftplugin/make.vim @@ -0,0 +1 @@ +set commentstring=#\ %s |