aboutsummaryrefslogtreecommitdiff
path: root/vim/filetype.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:14:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:14:33 +1200
commit61510136713744eaa0639830c0f7a2a990cfbb54 (patch)
tree9b002a618e124451adcd141ce5eeaef03e4c6582 /vim/filetype.vim
parentUse tabs for mpdconf (diff)
downloaddotfiles-61510136713744eaa0639830c0f7a2a990cfbb54.tar.gz
dotfiles-61510136713744eaa0639830c0f7a2a990cfbb54.zip
Some spelling fixes
Diffstat (limited to 'vim/filetype.vim')
-rw-r--r--vim/filetype.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 137d1cf5..e1bdf728 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -395,7 +395,7 @@ augroup filetypedetect
autocmd BufNewFile,BufRead
\ ?*.tsv
\ setfiletype tsv
- " VimL files
+ " Vim script files
autocmd BufNewFile,BufRead
\ ?*.vim
\,.exrc
@@ -416,7 +416,7 @@ augroup filetypedetect
\ .wgetrc
\,wgetrc
\ setfiletype wget
- " Add automatic commands to find Xresources subfiles
+ " Add automatic commands to find .Xresources subfiles
autocmd BufNewFile,BufRead
\ .Xresources
\,*/.Xresources.d/*
@@ -455,8 +455,8 @@ augroup filetypedetect
\,zshrc
\ setfiletype zsh
- " If it's a new file in a bin, libexec, or scripts subdir that has a
- " Makefile.PL sibling, and I'm editing it, it's almost definitely Perl.
+ " If it's a new file in a bin, libexec, or scripts subdirectory that has
+ " a Makefile.PL sibling, and I'm editing it, it's almost definitely Perl.
autocmd BufNewFile
\ ?*/bin/?*
\,?*/libexec/?*