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

Improve 'vifminfo's "bmarks" value description

Reference :bmark command.

a068e9a5b210f3bb6ca615fcfe072228b281bf52 authored about 5 years ago by xaizek <[email protected]>
More meaningful description of 'hlsearch' in docs

"Highlight" sounds confusing. Especially now that there is
highlighting.

0dc670a4ccccb033199d128e75763ed94be63715 authored about 5 years ago by xaizek <[email protected]>
Improve 'vifminfo's "bookmarks" value description

"name is obsolete" is rather confusing. Drop it. Man page doesn't have
it.

357f563fc423e1789909451f0362d8439ffb67c7 authored about 5 years ago by xaizek <[email protected]>
Use fnameescape() in examples in the documentation

This is way more reliable than wrapping stuff in quotes manually and
docs should demonstrate goo...

480894258714a09eadadd30f5233cdb1651e874c authored about 5 years ago by xaizek <[email protected]>
Fix a typo in the description of $VIFM_FUSE_FILE

f67f5b6f703d18be74112b3fe72439075a44cf38 authored over 5 years ago by xaizek <[email protected]>
Made documentation of :command more comprehensible

eacbfd18eb50adcc11578d7a2df0b69619217080 authored over 5 years ago by xaizek <[email protected]>
Document macros are expanded in udc better

Thanks to gcmt.

See #466 on GitHub.

afba05ea456a6c193c0afab1e1760424ac36c004 authored over 5 years ago by xaizek <[email protected]>
Version v0.10.1

5dbbd68415078f99ebe4cf0a91469349790ea58d authored over 5 years ago by xaizek <[email protected]>
Document for which $TERM values 'title' works

1714b319f459a6e705999902329c7ef1a30d108f authored over 5 years ago by xaizek <[email protected]>
Merge pull request #27 from XVilka/ftdetect-dot-vifm-files

Add *.vifm file detection by extension

d2f82195cfc3a29fe8269c17812236ae14d8bcf8 authored over 5 years ago by xaizek <[email protected]>
Add *.vifm file detection by extension

134e5c5978ec0144a916c82e30f88fb4b6dd79b5 authored over 5 years ago by Anton Kochkov <[email protected]>
Document new [no]space values for 'sizefmt'

f91c5d5ed27b921ff6c5251406ab6e13bbb0f05a authored over 5 years ago by xaizek <[email protected]>
Version v0.10.1-beta

2918f993a7af03f1d4e9468999138e53c0c24042 authored over 5 years ago by xaizek <[email protected]>
Document addition of vifm-media-osx script

It is configured to be used (via 'mediaprg') on OS X.

Patch by Von Welch.

Closes #438 on GitHub.

7d8395187993cb16c8b263b628d6b54db0510b68 authored over 5 years ago by xaizek <[email protected]>
Fix highlighting of <*> inside RHS of maps

They were highlighted previously, but for fewer number of commands.

f948b8d9a0854fcd4b21dd9d9cb9dcafe563fc4c authored over 5 years ago by xaizek <[email protected]>
Fix missing highlighting of :let in RHS of maps

4e0703cbd8efe67cb4f977c303864977c4d0d10d authored over 5 years ago by xaizek <[email protected]>
Make documentation of 'findprg' more readable

e3ca2716dcae524520b8fe62ae0035fe38e6a902 authored over 5 years ago by xaizek <[email protected]>
Add %p macro to 'findprg' option

It works as a mix between %a and %A macros: usually contains arguments
passed to :find command, ...

70921bc6092af09a0b3f1b9dd9da36e1eea4ea26 authored over 5 years ago by xaizek <[email protected]>
Add extcached() builtin function

It can be used to improve performance of file queries by caching
results of external commands.

...

f6d83b3b909647602c148a76d9f3feee8c18b544 authored over 5 years ago by xaizek <[email protected]>
Document changes made to :media menu

cc19356ec986256f24b77f9a1d8038ba1c2a6190 authored over 5 years ago by xaizek <[email protected]>
State that error stream of 'mediaprg' is ignored

5368885be038e8c0f44224113abe8b42eb2d9b32 authored over 5 years ago by xaizek <[email protected]>
Fix example of FUSE_MOUNT2 in the documentation

First parameter of :filetype was missing.

b4f297a25ad22a5a135d5682fb71a2e1af1503ec authored over 5 years ago by xaizek <[email protected]>
Note that FUSE commands use different macros

2618924d5d51be4d386aac2b7b087669aa46c9cd authored over 5 years ago by xaizek <[email protected]>
Document more about expansion of FUSE macros

They are processed differently from other macros (like %f).

f7d877bad15c20c43c81b85d4d9a0f25800b44b9 authored over 5 years ago by xaizek <[email protected]>
Add FUSE_MOUNT3 filetype format

It is equivalent to FUSE_MOUNT, but doesn't perform unmounting.
Helpful to use something like av...

0aa68d31480bd60780d09d280570fe7277ac72bc authored over 5 years ago by xaizek <[email protected]>
Add udisks2 backend to vifm-media script

Requires python and dbus module for it to be installed (because
udisks2 and dbus are too shitty ...

5771e040041657d266a673ab0205e016de8fd19f authored over 5 years ago by xaizek <[email protected]>
Add OtherWin highlight group

Can be used for highlighting inactive pane.

Thanks to John Fred Fadrigalan (a.k.a. cevhyruz).

...

0a8aa9be8464820fccb57ce7b55af211596e0623 authored over 5 years ago by xaizek <[email protected]>
Merge pull request #26 from rbong/fix-window-closing

Fix split/netrw window close handling

a6401958db6b60de7ca4825316656a4ba5479822 authored over 5 years ago by xaizek <[email protected]>
Keep empty Vim alt files when embedding

c645af47a3285e65a4706966011615001dd194dd authored over 5 years ago by rbong <[email protected]>
Do not give errors on closing windows

793c416a4f335e1f4096d4ea87217e1ed162010d authored over 5 years ago by rbong <[email protected]>
Fix window and buffer handling

Alternate files are now preserved and returned to on closing Vifm.

The current window is no lon...

4b3c9c6d7e17e08ac0b74aaabe2ec3f5096f4de3 authored over 5 years ago by rbong <[email protected]>
Avoid :startinsert breaking hi in vifm.vim file

b43f3f76cd1b5d829208314fd6cfc4fd6e47c568 authored over 5 years ago by xaizek <[email protected]>
Remove debug variable

e91670d74e07be167ead1582c0e73a33a871e41b authored over 5 years ago by rbong <[email protected]>
Default vifm_embed_cwd to false

It defaulted to false in the documentation but was incorrectly set to
true.

9c0d8129bae23eb90ce0c306bc6a0b2710e8a21d authored over 5 years ago by rbong <[email protected]>
Optionally replace netrw

75748c1f8cc8d458afd8dcc5039bb9efa1908b43 authored over 5 years ago by rbong <[email protected]>
Add option to change working dir while embedded

eeedd0aad5fb2f665eaa76d46782034197739436 authored over 5 years ago by rbong <[email protected]>
Reconcile neovim and vifm_embed_term

Neovim effectively always has job management enabled, so handle it
identically to vim when termi...

491d4427eb258b0d0a6f79e7f7c626579997e38a authored over 5 years ago by rbong <[email protected]>
Allow mods and a count to control splitting

cb40f526c0f24125b2e62b8d9402ee9b33fa878c authored over 5 years ago by rbong <[email protected]>
Allow optionally splitting the embedded terminal

75b3004cba67b616236542109fb73af832c201b1 authored over 5 years ago by rbong <[email protected]>
Add :Vifm command

This is more concise, and will allow for using modifiers to open vifm in
a terminal to make more...

0305d85d8da8767d84a9d60f002818b42b30ade9 authored over 5 years ago by rbong <[email protected]>
Fix docs stating that bg ops can't be cancelled

This isn't the case for a while now.

Thanks to Jose Riha (a.k.a. jose1711).

02c74ef56206f6996c601bf4c32069f7fe53e46d authored over 5 years ago by xaizek <[email protected]>
Add %pd macro for pass-through previews

It makes preview output directly affect terminal circumventing curses,
which could be used to di...

1658bd4497ac3726523add32306b8b02ba6999a6 authored over 5 years ago by xaizek <[email protected]>
Add ^= operation for string list options

Thanks to SearyBlue.

Added for

https://github.com/vifm/vifm/issues/365#issuecomment-481338351
...

36168f36daff10cbb3764f5897b338a01aaa7882 authored over 5 years ago by xaizek <[email protected]>
Make filter terminology more obvious

Clarify that there is one permanent filter broken into two parts.
Provide sample use cases for h...

c36040bc72ac50297803b42ac7339e9b9f6a4497 authored over 5 years ago by xaizek <[email protected]>
Add ^= operation for options of set kind

Other option kinds don't seem to need it.

Note that ^= for string list options works a bit diff...

c4d342fae742222f99bef7212c79ad27dce8b37e authored over 5 years ago by xaizek <[email protected]>
Added "rpreview:" key to 'milleroptions' option

It allows enabling preview of files.

Thanks to Svadkos and Tom Jansen.

Closes #365 on GitHub.

abf765c83f3d00c50d4fefac4bc8f869cff9aec0 authored almost 6 years ago by xaizek <[email protected]>
Better ordering of paragraphs in docs on patterns

91f625665e856985b0f9711895eece39eea3e981 authored almost 6 years ago by xaizek <[email protected]>
Improve documentation of patterns and globs

Thanks to afsheenb.

Based on issue #406 on GitHub.

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

To display only last directory in tab line instead of full path.

Thanks to chelovechishko.

Clo...

c3dc3f12ca325b6b1884db08133b02c279914813 authored almost 6 years ago by xaizek <[email protected]>
Fix view state on DirEnter autocommand

It was with view being in a mixed state of old and new location.

Thanks to Kendrick Taylor (a.k...

0f2dc99a4d1391427515db989662729e9f3b6d5a authored almost 6 years ago by xaizek <[email protected]>
Fix tag alignment in vifm-app.txt of :put command

b1fc6082dd540af6b61801937d3b0351cf7f4d12 authored almost 6 years ago by xaizek <[email protected]>
Add 'shellcmdflag' option

Specifies argument for the shell.

At least partially resolves #105 on GitHub and resolves #393 ...

921ab4dc57dfdda8b45514d706756a3175176d89 authored almost 6 years ago by xaizek <[email protected]>
Add example of using pane-specific color scheme

669a9fcc42fb9cbd7172d0b9ef46521c32c0459d authored about 6 years ago by xaizek <[email protected]>
Add :hideui command

It hides interface to show previous commands' output.

Thanks to dikiy.

https://www.linux.org.r...

0418b438f5aa2b2bdbbc09dfe3b0c7d0a06f0602 authored about 6 years ago by xaizek <[email protected]>
Don't use third person in help for two commands

More could need to be fixed actually.

5c0d76b1cd2fa140c26bd62a11f830155eaed1d8 authored about 6 years ago by xaizek <[email protected]>
Add one more invocation format of :colorscheme

It picks the first available color scheme that is supported by the
terminal.

Thanks to Jose Rih...

e5066d75222b44844840c621d3376ae0562e0b69 authored about 6 years ago by xaizek <[email protected]>
Add :cds command that substitutes in current path

Thanks to j-xella.

Closes #328 on GitHub.

e4c188b912af4182ae33d0634b7291e0088548d8 authored about 6 years ago by xaizek <[email protected]>
Add fileroot view column

It displays full name of directories and symbolic links to
directories and only root of name for...

4571704a0dda9b487c625a49bdb9e60423d136e3 authored about 6 years ago by xaizek <[email protected]>
Clearer documentation/description for 'vi[x]cmd'

Thanks to chelovechishko.

Closes #381 on GitHub.

02c29d9f8bf05ecb60f5a1905e77f499f2066936 authored about 6 years ago by xaizek <[email protected]>
Clearer descriptions/docs for :*unmap commands

Thanks to chelovechishko.

Closes #380 on GitHub.

48033362c0fe68ba3e50284f63d80118191f03aa authored about 6 years ago by xaizek <[email protected]>
Document that :restart doesn't reset everything

561c4d0f8772472b839ff767b2c3c7a126697f79 authored about 6 years ago by xaizek <[email protected]>
Better document TabLine and TabLineSel groups

Thanks to mwgkgk.

See #377 on GitHub.

1bfbdc47e08eb01fb87b7113e60ea07232754177 authored about 6 years ago by xaizek <[email protected]>
Version v0.10

8060879b984f714439c702b9fb2e251dc390a23f authored about 6 years ago by xaizek <[email protected]>
Drop bogus tag from tags.c

36d040b7c2fcad294d67f001ba44c930f6b16c9c authored about 6 years ago by xaizek <[email protected]>
Better description of `?` result of `filetype()`

Thanks to filterfalse.

2c7220ee6d6202575cc75043c04776b08c43ee17 authored about 6 years ago by xaizek <[email protected]>
Return "broken" from filetype({fnum}, 1)

For inaccessible link targets.

Thanks to filterfalse.

3a1c12da160f7f6062f2407b4a26baf6d5c0e57a authored about 6 years ago by xaizek <[email protected]>
Drop unlisted buffer left by plugin in neovim

Fixes vifm/vifm.vim#18 on GitHub.

a88994ed5ea311f8adc4c8aa63e82d17b86e31cb authored about 6 years ago by xaizek <[email protected]>
Support embedded terminal in the Vim-plugin

0c3b6893d0980779d38af04316852c636575b3f4 authored about 6 years ago by xaizek <[email protected]>
Correct plugin documentation on variables

87b46e015fd1b1baf6b6fbbf0c4af80e49beac62 authored about 6 years ago by xaizek <[email protected]>
Version v0.10-beta

7898fbdd41ee328f6d06e70b46030c85d376b667 authored about 6 years ago by xaizek <[email protected]>
Add :tabp[revious] command

It works as gT normal mode shortcut.

A pair to :tabn[ext] command.

8ab52e46b4721ae1a6cf1ffce4af5299b7dc573c authored about 6 years ago by xaizek <[email protected]>
Add :tabn[ext] command

It works as gt normal mode shortcut.

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

Se...

00a1e94ffa55b534fd1f97bbd2dd77673c606390 authored about 6 years ago by xaizek <[email protected]>
Change :tabnew to accept path instead of name

It's more useful. Path wasn't added as an additional argument, because
it might preclude suppor...

0ed87ba8da0db1ce0d0669692e190b804fd62d95 authored about 6 years ago by xaizek <[email protected]>
Add :media menu

It can list and perform basic operations on removable media (requires
helper to be available).

...

7e750b296b09932bbc1086acc3051f290809d1cd authored over 6 years ago by xaizek <[email protected]>
Add 'mediaprg' option

In the future it can be used to specify helper for managing removable
media.

e0781f4400161408196087d291f9bc72b1827d87 authored over 6 years ago by xaizek <[email protected]>
Add script for managing media with udevil&udisks

222e27ba96c93716cad3f65454678f0bef9e033a authored over 6 years ago by xaizek <[email protected]>
Make :tree! toggle view in and out of tree mode

Thanks to gammaray.

See https://www.linux.org.ru/forum/desktop/14470121

c08bc0f6ad750ee15c198f784e679a9d19629536 authored over 6 years ago by xaizek <[email protected]>
Add :regular command that leaves custom view

Thanks to gammaray.

See https://www.linux.org.ru/forum/desktop/14470121

ed5fb334c5a85575afb438b55dbd8a1c80c28d2c authored over 6 years ago by xaizek <[email protected]>
Make :*abbrev always treat bar (`|`) as argument

Just like :*map commands do.

Thanks to filterfalse.

14ee671bd4a121d665c2b0881f47b54ac56c30b2 authored over 6 years ago by xaizek <[email protected]>
Add <wait> :*map argument

It resolves prefix conflicts of user-defined mappings and builtin
keys in favour of user-defined...

3feb160a4d9c877315994b286ac3e97381985b23 authored over 6 years ago by xaizek <[email protected]>
Document when `filetype()` returns empty string

c432e890e9c7ef49e960b9fe7ae7993fca76b90a authored over 6 years ago by xaizek <[email protected]>
Allow passing numerical positions to filetype()

This is quite natural and is also helpful in tests.

df9d16bdd79bb5a51d4673bc8dc95abc0123f576 authored over 6 years ago by xaizek <[email protected]>
Add second optional parameter to filetype()

It is treated as a boolean and specifies whether symbolic links
should be resolved.

See #334 on...

2afb7f9e4b8e4bfe094e73e0aa61779ee0ecfd3d authored over 6 years ago by xaizek <[email protected]>
Clarify in the docs that %pc is for graphics only

Thanks to Jose Riha (a.k.a. jose1711).

See

https://q2a.vifm.info/347/the-proper-way-convert-fi...

e0beceb8e88c06d1f35cf9c316f05cb967dbf6a7 authored over 6 years ago by xaizek <[email protected]>
Add <c-@> angle bracket notation

It makes possible to map Ctrl-Space key.

Thanks to anonymous at Vifm Q2A site.

See: https://q2...

2673e0a032f5cd8ed187057a3114aa93a90b821b authored over 6 years ago by xaizek <[email protected]>
`run` -> `runs` in docs on apropos menu

e15f46fe181748c4c7e9fb15483b1b0ad5af6115 authored over 6 years ago by xaizek <[email protected]>
Better documentation of { shortcut

Thanks to the anonymous from

https://q2a.vifm.info/326/beginners-questions-about-vifm-functiona...

34a0c57dedbba9408f3bf766261e26b00a2731e2 authored over 6 years ago by xaizek <[email protected]>
Add <silent> :*map argument

It postpones UI updates until RHS is completely processed.
Probably not all updates are postpone...

a57ab0272d04ca45b15f281912258024e969fd0b authored over 6 years ago by xaizek <[email protected]>
Improve formatting of section on mappings in docs

4673140e856030dbc1376ef9756ece544ac4e745 authored over 6 years ago by xaizek <[email protected]>
Support italic attribute in :highlight

Thanks to GeorgeHJ.

a69bb6fb0b7800eebcf34110606fa659d032a510 authored over 6 years ago by xaizek <[email protected]>
Document User1..User9 hi groups and %* macro

This makes it possible to colorize parts of status line differently.

Thanks to GeorgeHJ.

See

...

303da9a5b4506b4eec2017fe0a83c9c2419b448d authored over 6 years ago by xaizek <[email protected]>
Add User{1..9} highlight groups

Not used yet by the code.

2e3a4805a0a11ed92cbef8226c3d871a9bf24068 authored over 6 years ago by xaizek <[email protected]>
Fix syntax highlighting of :let statement

Neither comments nor strings below were highlighted before:

let &statusline = "%1*" ...

e05bb3acfbf4790ff7be50258312e5243d3ebdaf authored over 6 years ago by xaizek <[email protected]>
Add grouping via parentheses to expressions

Thanks to Konst Mayer (a.k.a. cdlscpmv).

Closes #337 on GitHub.

fe489f63caac36ffb7c14a222781473cf9b47b43 authored over 6 years ago by xaizek <[email protected]>
Add r key to :undolist menu

Resets position in the undo list to group under the cursor.

Thanks to mini-turtle.

Closes #326...

d4be5ce93aa5c3757650ace5abf6545d45bfde37 authored over 6 years ago by xaizek <[email protected]>
Remove the leading space from timefmt

I still fail to understand why it was put there in the first place.

6c75adb28af2e4d6e87e888f50baaecc81484f66 authored over 6 years ago by Konst Mayer <[email protected]>
Highlight builtin functions in :let statement

b142ed3579631d029aa4862fe3b0e314d55f49e8 authored over 6 years ago by xaizek <[email protected]>
Highlight :let/:unlet in :command definition

96da4846029566c7c1446ac41facd995264a16a7 authored over 6 years ago by xaizek <[email protected]>
Add <insert> angle bracket notation

Thanks to j-xella.

Closes #327 on GitHub.

03ad1b7ac860196c9cb1e1b84414fccf8216f904 authored over 6 years ago by xaizek <[email protected]>
Properly add 'syncregs' option

Removed TODO entry might not be exactly about registers, but more
details about it weren't found...

46a0b825f1cbbe69bd3f5774e79e988b4e9c3ff9 authored over 6 years ago by xaizek <[email protected]>