syntax on colorscheme C set number set noexpandtab set tabstop=8 set shiftwidth=8 set textwidth=78 set autoindent set smartindent set smarttab set backspace=eol,start,indent set formatoptions=tcqlron set cinoptions=:0,l1,t0,g0 set foldmethod=syntax nmap vip= syntax keyword cType uint ubyte ulong uint64_t uint32_t uint16_t uint8_t boolean_t int64_t int32_t int16_t int8_t u_int64_t u_int32_t u_int16_t u_int8_t syntax keyword cOperator likely unlikely syntax match ErrorLeadSpace /^ \+/ syntax match ErrorTailSpace / \+$/ match Error /\%>80v.\+/