Merge pull request #158066 from enderger/tup/fix-vim-syntax

vimPlugins.tup: fix ftdetect
This commit is contained in:
Sandro 2022-02-04 02:12:24 +01:00 committed by GitHub
commit fbec519ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,7 +692,7 @@ self: super: {
let
# Based on the comment at the top of https://github.com/gittup/tup/blob/master/contrib/syntax/tup.vim
ftdetect = builtins.toFile "tup.vim" ''
au BufNewFile,BufRead Tupfile, *.tup set filetype=tup
au BufNewFile,BufRead Tupfile,*.tup setf tup
'';
in
buildVimPluginFrom2Nix {