Skip to content

Commit 7647bc2

Browse files
committed
Merge pull request #18 from bbchung/master
fix bug for using formatexpr
2 parents fb3f3df + ab19e19 commit 7647bc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/clang_format.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ function! clang_format#replace(line1, line2)
201201
let &l:selection = sel_save
202202
call setpos('.', pos_save)
203203
endtry
204-
205-
return 1
206204
endfunction
207205
" }}}
208206

0 commit comments

Comments
 (0)