From ffa6fd4bed78ca88d1409b257c201388c7e0b1ae Mon Sep 17 00:00:00 2001 From: haginaga Date: Tue, 8 May 2018 23:35:14 +0900 Subject: Fix to follow the Google VimScript Style Guide --- ale_linters/php/phan.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters') diff --git a/ale_linters/php/phan.vim b/ale_linters/php/phan.vim index 2723e7a1..40f5b1ce 100644 --- a/ale_linters/php/phan.vim +++ b/ale_linters/php/phan.vim @@ -9,7 +9,7 @@ let g:ale_php_phan_use_client = get(g:, 'ale_php_phan_use_client', 0) function! ale_linters#php#phan#GetExecutable(buffer) abort let l:executable = ale#Var(a:buffer, 'php_phan_executable') - if g:ale_php_phan_use_client == 1 && l:executable == 'phan' + if g:ale_php_phan_use_client == 1 && l:executable ==# 'phan' let l:executable = 'phan_client' endif -- cgit v1.2.3