Vifm v0.8.1aFebruary 10, 2016
This is a bugfix release to primarily address messed up single-executable builds for Windows. Tab completion doesn't work there and can cause crashes. Also 64-bit build somehow contains 32-bit executables. Thanks to Reva Revadigar for reporting the issue.On the bright side, this gives a chance for fixing bugs discovered after the release.
Changes...
There was enough time to add some minor functional changes:- Added c key to menus that inserts parts of menu line into command-line (thanks to filterfalse).
- Added { and } keys to normal and visual modes. They act similar to ( and ), but always consider whether entry is a file or directory (thanks to octos).
- Added
--disable-build-timestampoption to configure script to perform reproducible build (thanks to Hendrik Jaeger, a.k.a. henk). - Apply local filter on picking element of
:history filtermenu. - Handle register specified for gs normal mode command. Select files listed in that register (thanks to filterfalse).
- Be consistent with regard to when local state is changed and do not reset neither local options nor local filter on entering/leaving custom view (thanks to filterfalse).
- Disallow adding duplicated filetype/fileviewer entries (just ignore them as they wouldn't be used due to order priority anyway).
- Fixed storing filetypes in vifminfo, which could create duplicates (thanks to aleksejrs).
- Fixed
--with-dyn-x11configuration option, which failed to enable dynamic use of the library (thanks to Badalisc and Hendrik Jaeger, a.k.a. henk). - Fixed using plugin in neovim, which has broken
system()and:!commands (thanks to Artur Shaik, a.k.a. artur-shaik).
Download links
|
Source Code vifm-0.8.1a.tar.bz2 |
|
|||||||
|
Win32 Binaries vifm-w32-0.8.1a-binary.zip |
|
|||||||
|
Win32 Single-Executable Binaries vifm-w32-se-0.8.1a-binary.zip |
|
|||||||
|
Win64 Single-Executable Binaries vifm-w64-se-0.8.1a-binary.zip |
|