aboutsummaryrefslogtreecommitdiff
path: root/vim/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/filetype.vim')
-rw-r--r--vim/filetype.vim6
1 files 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()