From: Pierre Habouzit Date: Thu, 16 Apr 2009 21:44:14 +0000 (+0200) Subject: add fieldsizeof "operator" X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=sidebyside;h=8c1caaaa042130f60998c8e53227968bb3ab8328;p=~madcoder%2Fdotfiles.git add fieldsizeof "operator" Signed-off-by: Pierre Habouzit --- diff --git a/vim/syntax/c.vim b/vim/syntax/c.vim index d31ab90..17b045e 100644 --- a/vim/syntax/c.vim +++ b/vim/syntax/c.vim @@ -1,5 +1,5 @@ -syn keyword cOperator ssizeof fieldsizeof countof assert offsetof +syn keyword cOperator ssizeof fieldsizeof countof assert offsetof fieldtypeof syn keyword cStatement p_delete p_new p_new_raw p_clear p_realloc syn keyword cStatement mp_delete mp_new mp_new_raw syn keyword cStatement p_dup p_dupstr p_dupz