diff options
author | Teddy Wing | 2016-04-27 06:12:23 -0400 |
---|---|---|
committer | Teddy Wing | 2016-04-27 06:12:23 -0400 |
commit | 35d8a8758070cb9c44c0d83ae03dab9b8aa348b8 (patch) | |
tree | c4139abad0e9c3d6ade0f327041356178851170f /ftplugin | |
parent | e1c79fdc0ebf30d16bddeef46cc554fc9458be1f (diff) | |
download | dotvim-35d8a8758070cb9c44c0d83ae03dab9b8aa348b8.tar.bz2 |
Add ftplugin/muttrc.vim
Set the correct comment prefix for the Muttrc config language (`#`).
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/muttrc.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/muttrc.vim b/ftplugin/muttrc.vim new file mode 100644 index 0000000..8765705 --- /dev/null +++ b/ftplugin/muttrc.vim @@ -0,0 +1,4 @@ +" Muttrc vim settings + +" Comment string +setlocal commentstring=#\ %s |