We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6595 commit 68fd7ddCopy full SHA for 68fd7dd
1 file changed
plugin/fastfold.vim
@@ -66,6 +66,10 @@ function! s:LeaveWin()
66
if exists('w:lastfdm') && &l:foldmethod is# 'manual'
67
let &l:foldmethod = w:lastfdm
68
endif
69
+
70
+ if exists('*win_execute')
71
+ redraw
72
+ endif
73
endfunction
74
75
" Like :windo, but restores the current window and avoids side effects.
0 commit comments