mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
vim-patch:8.0.0699: checksum tests are not actually run
Problem: Checksum tests are not actually run.
Solution: Add the tests to the list. (Dominique Pelle, closes vim/vim#1819)
710b4a1646
This commit is contained in:
@@ -27,6 +27,7 @@ source test_popup.vim
|
||||
source test_recover.vim
|
||||
source test_regexp_utf8.vim
|
||||
source test_source_utf8.vim
|
||||
source test_sha256.vim
|
||||
source test_statusline.vim
|
||||
source test_syn_attr.vim
|
||||
source test_tabline.vim
|
||||
|
@@ -11,3 +11,4 @@ source test_matchadd_conceal_utf8.vim
|
||||
source test_regexp_utf8.vim
|
||||
source test_source_utf8.vim
|
||||
source test_utf8.vim
|
||||
source test_utf8_comparisons.vim
|
||||
|
Reference in New Issue
Block a user