Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AtomToast opened this issue Apr 12, 2021 · 1 comment
Closed

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

AtomToast opened this issue Apr 12, 2021 · 1 comment

Comments

@AtomToast
Copy link

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
Copy link
Member

xaizek commented Apr 13, 2021

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

@xaizek xaizek closed this as completed in 8dfe400 Apr 13, 2021
xaizek added a commit to vifm/vifm that referenced this issue Apr 17, 2021
It was incorrectly called g:vifm.

Thanks to AtomToast.

Fixes vifm/vifm.vim#62 on GitHub.
xaizek added a commit to xaizek/vifm that referenced this issue Apr 24, 2021
It was incorrectly called g:vifm.

Thanks to AtomToast.

Fixes vifm/vifm.vim#62 on GitHub.
savchenko added a commit to vim-laundry/vifm.vim that referenced this issue May 9, 2021
* Extend vifm-lua-why section a bit

* Add "complete" key to vifm.cmds.add:{info}

* Improve wording about noremap's behaviour in docs

"disallow" sounds a bit cryptic.

* Expose array of arguments to Lua commands

* Add "combine" pseudo-attribute to cterm parameter

For :highlight command.  It changes behaviour from overwriting attributes
of a parent highlight group (within their hierarchy) to appending to it.

Thanks to Andrew Savchenko.

Closes #641 on GitHub.

* Improve docs on view columns a bit

There were some omissions and slightly outdated statements.

* Add literal values to 'viewcolumns' option.

Thanks to Jose Riha (a.k.a. jose1711), chelovechishko, DieSpinne and
rwtallant13.

See https://q2a.vifm.info/343/mc-like-look?show=343

Closes #383 on GitHub
Closes #570 on GitHub
Closes #625 on GitHub

* Be more explicit in vifm-lua-libs docs section

* Expose time functions of `os` table

* Add vifm.addcolumntype for user-defined columns

* Add ":plugin load" subcommand

Allows loading plugins before finishing processing of vifmrc.  It's
necessary to be able to use plugins in vifmrc.

* Take care of empty $TERM in embed term in GUI

Thanks to ChrisGitIt, flimofly and Jon Wood (a.k.a. jonmwood).

Fixes vifm#45 on GitHub.

* Mark Ken Steen as the author

He doesn't maintain it anymore, so people shouldn't bother him.

* Improve $TERM detection in the plugin

Account also for $TERM being equal to "dumb".

* Update Lua docs to account for `:plugin load`

* Rename info.entry.{origin => location}

In handler of custom view columns.

Thanks to filterfalse.

* Allow adding primary columns

For highlighting.

* Add type, classify and gettarget() to col handlers

This way it's possible to display target of symbolic links next to the
name.

* Make it possible to preserve search highlighting

* Allow user-defined commands to include numbers

Thanks to anonymous at Vifm Q2A site.

See https://q2a.vifm.info/848

* Fix documentation on plugin's g:vifm_exec variable

It was incorrectly called g:vifm.

Thanks to AtomToast.

Fixes vifm#62 on GitHub.

* Update documentation

* Added to permission dialog keys to (un)set all bits of a kind

* Add %v for vertical multiplexer split

* Minor corrections

* Add %Pz and %Pl macros for :!

They allow redirecting list of files to background processes.

Thanks to PRESFIL.

See #662 on GitHub.

* Small docs correction regarding %v macro

Co-authored-by: xaizek <xaizek@posteo.net>
Co-authored-by: qsmodo <75080827+qsmodo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants