diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-18 08:48:23 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-18 08:48:52 +1200 |
commit | 7cc8c94df33327faca1fb9bdbfa712016c0a0c2d (patch) | |
tree | 31e7bf3b36f2708284dfb08173d4f4bfc0ccb7db /vim | |
parent | Merge branch 'hotfix/v0.56.1' into develop (diff) | |
download | dotfiles-7cc8c94df33327faca1fb9bdbfa712016c0a0c2d.tar.gz dotfiles-7cc8c94df33327faca1fb9bdbfa712016c0a0c2d.zip |
Correct a filetype.vim comment
Diffstat (limited to 'vim')
-rw-r--r-- | vim/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim index 3cd2b203..80c93412 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -246,7 +246,7 @@ augroup filetypedetect \,?*.[1-9] \,*/man[1-9]*/?*.[1-9]* \ setfiletype nroff - " UNIX pass file + " UNIX password and shadow files autocmd BufNewFile,BufRead \ /etc/passwd \,/etc/passwd- |