Fix some typos. (#702)
This commit is contained in:
parent
c30d2b7a53
commit
ac52a165d7
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ function! ale_linters#powershell#psscriptanalyzer#GetExecutable(buffer) abort
|
||||||
return ale#Var(a:buffer, 'powershell_psscriptanalyzer_executable')
|
return ale#Var(a:buffer, 'powershell_psscriptanalyzer_executable')
|
||||||
endfunction
|
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
|
" for each parsing
|
||||||
function! ale_linters#powershell#psscriptanalyzer#GetCommand(buffer) abort
|
function! ale_linters#powershell#psscriptanalyzer#GetCommand(buffer) abort
|
||||||
let l:exclude_option = ale#Var(
|
let l:exclude_option = ale#Var(
|
||||||
|
|
|
@ -1940,7 +1940,7 @@ syn keyword ngxDirectiveThirdParty srcache_default_expire
|
||||||
syn keyword ngxDirectiveThirdParty srcache_max_expire
|
syn keyword ngxDirectiveThirdParty srcache_max_expire
|
||||||
|
|
||||||
" SSSD Info Module <https://github.com/veruu/ngx_sssd_info>
|
" SSSD Info Module <https://github.com/veruu/ngx_sssd_info>
|
||||||
" Retrives additional attributes from SSSD for current authentizated user
|
" Retrieves additional attributes from SSSD for current authentizated user
|
||||||
syn keyword ngxDirectiveThirdParty sssd_info
|
syn keyword ngxDirectiveThirdParty sssd_info
|
||||||
syn keyword ngxDirectiveThirdParty sssd_info_output_to
|
syn keyword ngxDirectiveThirdParty sssd_info_output_to
|
||||||
syn keyword ngxDirectiveThirdParty sssd_info_groups
|
syn keyword ngxDirectiveThirdParty sssd_info_groups
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Important:
|
" Important:
|
||||||
" This requries that you install https://github.com/amix/vimrc !
|
" This requires that you install https://github.com/amix/vimrc !
|
||||||
"
|
"
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue