8000 Merge branch 'upstream' · ChaiScript/vim-cpp@e56aca6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e56aca6

Browse files
committed
Merge branch 'upstream'
2 parents cfd5003 + c1f408a commit e56aca6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

syntax/c.vim

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: C
33
" Maintainer: Bram Moolenaar <Bram@vim.org>
4-
" Last Change: 2015 Mar 1
4+
" Last Change: 2015 Mar 05
55

66
" Quit when a (custom) syntax file was already loaded
77
if exists("b:current_syntax")
@@ -335,6 +335,8 @@ if !exists("c_no_ansi") || exists("c_ansi_constants") || exists("c_gnu")
335335
" POSIX 2001
336336
syn keyword cConstant SIGBUS SIGPOLL SIGPROF SIGSYS SIGURG
337337
syn keyword cConstant SIGVTALRM SIGXCPU SIGXFSZ
338+
" non-POSIX signals
339+
syn keyword cConstant SIGWINCH SIGINFO
338340
" Add POSIX errors as well
339341
syn keyword cConstant E2BIG EACCES EAGAIN EBADF EBADMSG EBUSY
340342
syn keyword cConstant ECANCELED ECHILD EDEADLK EDOM EEXIST EFAULT

0 commit comments

Comments
 (0)
0