8000 Merge pull request #38 from vim-jp/add__VA_ARGS__ · WeichenXu/vim-cpp@178e581 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 178e581

Browse files
authored
Merge pull request vim-jp#38 from vim-jp/add__VA_ARGS__
Add __VA_ARGS__ as constant
2 parents a848f75 + dfe1c11 commit 178e581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/c.vim

Lines changed: 1 addition & 1 deletion
+
syn keyword cConstant __func__ __VA_ARGS__
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ if !exists("c_no_ansi") || exists("c_ansi_constants") || exists("c_gnu")
295295
syn keyword cConstant SCHAR_MIN SINT_MIN SLONG_MIN SSHRT_MIN
296296
syn keyword cConstant SCHAR_MAX SINT_MAX SLONG_MAX SSHRT_MAX
297297
if !exists("c_no_c99")
298-
syn keyword cConstant __func__
298
299299
syn keyword cConstant LLONG_MIN LLONG_MAX ULLONG_MAX
300300
syn keyword cConstant INT8_MIN INT16_MIN INT32_MIN INT64_MIN
301301
syn keyword cConstant INT8_MAX INT16_MAX INT32_MAX INT64_MAX

0 commit comments

Comments
 (0)
0