zeertzjq
a5955e5cc5
vim-patch:9.1.1778: sha256() treats empty blob and null blob differently
...
Problem: sha256() treats empty blob and null blob differently
(after 9.1.1774).
Solution: Handle null blob the same as empty blob (zeertzjq).
closes : vim/vim#18341
2f3b7ea19a
2025-09-21 06:31:27 +08:00
zeertzjq
39a21d749d
vim-patch:9.1.1774: cannot calculate sha256 of a Blob
...
Problem: cannot calculate sha256() of a Blob
Solution: Change sha256() to accept a Blob or String argument
(thinca).
closes : vim/vim#18336
4150283b83
Co-authored-by: thinca <thinca@gmail.com >
2025-09-21 06:31:27 +08:00
zeertzjq
98c1355e2f
test(old): fix test_tabline failure ( #32907 )
...
Also fix tests after test_sha256 in test_alot.vim being skipped.
2025-03-15 10:53:33 +00:00
dundargoc
af23d17388
test: move oldtests to test directory ( #22536 )
...
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.
2023-03-07 11:13:04 +08:00