From 8cdc24af7ce746ac20baba406864adc540481352 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 Jul 2018 10:23:48 +1200 Subject: Make a filetype.vim comment consistent --- vim/filetype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/filetype.vim') diff --git a/vim/filetype.vim b/vim/filetype.vim index 00e47c0c..0ff4cf76 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -231,7 +231,7 @@ augroup filetypedetect \ ?*.markdown \,?*.md \ setfiletype markdown - " Add automatic commands to detect .muttrc files + " Mutt configuration files autocmd BufNewFile,BufRead \ Muttrc \,*/.muttrc.d/*.rc -- cgit v1.2.3