Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77c0348

Browse files
authored
Bugfix: ParseCFlagsFromMakeOutput was never being called (#3574)
Previously, the make output was never being parsed, even when the`c_parse_makefile` option was set.
1 parent8beb67b commit77c0348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎autoload/ale/c.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function! ale#c#GetCFlags(buffer, output) abort
491491
endif
492492
endif
493493

494-
ifs:CanParseMakefile(a:buffer)&&!empty(a:output)&&!empty(l:cflags)
494+
ifempty(l:cflags)&&s:CanParseMakefile(a:buffer)&&!empty(a:output)
495495
letl:cflags=ale#c#ParseCFlagsFromMakeOutput(a:buffer,a:output)
496496
endif
497497

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp