mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
Merge pull request #158066 from enderger/tup/fix-vim-syntax
vimPlugins.tup: fix ftdetect
This commit is contained in:
commit
fbec519ccd
@ -692,7 +692,7 @@ self: super: {
|
|||||||
let
|
let
|
||||||
# Based on the comment at the top of https://github.com/gittup/tup/blob/master/contrib/syntax/tup.vim
|
# Based on the comment at the top of https://github.com/gittup/tup/blob/master/contrib/syntax/tup.vim
|
||||||
ftdetect = builtins.toFile "tup.vim" ''
|
ftdetect = builtins.toFile "tup.vim" ''
|
||||||
au BufNewFile,BufRead Tupfile, *.tup set filetype=tup
|
au BufNewFile,BufRead Tupfile,*.tup setf tup
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
buildVimPluginFrom2Nix {
|
buildVimPluginFrom2Nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user