diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-07-17 10:19:31 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2024-07-18 06:18:03 +0800 |
| commit | 457ab65ff3f7a7d3eecb45d4f3b48ab8a0295e52 (patch) | |
| tree | 7bfcb7a0cc38e6a2473f8c21ce58d4dd6b828276 /test/old/testdir/test_substitute.vim | |
| parent | f17d81933067c5356f1c8419218d61aaaec9046c (diff) | |
| download | rneovim-457ab65ff3f7a7d3eecb45d4f3b48ab8a0295e52.tar.gz rneovim-457ab65ff3f7a7d3eecb45d4f3b48ab8a0295e52.tar.bz2 rneovim-457ab65ff3f7a7d3eecb45d4f3b48ab8a0295e52.zip | |
vim-patch:9.0.1257: code style is not check in test scripts
Problem: Code style is not check in test scripts.
Solution: Add basic code style check for test files.
https://github.com/vim/vim/commit/94722c510745a0cfd494c51625a514b92dd2bfb2
Use Test_test_files() from latest Vim.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'test/old/testdir/test_substitute.vim')
| -rw-r--r-- | test/old/testdir/test_substitute.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_substitute.vim b/test/old/testdir/test_substitute.vim index a8f2d99f50..f69a3c525b 100644 --- a/test/old/testdir/test_substitute.vim +++ b/test/old/testdir/test_substitute.vim @@ -743,7 +743,7 @@ func Test_sub_highlight_zero_match() endfunc func Test_nocatch_sub_failure_handling() - " normal error results in all replacements + " normal error results in all replacements func Foo() foobar endfunc |