You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After replacing netrw with vifm, the terminal is not cleaned properly.
Steps to run the problem:
Install vifm.vim
In an empty vimrc file, disable netrw and enable the g:vifm_replace_netrw flag
Run the command vim . in a terminal.
After the vifm opens inside the vim, :quit to exit
Vim will open an empty file, :quit again
The terminal will not be cleaned properly
System: Linux Mint 19.3
Shell: fish and bash
Terminal: alacritty and xterm
Multiplexer terminal: tmux (or none)
Vim version: 8.2.827
Vifm version: 0.10.1
Vifm plugin commit: 5b6291f (on May 26, 2020)
Below I’ll send a screenshot of the issue
The text was updated successfully, but these errors were encountered:
All that the plugin does is basically running :silent !vifm. It even follows that with :redraw!. I don't think it can do anything more here. Also vim doesn't open current directory automatically for me, so I did vim ..
I misunderstood you initially, I see it now. Thanks. Maybe something can be done about it if it's not an artifact of running external applications inside Vim's autocommand.
After replacing netrw with vifm, the terminal is not cleaned properly.
Steps to run the problem:
vifm.vim
vimrc
file, disable netrw and enable theg:vifm_replace_netrw
flagvim .
in a terminal.:quit
to exit:quit
againSystem: Linux Mint 19.3
Shell: fish and bash
Terminal: alacritty and xterm
Multiplexer terminal: tmux (or none)
Vim version: 8.2.827
Vifm version: 0.10.1
Vifm plugin commit: 5b6291f (on May 26, 2020)
Below I’ll send a screenshot of the issue
The text was updated successfully, but these errors were encountered: