Ban !=# and !=? from the codebase
This commit is contained in:
parent
b1462ac66c
commit
d5ae3201a4
24 changed files with 37 additions and 33 deletions
|
@ -236,7 +236,7 @@ function! ALEInitAuGroups() abort
|
|||
" opening a buffer. The FileType will fire when buffers are opened.
|
||||
autocmd FileType *
|
||||
\ if has_key(b:, 'ale_original_filetype')
|
||||
\ && b:ale_original_filetype !=# expand('<amatch>')
|
||||
\ && b:ale_original_filetype isnot# expand('<amatch>')
|
||||
\| call ale#Queue(300, 'lint_file')
|
||||
\| endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue