Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Vifm
Creates Vim among file managers.
Collective -
Host: opensource -
https://opencollective.com/vifm
- Website: https://vifm.info
- Code: https://github.com/vifm
Fix :. incorrectly checking for one path being parent of another and
producing weird results ("/...
When it checked for one path being parent of another.
"/pa" was considered parent of "/path", wi...
github.com/vifm/vifm.vim - b7da086d9f370b65ffeec6af76c8a37cf5e43336 authored almost 3 years ago
Plugins
-------
* Allow keys defined in Lua accept selectors (e.g., "gg" or those
defined in ...
github.com/vifm/vifm - 1e1bfd7b492e439f1f4e845940330c17501326c5 authored almost 3 years ago
Need to set correct type.
github.com/vifm/vifm - c020359ae28878b6dec7117ea3695ea314a146f5 authored almost 3 years agoLike "a" and "A" in "da", "dA".
github.com/vifm/vifm.vim - 11036f1d80b3f26d88cd13c36738e4ff3fb55173 authored almost 3 years ago
Plugins
-------
* Allow implementing custom selectors in Lua. Can be combined with
any built...
Like "a" and "A" in "da", "dA".
github.com/vifm/vifm - 66ce2c106af7e3146723f046b685ed6ef718f3fe authored almost 3 years agoThat is "a" before "ab", for example.
github.com/vifm/vifm - 530c7445d4ea3e60e52fe4d994ee445278a2941a authored almost 3 years agogithub.com/vifm/vifm - be4762f3fbece785640584f6c12e6b5849747e66 authored almost 3 years ago
Out of vle_keys_user_remove() function.
github.com/vifm/vifm - 8f543dc76b5fa6346bc4b41f3d5ba3e2da9b60bd authored almost 3 years agoNow it's find_keys().
github.com/vifm/vifm - ce0bcfd048eedd764739af5e3d9f96bd7e3940f4 authored almost 3 years ago
Fix write to a pipe of a closed process in Lua causing SIGPIPE and
termination of the application.
It caused SIGPIPE and termination of the application.
github.com/vifm/vifm - 2c20a9700749290ae44bfaeb5e04811b8f1704b8 authored almost 3 years ago
Makes the commands automatically skip files that exist at destination
instead of refusing to pro...
Add -skip parameter to :copy/:move/:alink/:rlink. Makes the commands
automatically skip files t...
On copy/move background operation. This wasn't even testable without
-skip, so not much of a bug.
Makes the commands automatically skip files that exist at destination
instead of refusing to pro...
Skips paths that already exist at destination.
github.com/vifm/vifm - e1800d60dcd048416c842421a70693249b6705a4 authored almost 3 years agoMakes its interface more extensible.
github.com/vifm/vifm - 06b5d6e3133f30576fa838ecc417bb3011d59575 authored almost 3 years agoMakes its interface more extensible.
github.com/vifm/vifm - 1de4ad196fa9e09d58fb70bd1223966fc2c5b41a authored almost 3 years ago
After executing two command-line commands where the first one enters
visual mode and the second ...
Otherwise it attempts to load `.git` as a plugin and prints an errors on
statusbar. Maybe shoul...
Fix search and local filter values set from :history menu being split at
bar (|) and each piece ...
Might as well finish testing this unit while at it.
github.com/vifm/vifm - 47ef4414de689be5f970e59360e326ea01ddee43 authored about 3 years ago
They were split at bar (|) and each piece applied in turn. Values
without | weren't affected by...
This is in tests.
github.com/vifm/vifm - d73bff361eee6c2bcdd41d440a8f5dacf147db63 authored about 3 years ago
Otherwise it attempts to load `.git` as a plugin and prints an errors on
statusbar. Maybe shoul...
github.com/vifm/vifm.vim - 18d61eaf4a4c4c3af5d82b6d833007f777e40d58 authored about 3 years ago
Changes default behaviour after running a :command to not reset
selection of a view.
Thanks to ...
github.com/vifm/vifm.vim - 6d8588e69ce5baf68a0f6aee3ac1248169b0fa7c authored about 3 years ago
Add :keepsel command. Changes default behaviour after running a
:command to not reset selection...
github.com/vifm/vifm - c42f31b266c0f5af23a9798a9db64a712f478511 authored about 3 years ago
Changes default behaviour after running a :command to not reset
selection of a view.
Thanks to ...
github.com/vifm/vifm - ef689c264f2346a18c027a9025c56eed1b7c0e78 authored about 3 years agoOut of tests/commands/misc.c which grows too large.
github.com/vifm/vifm - 279ef221cae3739950a06409c3c39558509ebcbe authored about 3 years agoDon't expand() macros in environment variables.
Fix expansion of non-existent environment varia...
github.com/vifm/vifm - 257e97e0319ee0d32f848eaa76c85ddebad38a3f authored about 3 years agoE.g.
:let $foo = 'a%Za'
:echo expand('$foo')
aa
Otherwise, it's unnecessarily hard...
github.com/vifm/vifm - 7deaeee15a1d21c56225fe5d43e507ed51ce5bba authored about 3 years agoThe dollar sign was being truncated during the process. E.g.
:unlet $foo
:echo expand(...
github.com/vifm/vifm - fcd12e6b3e11774736b4b9c957d62cb78279c494 authored about 3 years ago
Fix assertion failure on processing mappings with RHS of the form
"{mapping with selector}{somet...
Those with RHS of the form "{mapping with selector}{something else}".
The issue was that "mappe...
github.com/vifm/vifm - 3cdeaca3de962ba902f590e56424b88c5a5ed68a authored about 3 years agoOnce for environment variable expansion and once for macro expansion.
This isn't convenient nor...
github.com/vifm/vifm.vim - 91759dd6aa976a48a398250f7e4a89e95ba883a7 authored about 3 years ago
Fix expand() builtin function requiring backslashes to be escaped
twice (once for environment va...
Once for environment variable expansion and once for macro expansion.
This isn't convenient nor...
github.com/vifm/vifm - d6cb29a455288c7395837184a908e75ee9fbc5bf authored about 3 years ago
Split one flag into two independent ones. Having one was actually quite
confusing in the body o...
Fix information about implicit file selection (count or ranges) being
lost due to the use of exp...
github.com/vifm/vifm - 5852e1ba6cad86e333079bd777b065f5c30ae660 authored about 3 years ago
356d95eb515cde7b12c (Fix issues with implicit file selection) was fixing
a problem demonstrated ...
Because it shouldn't be dealing with files and dropping marking breaks
operation we're in the mi...
This will allow using the function with and without side-effects to the
views' marking, which ca...
This way caller can specify how to iterate over entries.
github.com/vifm/vifm - c89f81848b6b188230e6653f6cb53812533db77a authored about 3 years ago
It yielded different results depending on which view is active due to
not processing bottom file...
That is when replacing netrw.
Thanks to homie-desktop.
Fixes vifm/vifm.vim#77 on GitHub.
github.com/vifm/vifm - e8e5eee5b2f374541b27617bd1568af526493a6b authored about 3 years agoThat is when replacing netrw.
Thanks to homie-desktop.
Fixes vifm/vifm.vim#77 on GitHub.
github.com/vifm/vifm.vim - c4985dc3990e565ec8bcd82b3eda0609cdf5bcc7 authored about 3 years agogithub.com/vifm/vifm - 69e652cb6b849c07c25076f52cb09686393e7e0b authored about 3 years ago
Fix error on returning to deleted file
github.com/vifm/vifm.vim - 2fb438ed73010c0d78756bea8acfa20fcc34912a authored about 3 years agogithub.com/vifm/vifm.vim - 62b3298334dcdeefac0744aba4781030ed757a3a authored about 3 years ago
Plugins
-------
* Add vifm.keys table to Lua API
github.com/vifm/vifm - 360d98a851e838efd0ab25f475c77181a2acad8c authored about 3 years agogithub.com/vifm/vifm - d4b956b2b17cee4389adc731266127522341c0ed authored about 3 years ago
github.com/vifm/vifm - f14a23f7194811bfea163945462dd53879c38471 authored about 3 years ago
github.com/vifm/vifm - e841338878d386faacd4cf503915a12ac2ff1a24 authored about 3 years ago
Tests' Makefile doesn't track dependencies perfectly when executed
by automake-generated Makefil...
github.com/vifm/vifm - 692894feb82179b45a75a973f640fa5f7d9b9165 authored about 3 years ago
github.com/vifm/vifm.vim - 8fd5fb565621e2c096d1d144b6effc4adc35edb7 authored about 3 years ago
Add comparison action to conflict resolution dialog.
Thanks to anonymous at Vifm Q2A site and d...
github.com/vifm/vifm - 3389c1981e5cc8732e0b3fbf494740471ee789b4 authored about 3 years agoThanks to anonymous at Vifm Q2A site and dalvand.
See
https://q2a.vifm.info/959/display-details...
And rename to format_iso_time().
github.com/vifm/vifm - 17890805ecdeb26b29de64d6f45ca03528bbf9d8 authored about 3 years agoThanks to b0x4it.
Closes #750 on GitHub.
github.com/vifm/vifm.vim - d8dd9f5a03cc5bc6859651aa7599017b7240a87e authored about 3 years agoThanks to dalvand.
See https://q2a.vifm.info/996/map-backspace-to-move-up-a-level
github.com/vifm/vifm.vim - 27d5715b04ccce612dccab6b73ef8ef1bda56bf7 authored about 3 years agoAdd %pu macro that disables caching of viewer's output.
Thanks to b0x4it.
Document that <del> ...
github.com/vifm/vifm - 77118402e826c2a61e581416857dde4f4eb3bda5 authored about 3 years agoThanks to b0x4it.
Closes #750 on GitHub.
github.com/vifm/vifm - 3f41fc14ae9a4b3c9472e324c7449518dce02640 authored about 3 years agoThanks to dalvand.
See https://q2a.vifm.info/996/map-backspace-to-move-up-a-level
github.com/vifm/vifm - 725ba5f6e55067d98eefdd4c5e316d898c305448 authored about 3 years agoThanks to J. Reis.
See https://q2a.vifm.info/1018/replicate-function-of-al-with-hard-link
github.com/vifm/vifm - 62cd1900d8208bf760f28f744bbc71d45823f04c authored about 3 years agoDue to latest fix for --remote, which broke everything else...
github.com/vifm/vifm - 076fc7659524ebe85bad46cc6f8649f192b0b386 authored about 3 years agoc91af02f8:
Fix --remote and --remote-expr failing w/o $TERM
Or rather if $TERM isn't v...
github.com/vifm/vifm - 61301354ae4b831c73d47d6cfa3524d3d37ae1a6 authored about 3 years ago
Fix --remote and --remote-expr failing if $TERM isn't valid (regression
in 0.11-beta).
Thanks t...
github.com/vifm/vifm - 3fc2158168357cdd08d676683c45c929a5f28207 authored about 3 years agoOr rather if $TERM isn't valid.
Regression in 0.11-beta when default value of 'title' started t...
github.com/vifm/vifm - c91af02f8fa7628d97cf2712e8d30ae67a0ad96d authored about 3 years agogithub.com/vifm/vifm - 4f273fca77bf070a2a0218a8214036a292a150bc authored about 3 years ago
github.com/vifm/vifm - e34f50cc46f9b9d8b60f59783f6e0fa6099ca6ba authored about 3 years ago
Running `:drop x` in one of several `x` windows can move you into
another one of them, so avoid ...
Running `:drop x` in one of several `x` windows can move you into
another one of them, so avoid ...
Don't link with libmagic for AppImage. This fixes libmagic aborting the
application on systems ...
`configure` checks started to fail because they don't add -ldl when
checking presence of wattr_s...
Just using $APPDIR should be enough, no need to reinvent it.
github.com/vifm/vifm - 752538e8d9e764a755403f3db2c55d19432b5e3f authored about 3 years ago
The library causes trouble because it tries to use pre-compiled magic
data of unsupported versio...
github.com/vifm/vifm.vim - 0c8b6908c88daf57952d1bb25a1bf55e3cbbf852 authored about 3 years ago
Introduce vifm.tabs table and VifmTab type with very basic functions.
github.com/vifm/vifm.vim - 6472c7d8cc5cf7176de89a91074b8574585ee4e3 authored about 3 years ago
Note that in the documentation and remove incorrect comment about
returned entry index being bas...
Fix :goto command not positioning cursor correctly if provided on
command-line.
Thanks to Toan ...
github.com/vifm/vifm - bb72a2ee2c2ed637d1392cd55fe7899aa9b39c80 authored about 3 years agoIntroduce vifm.tabs table and VifmTab type with very basic functions.
github.com/vifm/vifm - c75fa65b0af75bb20373ac97b119b6b2e5d9022a authored about 3 years agogithub.com/vifm/vifm - bdf6f6688036e29ee93b3320b896e88b0135b08e authored about 3 years ago
Numbering is sequential and goes through both global and pane tabs.
github.com/vifm/vifm - 5f4125c554e534d231390455481adf2026bae11e authored about 3 years agoIt wasn't positioning cursor correctly if provided on command-line.
Thanks to Toan Nguyen (a.k....
github.com/vifm/vifm - 54f351da9b0834a796e36828804ede8879efedb4 authored about 3 years agogithub.com/vifm/vifm - 21219f404a33e863790afc33888e2addcad35c10 authored about 3 years ago
Note that in the documentation and remove incorrect comment about
returned entry index being bas...
For Neovim, Vim ignores 'spell' while in terminal mode.
Thanks to mohabme.
Fixes vifm/vifm.vim...
github.com/vifm/vifm - 119df21a0e58c3760d690c441b03870ff9600219 authored about 3 years agoFor Neovim, Vim ignores 'spell' while in terminal mode.
Thanks to mohabme.
Fixes vifm/vifm.vim...
github.com/vifm/vifm.vim - 8139a59e6153d63a761aeae29461ccfc95e2539c authored about 3 years agoI guess it's essentially always 1, so it went unnoticed.
github.com/vifm/vifm - 758235d443d75b770e836f02087b00f737c0902e authored about 3 years agoFix resolving symlinks to symlinks on checks for regular file.
Thanks to Olmo Kramer.
github.com/vifm/vifm - 6974f207daef8a50a3d1c6f633f184c905338ae9 authored about 3 years agoCloses vifm/vifm.vim#70 on GitHub.
github.com/vifm/vifm - ba25a4ffedfb8f5aeddfb5e8350417bc34ea32b3 authored about 3 years ago