From 35d8a8758070cb9c44c0d83ae03dab9b8aa348b8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 27 Apr 2016 06:12:23 -0400 Subject: Add ftplugin/muttrc.vim Set the correct comment prefix for the Muttrc config language (`#`). --- ftplugin/muttrc.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/muttrc.vim (limited to 'ftplugin') 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 -- cgit v1.2.3