aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-09 14:12:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-09 14:12:03 +1200
commitad0a1fdec64ba686d6e75738755cf4d3b5b03e8d (patch)
tree35c331479a2bfd002bc810125f2587d9336b65bc
parentDon't defer package load for matchit (diff)
downloaddotfiles-ad0a1fdec64ba686d6e75738755cf4d3b5b03e8d.tar.gz
dotfiles-ad0a1fdec64ba686d6e75738755cf4d3b5b03e8d.zip
Adjust comment on scripts.vim load
-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()