demotool/.vim.local/ftplugin/cpp.vim

4 lines
133 B
VimL
Raw Normal View History

2017-09-30 10:26:30 +02:00
setlocal colorcolumn=121
noremap <buffer> <C-f> :call Uncrustify('cpp')<CR>
vnoremap <buffer> <C-f> :call RangeUncrustify('cpp')<CR>