mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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.
94722c5107
Use Test_test_files() from latest Vim.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1164,7 +1164,7 @@ func Test_compare_column_matchstr()
|
||||
" matchstr().
|
||||
enew
|
||||
call setline(1, ['one', 'two', 'three'])
|
||||
:3
|
||||
:3
|
||||
:/ee
|
||||
bwipe!
|
||||
set re=1
|
||||
|
||||
Reference in New Issue
Block a user