vifm / vifm.vim

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

Documentation is outdated, g:vifm is now g:vifm_exec #62

Closed AtomToast closed 3 years ago

AtomToast commented 3 years ago

I was looking to change the executable that vifm.vim uses in order to enable ueberzug previews also inside of vim.

However setting g:vifm, as mentioned inside of vifm-plugin.txt does not actually seem to affect anything. Only from scanning through the plugin code I found out that apparently it now is g:vifm_exec, which also worked in changing the executable used.

xaizek commented 3 years ago

It's not outdated (g:vifm has never existed), it's just wrong. Thanks!