mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
codespell: fix spelling errors picked out by codespell (#4343)
This commit is contained in:
@@ -285,7 +285,7 @@ Execute(The tslint handler should not report no-implicit-dependencies errors):
|
||||
\ }])])
|
||||
|
||||
Execute(The tslint handler should set filename keys for temporary files):
|
||||
" The temporay filename below is hacked into being a relative path so we can
|
||||
" The temporary filename below is hacked into being a relative path so we can
|
||||
" test that we resolve the temporary filename first.
|
||||
let b:relative_to_root = substitute(expand('%:p'), '\v[^/\\]*([/\\])[^/\\]*', '../', 'g')
|
||||
let b:tempname_suffix = substitute(tempname(), '^\v([A-Z]:)?[/\\]', '', '')
|
||||
|
||||
Reference in New Issue
Block a user