forked from aniani/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.
This commit is contained in:
@@ -2656,7 +2656,7 @@ def Test_autoload_mapping()
|
||||
|
||||
import autoload 'toggle.vim'
|
||||
|
||||
nnoremap <silent> <expr> tt toggle.Toggle()
|
||||
nnoremap <silent> <expr> tt toggle.Toggle()
|
||||
nnoremap <silent> xx <ScriptCmd>toggle.Doit()<CR>
|
||||
nnoremap <silent> yy <Cmd>toggle.Doit()<CR>
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user