From ad0a1fdec64ba686d6e75738755cf4d3b5b03e8d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 9 Jul 2018 14:12:03 +1200 Subject: Adjust comment on scripts.vim load --- vim/filetype.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/filetype.vim b/vim/filetype.vim index 89ee5b7d..6bb52b96 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -509,9 +509,9 @@ augroup filetypedetect \| call s:StripRepeat() \|endif - " If we *still* don't have a filetype, run the scripts.vim file that will - " examine actual file contents--but only the first one; don't load the - " system one at all + " If we still don't have a filetype, run the scripts.vim file that performs + " cleverer checks including looking at actual file contents--but only my + " custom one; don't load the system one at all. autocmd BufNewFile,BufRead,StdinReadPost \ * \ if !did_filetype() -- cgit v1.2.3