mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(vim)
i have no words closes #4706 closes #4707 closes #4708 closes #4709
This commit is contained in:
parent
cac8b7138e
commit
5aac8f718a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/vim/vim/archive/refs/tags/v{{version}}.tar.gz
|
url: https://github.com/vim/vim/archive/refs/tags/v{{version.raw}}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
|
@ -47,4 +47,4 @@ test:
|
||||||
echo ":wq" >> ./commands.vim
|
echo ":wq" >> ./commands.vim
|
||||||
touch $HOME/.exrc
|
touch $HOME/.exrc
|
||||||
vim -T dumb -S ./commands.vim ./test.txt
|
vim -T dumb -S ./commands.vim ./test.txt
|
||||||
test "$(cat ./test.txt)" = "test world"
|
test "$(cat ./test.txt)" = "test world"
|
||||||
|
|
Loading…
Reference in a new issue