Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vifm/vifm.vim

Vim plugin that allows use of vifm as a file picker
https://github.com/vifm/vifm.vim

Add fnameescape() builtin function

It can be used to escape paths on construction of :commands.

Thanks to filterfalse.

c48e06cd4bd2fe6340f9438cab93f34bb93115a7 authored almost 7 years ago by xaizek <[email protected]>
Add 'quickview' option that controls :view state

Thanks to anonymous at Vifm Q2A site.

See https://q2a.vifm.info/301/function-to-show-if-view-is...

f4e9dcef97975a136c0d600846c43c1d4a6bc701 authored almost 7 years ago by xaizek <[email protected]>
Add 'histcursor' option

It gives partial control over when cursor is positioned in accordance
with record of directory h...

3e932742c859ed5c428a016f252e84e04b88be5b authored almost 7 years ago by xaizek <[email protected]>
Use quoting for 'grepprg' examples in the docs

Makes them easier to read.

6f9279d8b39a125c49294071b2f4e02fcc7d48c7 authored almost 7 years ago by xaizek <[email protected]>
Add "M" flag to 'shortmess' option

Controls shortening of titles in windows of terminal multiplexers created
by vifm down to file n...

8919994c638a0b7e9a8f6b63573d4f93032b237a authored almost 7 years ago by xaizek <[email protected]>
Make :tabmove accept `$` argument

Thanks to filterfalse.

Also error when argument is not a number or `$`.

6e9ad11e0dd23ff130bc5f87263cf42139f08261 authored almost 7 years ago by xaizek <[email protected]>
Add :tabm[ove] command that moves tabs

Thanks to filterfalse.

dff391eb6d085cfe9886581372653f3754c2f9a2 authored almost 7 years ago by xaizek <[email protected]>
Add tabpagenr() builtin function

It retrieves number of current or last tab page.

Thanks to filterfalse.

b9b0cee1cf7802732e198202c1f964db6341f8d4 authored almost 7 years ago by xaizek <[email protected]>
More complete expression grammar

Previous variant like this one looked quite puzzling:

expr6 - expr6 un...

b82241a8480997b1fe95f430235737213ffe791c authored almost 7 years ago by xaizek <[email protected]>
Fix some expression productions in documentation

8c730e3df329977624f3f941c57d7f7bea6d912c authored almost 7 years ago by xaizek <[email protected]>
Fix two whitespace formatting issues in vimdoc

* Alignment of two tags for off by one.
* Extra empty line (line with just `<` is concealed and ...

70149f7d95ddd309a4706f86ea7e00d53ffed1cf authored almost 7 years ago by xaizek <[email protected]>
Fix order of elements in vimdoc TOC

a40d8a163ea870ff7c2563f8a6f800aa39cce0df authored almost 7 years ago by xaizek <[email protected]>
Document + and - operations of the parser

81541b2a25cbb41639c0d47f0a00a927cfaae61e authored almost 7 years ago by xaizek <[email protected]>
More explicit documentation about leaving cvs

Thanks to Desperados.

https://q2a.vifm.info/282/get-out-of-tree-mode

45c12031f4959bde188ad55ef4cef143447e4f7d authored almost 7 years ago by xaizek <[email protected]>
Add :goto command

Navigates to specified file/directory.

Thanks to mateusz28 and Dmitry Frank (a.k.a. dimonomid)....

6fd0c6250c1c649bfa595b6afaf08bb11ede10f1 authored almost 7 years ago by xaizek <[email protected]>
Add TabLineSel highlight group

Highlights tip of the selected tab on the tab line.

095bb3909aff91982436a8990de3f0fc68de2009 authored almost 7 years ago by xaizek <[email protected]>
Add 'showtabline' option

Controls visibility of tab line.

c0cdf48e1e148cbf2082597b9d8f661721b11e2a authored almost 7 years ago by xaizek <[email protected]>
Add gt and gT normal mode shortcuts

They switch between tabs in both directions.

c86b2c19c083ab0f18425cdcce4dd3a0cfc53b44 authored almost 7 years ago by xaizek <[email protected]>
Add :qa[ll], :wqa[ll] and :xa[ll] commands

These always exit vifm no matter how many tabs are open.

3a83c5dbd0d29e5cc1a030a3ea3cd3903f6c9f46 authored almost 7 years ago by xaizek <[email protected]>
Make :quit, :wq, :exit, :xit, ZZ and ZQ close tabs

822041737808e56eac7d5c9d1b89447cac9608a4 authored almost 7 years ago by xaizek <[email protected]>
Add :tabc[lose] command that closes current tab

Unless it's the last one.

fbf64fd14caa8f9a653d2c61bebba3b7d981ef27 authored almost 7 years ago by xaizek <[email protected]>
Add :tabname command that updates name of tab

fd72684689ae3d22357eb68ca05779f8e3eb0e4c authored almost 7 years ago by xaizek <[email protected]>
Add :tabnew command that creates a new tab

Thanks to Cosmin Popescu (a.k.a. cosminadrianpopescu).

Unrelated tests were updated because the...

ff86d5186e068dc8eb326484c8653758cf3c0912 authored almost 7 years ago by xaizek <[email protected]>
Add 'tabscope' option that controls style of tabs

a4be6c0b8ec32e33da3a04cffa06873d8da89b8e authored almost 7 years ago by xaizek <[email protected]>
Add TabLine highlight group

For highlighting tab line.

042207f8caa7697b0447975273faa97fe2fe53e9 authored almost 7 years ago by xaizek <[email protected]>
Add support for arbitrary exps in statusline

3861a511895c1dfabbee033270e6a7ee96b3efc5 authored almost 7 years ago by Dmitry Frank <[email protected]>
Version v0.9.1

cf843d36821611b3439b723357719909b98c0a72 authored almost 7 years ago by xaizek <[email protected]>
Fix a typo in documentation of 'autochdir'

a37c62de5c0db6f1ac42b8b92d8ee6a1745a870a authored almost 7 years ago by xaizek <[email protected]>
Version v0.9.1-beta

c98950e17dd6d51e9462a1205855309cc456d06f authored almost 7 years ago by xaizek <[email protected]>
Stop advertising 'syscalls' as experimental

Completely forgot that there is such a warning...

00e194200c06cca4faa51fee9fe880b0f8d58294 authored almost 7 years ago by xaizek <[email protected]>
Document another way of solving <c-h>/<bs> issue

3381eac1543ca1810291f1db002b2bf9a73b1984 authored almost 7 years ago by xaizek <[email protected]>
Fix a typo in mail_vifm.vim

s:AddMailAttac{ => h}ments().

57d68450aad0d646e4082bee9844f3b3622ca0b4 authored almost 7 years ago by xaizek <[email protected]>
Add `--remote-expr` command-line option

It gives ability to query state of an instance.

Thanks to Marcin Kurczewski (a.k.a. rr-).

Clos...

94f912cd0610d3d99f8d9a45a0c1ff6e82fd50c7 authored almost 7 years ago by xaizek <[email protected]>
Update TODO entry in mail_vifm.vim

3d5dee9da03a0679cc73e03e759c76977d5f9c3f authored almost 7 years ago by xaizek <[email protected]>
Fix mail part not working on disabled plugin

It might be useful still. See vifm/vifm.vim#13.

Thanks to John Shea (a.k.a. coachshea).

87e138b31111481aff2d34c6e89170022eece155 authored almost 7 years ago by xaizek <[email protected]>
Fix the second part of the plugin in neovim

Patch by John Shea (a.k.a. coachshea).

280a878edee6d12b835125dbb5c095dfd9a23c65 authored about 7 years ago by xaizek <[email protected]>
Document fix of mail_vifm.vim

d7df81aa2f6b3cb6df9b87bc5108c33ce870acc4 authored about 7 years ago by xaizek <[email protected]>
Merge pull request #13 from coachshea/neovim

callback.on_exit now takes three arguments.

aab8cd0222940b5f8e1cbf2f7d3ac1def36ca3ec authored about 7 years ago by xaizek <[email protected]>
callback.on_exit needs three arguments to work properly, even if third is not used

d01fa2afddcdee443f0c20e81e65b8f19ad9caec authored about 7 years ago by coachshea <[email protected]>
Add "foldsubkeys" value to the 'suggestoptions'

It folds multiple suggestions with common prefix into one entry.

Thanks to AndreaHasani.

Close...

d802e5ac30b59cd84bd6e200c5c80a460b026109 authored about 7 years ago by xaizek <[email protected]>
Add "u" flag to the 'tuioptions' option

It enables use of Unicode characters in the TUI (Unicode ellipsis
instead of "...").

Thanks to ...

84bafead6f6832576281b4201f4f564a57887eaf authored about 7 years ago by xaizek <[email protected]>
Remove some empty directories on :empty

Those which are specified in 'trashdir' with %r and/or %u.

Thanks to Marcin Kurczewski (a.k.a. ...

e2691772aad2ac5f2a83f6a7c87b24042d2f03cd authored about 7 years ago by xaizek <[email protected]>
Fix :normal command resetting selection

It wasn't possible to select files via `:normal t` or `:normal v2j`.

Thanks to filterfalse.

f34f42838bd96cb83d67ba603141130a21936765 authored about 7 years ago by xaizek <[email protected]>
Add {root} key to 'viewcolumns' option

Complements {ext}.

Thanks to Oleg Gordienko (a.k.a. gordio).

22dd690185002bcdbf5d0f51826cbd36a936e6d0 authored about 7 years ago by xaizek <[email protected]>
Add :hist{next,prev} to syntax and all docs

329558b27a83a414a4a1ea75de5f74c2b648fdf0 authored over 7 years ago by xaizek <[email protected]>
Add %x macro to 'rulerformat'

And thus to 'statusline'. It's a new name for %-, which conflicts
with alignment specification ...

2ccb1ff7a53e097efc0ff064044ce55abfe41619 authored over 7 years ago by xaizek <[email protected]>
Add v:count and v:count1 builtin variables

They are assigned to count passed to : command.

9884067c391e620c7a53c0ca24c222ad67850e35 authored over 7 years ago by xaizek <[email protected]>
Add 'previewprg' option

It can be used to override :fileviewer commands either temporarily
or permanently.

Thanks to sv...

feb0614b43fd64659f54529de0bde45edfd3be08 authored over 7 years ago by xaizek <[email protected]>
Add term() builtin function

It differs from system() only by its ability to run interactive
applications without confusing v...

11160e48baf8ad78428abbb147ce2b982f35f3dd authored over 7 years ago by xaizek <[email protected]>
Document more details about 'vicmd' and 'vixcmd'

Thanks to Sebastian Cyprych.

a20437a9b6490315b3d961931f3d8e5a3aa0fdfa authored over 7 years ago by xaizek <[email protected]>
Add ability to remove filename-specific highlight

The syntax is `:highlight clear {pattern}`

Thanks to aleksejrs.

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

c3652dd741ee91f164c4d1c6b4739bf2b4e7112e authored over 7 years ago by xaizek <[email protected]>
More readable and consistent :highlight docs

f1aad2c3a900bf69f94b2916f357abd7c39e6c7e authored over 7 years ago by xaizek <[email protected]>
Update e-mail address

92f6144277daccefc22977f15d166e2600292790 authored over 7 years ago by xaizek <[email protected]>
Add 'lsoptions' option

It allows to get transposed grid in ls-like view.

Thanks to Dmitry Frank (a.k.a. dimonomid).

e578b499056a32e7533e53f048e426a9eab73d20 authored over 7 years ago by xaizek <[email protected]>
Make :tree pick up list of files from custom view

Thanks to filterfalse.

6d26d2fb6855ae31345982f844ee78e49f5569e7 authored over 7 years ago by xaizek <[email protected]>
Contract description of ]z/[z in vimdoc

4259da721fe8494d409e525ca0e1993895057364 authored over 7 years ago by xaizek <[email protected]>
Add [r/]r/[R/]R normal mode shortcuts

They map to :siblprev and :siblnext with and without wrapping
correspondingly.

Thanks to filter...

7ca6149abd305da083c5563131d7368c28390a18 authored over 7 years ago by xaizek <[email protected]>
Make :siblnext and :siblprev accept [count] range

Thanks to filterfalse.

21d3afc037c2ec386cedaee821a39dc968e3da3a authored over 7 years ago by xaizek <[email protected]>
Document 'milleroptions' option

b2858683d49bd1a02ad46687241a7aa680c260c3 authored over 7 years ago by xaizek <[email protected]>
Add AuxWin highlight group

For highlighting auxiliary parts of windows.

8b260d9dc584c0a12f40c3eb5bf28d17ea8af7d3 authored over 7 years ago by xaizek <[email protected]>
Define 'millerview' interaction with other modes

It inhibits 'lsview' and is in turn inhibited by :tree and :compare.

b48c1033f719ec7ac7f21a760be9a129c4059874 authored over 7 years ago by xaizek <[email protected]>
Add local 'millerview' option

No implementation yet.

c5cf864816c6eebfe30fb69ee04f9f156db8d278 authored over 7 years ago by xaizek <[email protected]>
Put docs on 'mintimeoutlen' in correct place

00843f54e39e4926dfe1c553f6eab934eac61d16 authored over 7 years ago by xaizek <[email protected]>
Fix indentation of one line in Vim syntax file

f2bc66d1c195214772d322fd6f350a8c65a48bbd authored over 7 years ago by xaizek <[email protected]>
Disable spell checking of vifm files in Vim

Except for comments.

8f0e2b606a9b31abbdb2e25956c79d9154c6ec68 authored over 7 years ago by xaizek <[email protected]>
Implement sorting by inode number

Thanks to eco0414.

See vifm/vifm.vim#11 on GitHub.

c5e0edbbcd11e04a0135bba6c9df2b5564f14a3c authored over 7 years ago by xaizek <[email protected]>
Document new syntax of :filter command

e0c1d9f8bdb64c6ef4d5e7dbe1054b553a4cc986 authored over 7 years ago by xaizek <[email protected]>
Version v0.9

2e354dc40194da8799ba31de6ebf2d99139c22bd authored over 7 years ago by xaizek <[email protected]>
Document how `open` affects :filetype on OS X

b27d8bae97fd0add0858677d769a06021de9abe6 authored over 7 years ago by xaizek <[email protected]>
Document :filextype limitations on OS X

e5995dfbc24dff49a9f1be59bbac7af3acfe209a authored over 7 years ago by xaizek <[email protected]>
Version v0.9-beta

c39f97df587e4fdb0b8e929b2ac8593c228562a2 authored over 7 years ago by xaizek <[email protected]>
Do not use :drop for :EditVifm

Because :drop resets arglist.

a73ad5b600f9c33e6df129d765256b55d18da00c authored over 7 years ago by xaizek <[email protected]>
Fix plugin in versions of Vim where :argadd broken

:argadd without argument doesn't work even on some versions where
it supposed to.

Thanks to eco...

8f33de9ccea9dd67c6e1fa7844d3633b3dfcf91a authored over 7 years ago by xaizek <[email protected]>
Mention :[un]select in documentation on patterns

677d0b5ddff9365e6cb514d2885ed4c0ba2e851e authored over 7 years ago by xaizek <[email protected]>
Add %a 'statusline' macro

It displays amount of free space available at current partition.

Thanks to sudo-nice.

Closes #...

06fd533494bb925b575f3b61513e3c8bc2df0b49 authored almost 8 years ago by xaizek <[email protected]>
Add %D 'statusline' macro

Displays path of the other pane in single-pane layout.

Thanks to sudo-nice.

Closes #237 on Git...

1897330757a441e04d3154d915ac281f1d409bc0 authored almost 8 years ago by xaizek <[email protected]>
Add %T statusline macro to display symlink target

Thanks to sudo-nice.

Closes #257 on GitHub.

c18a9848bbdfe325d2e8d0fdb6b060afe208ee15 authored almost 8 years ago by xaizek <[email protected]>
"next" => "the following" in docs

3a9a98f9669d33d8ec6be234ec4b7c24fcf2749c authored almost 8 years ago by xaizek <[email protected]>
Make :EditVifm reuse "[No Name]" buffer

Thanks to Phil Runninger.

bcabe5893b8227c7b408d5c89a0cf3ff394a5616 authored almost 8 years ago by xaizek <[email protected]>
Handle :drop command being not available in plugin

Thanks to Phil Runninger.

5c58fbd7b1ca2dd670817674c0a38fa7bbf794b8 authored almost 8 years ago by xaizek <[email protected]>
Align vifm-expr-' tag in vimdoc

6ad79c2d2c63d4944fb7fbafd233162d9341cc2d authored almost 8 years ago by xaizek <[email protected]>
Fix whitespace mix in indentation in vifm.vim

106235299f9b51328d3f3ef661e0700d5cc5b3ab authored almost 8 years ago by xaizek <[email protected]>
A bit better dot filters description

9c973bedd0a8ee0f0f1806e607ff2692f5373fde authored almost 8 years ago by xaizek <[email protected]>
Document :siblnext and :siblprev commands

925b11dc0eaad715dcabdcaf8de605a9c8cacab4 authored almost 8 years ago by xaizek <[email protected]>
Document 'sizefmt' option and re-import TODO list

048f4745bc3d567db68623d271786272b71d2896 authored almost 8 years ago by xaizek <[email protected]>
Better formatting of 'fillchars' documentation

462d0b399a811ce33735087efd1477a7630bf606 authored almost 8 years ago by xaizek <[email protected]>
Add meaning to [count] of cp shortcut

It is now processed as numerical argument for non-recursive `chmod`
command.

Thanks to sudo-nic...

d9024274b2045a1ee55212db86dc1d72f24f3457 authored almost 8 years ago by xaizek <[email protected]>
Better and more correct description of 'iec'

Thanks to sudo-nice.

73afea285ae804b063840ea979dadfb4ebd05ad0 authored almost 8 years ago by xaizek <[email protected]>
Fix a typo in Marks section of documentation

"this characters" => "these characters"

Thanks to aleksejrs.

Closes #244 on GitHub.

ff6626451b3f461af32354b33800010573457aac authored almost 8 years ago by xaizek <[email protected]>
Better example for layoutis() function

Thanks to sudo-nice.

bd7b6f68002c66bd65c6185e5c4258ecc6a83bed authored about 8 years ago by xaizek <[email protected]>
Make search consider trailing slash of directories

And symbolic links that point to directories.

Thanks to filterfalse.

2c0c1f62ae1365cef0d3fd75b095089782fd420f authored about 8 years ago by xaizek <[email protected]>
Add %f 'statusline' macro

It inserts relative path of the entry, which might be useful for
non-regular views.

Thanks to f...

1349b96edbaf833347f8c038dec3e89efdc529aa authored about 8 years ago by xaizek <[email protected]>
Add do and dp keys to compare views

They are for applying changes in files.

Thanks to filterfalse.

19c92a18b5f0e439d29470fe568752b0a6b95596 authored about 8 years ago by xaizek <[email protected]>
Restrict do/dp to `:compare grouppaths`

Otherwise we lack guarantees on that matching entries will be at
the same index in both views.

b1c6542ee6aa35318c959915fe31501ff98bb22d authored about 8 years ago by xaizek <[email protected]>
Add :screen! form of :screen command

It enables terminal multiplexers support (instead of toggling it as
:screen does).

Thanks to Ma...

f376392ec0097c024961d570b749a6449546b928 authored about 8 years ago by xaizek <[email protected]>
Change "goto" to "go to" in documentation

26a4a42e3accd7cd873e9dde0380c08ad04d9678 authored about 8 years ago by xaizek <[email protected]>
Add [s and ]s shortcuts

They navigate to previous/next selected entry or do nothing.

Thanks to filterfalse.

9bd35d830288b227850bf7b156a8d304e956088a authored about 8 years ago by xaizek <[email protected]>
Add [z and ]z shortcuts

They navigate to first/last sibling in a tree.

Thanks to filterfalse.

6b6e155d7ef89260c80287b5ccee7a7f09a6f9c9 authored about 8 years ago by xaizek <[email protected]>
Add zj and zk shortcuts

They navigate to next/previous directory sibling in a tree.

Thanks to filterfalse.

871aa1654f39aacd31861319c31416062ea13bd2 authored about 8 years ago by xaizek <[email protected]>
Add [c and ]c shortcuts

They navigate to previous/next mismatch in directory comparison
view.

Thanks to filterfalse.

2edac52d1b8c95fd5ab0e6f7596603e0a0f0d16e authored about 8 years ago by xaizek <[email protected]>