mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-30 14:45:29 +08:00
codespell: fix spelling errors picked out by codespell (#4343)
This commit is contained in:
@@ -28,7 +28,7 @@ Execute(The command wrapper should work with a nice command with an explicit mar
|
||||
|
||||
call TestCommand('nice -n 5 foo bar', 'foo bar')
|
||||
|
||||
Execute(Wrappers with spread arguments in the middle should be suppported):
|
||||
Execute(Wrappers with spread arguments in the middle should be supported):
|
||||
let b:ale_command_wrapper = 'wrap %* --'
|
||||
|
||||
call TestCommand('wrap foo bar --', 'foo bar')
|
||||
|
||||
Reference in New Issue
Block a user