Skip to content

Commit 6234327

Browse files
authored
fix(jump): Remove the duplicated BufRead event (#5432)
1 parent 3d8356d commit 6234327

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/coc/util.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ function! s:safer_open(cmd, file) abort
238238
endif
239239
doautocmd TabEnter
240240
doautocmd BufReadPre
241-
doautocmd BufRead
242241
doautocmd BufReadPost
243242
doautocmd BufEnter
244243
if l:new_page_idx != l:old_page_idx

0 commit comments

Comments
 (0)