We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41710c3 commit 71f1978Copy full SHA for 71f1978
autoload/fern/internal/drawer.vim
@@ -67,6 +67,6 @@ function! s:focus_next(right) abort
67
if winnr is# 0
68
return
69
endif
70
- noautocmd call win_gotoid(win_getid(winnr))
+ call win_gotoid(win_getid(winnr))
71
return 1
72
endfunction
0 commit comments