mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-28 23:06:51 +08:00
codespell: fix spelling errors picked out by codespell (#4343)
This commit is contained in:
@@ -178,7 +178,7 @@ Execute(FormatCommand should apply regular cwd paths):
|
||||
\ 'cd ' . (has('unix') ? '' : '/d ') . ale#Escape('/foo /bar') . ' && abc',
|
||||
\ ale#command#FormatCommand(bufnr('%'), '', 'abc', 0, v:null, '/foo /bar', [])[1]
|
||||
\
|
||||
Execute(FormatCommand should apply cwd subsitution and formatting):
|
||||
Execute(FormatCommand should apply cwd substitution and formatting):
|
||||
call ale#test#SetFilename('foo.txt')
|
||||
|
||||
AssertEqual
|
||||
|
||||
Reference in New Issue
Block a user