1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Fix some typos. (#702)

This commit is contained in:
Shuangchi He
2022-10-16 03:10:05 +08:00
committed by GitHub
parent c30d2b7a53
commit ac52a165d7
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ function! ale_linters#powershell#psscriptanalyzer#GetExecutable(buffer) abort
return ale#Var(a:buffer, 'powershell_psscriptanalyzer_executable')
endfunction
" Run Invoke-ScriptAnalyzer and output each linting message as 4 seperate lines
" Run Invoke-ScriptAnalyzer and output each linting message as 4 separate lines
" for each parsing
function! ale_linters#powershell#psscriptanalyzer#GetCommand(buffer) abort
let l:exclude_option = ale#Var(