i have no words

closes #4706
closes #4707
closes #4708
closes #4709
This commit is contained in:
Jacob Heider 2024-01-03 14:53:43 -05:00
parent cac8b7138e
commit 5aac8f718a
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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"