diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
commit | 12db3dafc57d990db2b3758b0d97a37333a0ddab (patch) | |
tree | 848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /after/syntax/c.vim | |
parent | d1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff) | |
download | vim-polyglot-1.14.1.tar.gz vim-polyglot-1.14.1.zip |
Updatev1.14.1
Diffstat (limited to 'after/syntax/c.vim')
-rw-r--r-- | after/syntax/c.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/after/syntax/c.vim b/after/syntax/c.vim index ba8b2915..0805d666 100644 --- a/after/syntax/c.vim +++ b/after/syntax/c.vim @@ -72,7 +72,8 @@ syn keyword cAnsiFunction wcstombs mbstowcs wctomb syn keyword cAnsiFunction mbtowc mblen lldiv syn keyword cAnsiFunction ldiv div llabs syn keyword cAnsiFunction labs abs qsort -syn keyword cAnsiFunction bsearch system getenv +"syn keyword cAnsiFunction bsearch system getenv +syn keyword cAnsiFunction bsearch getenv syn keyword cAnsiFunction exit atexit abort syn keyword cAnsiFunction realloc malloc free syn keyword cAnsiFunction calloc srand rand |