Use has('gui_running') instead of has('gui')

This commit is contained in:
w0rp
2020-11-21 20:16:32 +00:00
parent a139599d39
commit 2e91f0e689
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ After:
Execute(The file changed event function should set b:ale_file_changed):
let g:ale_lint_on_enter = 0
if has('gui')
if has('gui_running')
new
else
e test