vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

bug when setting let g:vifm_replace_netrw=1 #65

Closed GummyGun closed 2 years ago

GummyGun commented 2 years ago

when opening vim with "vim ." and having "let g:vifm_replace_netrw=1" colors of the open file don't load correctly and when the file gets closed it doesn't refresh the screen correctly this is how it should look image this is how it loads image and this is how it ends up looking when vim is closed image image

xaizek commented 2 years ago

Thanks for the report. I see this issue with my test user (basically no configuration), but not for the main one. Not sure yet why it happens and why not always.

xaizek commented 2 years ago

Setting

let g:vifm_embed_term = 1

fixes it. This isn't specific to Vifm, running !less ~/.vimrc on startup messes Vim up in exactly the same way.