Skip to content

Commit b2fcaed

Browse files
committed
be silent on fallback
1 parent 1651828 commit b2fcaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/clang_format.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function! clang_format#replace(line1, line2)
191191
" The previous way. It lets the cursor move to the first line
192192
" on undo.
193193
call setreg('g', formatted, 'V')
194-
normal! ggVG"gp
194+
silent keepjumps normal! ggVG"gp
195195
endtry
196196
else
197197
call s:error_message(formatted)

0 commit comments

Comments
 (0)