Message ID | 20190117034440.8786-1-polyzen@archlinux.org |
---|---|
State | Rejected |
Headers | show |
Series | Vim additions and cleanup | expand |
Excerpts from Daniel M. Capella's message of January 17, 2019 4:44: > Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> > --- > src/vim/ftdetect/PKGBUILD.vim | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/vim/ftdetect/PKGBUILD.vim b/src/vim/ftdetect/PKGBUILD.vim > index cc84ccb..48475b6 100644 > --- a/src/vim/ftdetect/PKGBUILD.vim > +++ b/src/vim/ftdetect/PKGBUILD.vim > @@ -1 +1,2 @@ > au BufNewFile,BufRead PKGBUILD set filetype=PKGBUILD > +au BufNewFile,BufRead PKGBUILD.vim set filetype=vim I think I would rather prefer it if this was fixed in vim upstream instead, since it's something broken there and not in our configs, and it's definitely vim's domain to fix the ft for *.vim things. I don't really have any actual strong feelings about this in particular though. Overall patchset LGTM.
diff --git a/src/vim/ftdetect/PKGBUILD.vim b/src/vim/ftdetect/PKGBUILD.vim index cc84ccb..48475b6 100644 --- a/src/vim/ftdetect/PKGBUILD.vim +++ b/src/vim/ftdetect/PKGBUILD.vim @@ -1 +1,2 @@ au BufNewFile,BufRead PKGBUILD set filetype=PKGBUILD +au BufNewFile,BufRead PKGBUILD.vim set filetype=vim
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> --- src/vim/ftdetect/PKGBUILD.vim | 1 + 1 file changed, 1 insertion(+)