Force update of buffer on clang format

This commit is contained in:
doyle 2020-11-26 09:50:48 +11:00
parent 16baef7e5e
commit 2abce34b8d

View File

@ -259,7 +259,7 @@ let g:clang_format#style_options = {
\ "TabWidth": 4, \ "TabWidth": 4,
\ } \ }
map <C-I> :update<CR><C-v>:ClangFormat<CR> map <C-I> :update!<CR><C-v>:ClangFormat<CR>
" ============================================================================== " ==============================================================================
" Compiling / AsyncRun " Compiling / AsyncRun