4 lines
133 B
VimL
4 lines
133 B
VimL
|
setlocal colorcolumn=121
|
||
|
noremap <buffer> <C-f> :call Uncrustify('cpp')<CR>
|
||
|
vnoremap <buffer> <C-f> :call RangeUncrustify('cpp')<CR>
|