Skip to content

Commit 4841c88

Browse files
authored
Merge pull request #463 from yuki-yano/fix/remove_noautocmd
Remove noautocmd when open exists drawer
2 parents 41710c3 + 71f1978 commit 4841c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fern/internal/drawer.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ function! s:focus_next(right) abort
6767
if winnr is# 0
6868
return
6969
endif
70-
noautocmd call win_gotoid(win_getid(winnr))
70+
call win_gotoid(win_getid(winnr))
7171
return 1
7272
endfunction

0 commit comments

Comments
 (0)