From d5ae3201a4128c9e7b1042e9ea40b7f13cf72a10 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 11 Aug 2017 00:31:42 +0100 Subject: =?UTF-8?q?Ban=20!=3D#=20and=20!=3D=3F=20from=20the=20codebase?= --- plugin/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/ale.vim b/plugin/ale.vim index 6b8b6ec3..23e7ad13 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -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('') + \ && b:ale_original_filetype isnot# expand('') \| call ale#Queue(300, 'lint_file') \| endif endif -- cgit v1.2.3