#3276 - Disable make -n by default again

This commit is contained in:
w0rp
2020-08-09 20:08:42 +01:00
parent affeed7a87
commit 9e1f511003
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
" Author: gagbo <gagbobada@gmail.com>, w0rp <devw0rp@gmail.com>, roel0 <postelmansroel@gmail.com>
" Description: Functions for integrating with C-family linters.
call ale#Set('c_parse_makefile', 1)
call ale#Set('c_parse_makefile', 0)
call ale#Set('c_parse_compile_commands', 1)
let s:sep = has('win32') ? '\' : '/'