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

Document new abilities of 'slowfs' option

SF bug report #47.

41504488a8951efff7cd1ed055177c82578cfc4f authored over 10 years ago by xaizek <[email protected]>
Add 'fillchars' option

Configures fill character for vertical borders.

Thanks Svyatoslav Mishyn (a.k.a. juef).

eb996581b5944997f2368e8ca3a1701093209290 authored over 10 years ago by xaizek <[email protected]>
Wording updates for 'vifminfo' description

75756e2989e4321e387068798da6b218c14fd69d authored over 10 years ago by xaizek <[email protected]>
Add OtherLine hi group for cursor of inactive pane

Thanks to Svyatoslav Mishyn, a.k.a. juef.

c0c9c3b5f28511ea4ccaf54fb93b90dff979a0a6 authored over 10 years ago by xaizek <[email protected]>
Skip nonexistent directories on Ctrl-O/Ctrl-I

This is not only convenient (at least for me), but also more consistent
with content of the :his...

06614dfc610d617334ce4c09440b576d899ba28c authored over 10 years ago by xaizek <[email protected]>
Repeat last search for empty pattern on search

Previous behaviour was strange, inconsistent with Vim and hard to
predict.

62c9da295480f276821396b031658c652b72ef4c authored over 10 years ago by xaizek <[email protected]>
Add =pattern special form of user-defined command

Sets local filter to the given value (alike "/pattern" and "filter value").

Thanks to filterfalse.

baa658170280904a1f5623e3525669217f443d81 authored over 10 years ago by xaizek <[email protected]>
Document that 'incsearch' affects local filter

Thanks to filterfalse.

5f4aec53e814328099b476935deba69384ab16f3 authored over 10 years ago by xaizek <[email protected]>
Allow absolute paths as arguments for executable()

Thanks to filterfalse.

2f305be9cfd72fff3ce54f863cb08f3c939e176a authored over 10 years ago by xaizek <[email protected]>
Documented env vars used by vifm separately

As usually done in documentation for other applications.
Instead of mixing their definition with...

73a287f27a7c6fdb121b33ed4cbb2facb7b9b0e8 authored over 10 years ago by xaizek <[email protected]>
Add 'cdpath' option

Specifies directories to check on changing directory with relative
path that doesn't start with ...

fedc4575d450278e5100d7ded4c276868da2b0f9 authored over 10 years ago by xaizek <[email protected]>
Change wording in docs related to 'cdpath'

01fb45a6ccf27daac7bedd52f619d39e67543661 authored over 10 years ago by xaizek <[email protected]>
Update URL to Vifm's home page

From http://vifm.sourceforge.net (http://vifm.sf.net) to
http://vifm.info.

Also add link to Wiki.

983eb7388c9919cab515fe9db5b9b20147cbbb83 authored over 10 years ago by xaizek <[email protected]>
Add 'syscalls' instead of "f" to 'cpoptions'

This one is safer as someone might have:

set cpoptions=

in vifmrc, which will automaticall...

b873dccf090ebd0e2912c87eaf7b6766b3115967 authored over 10 years ago by xaizek <[email protected]>
Add ":highlight clear" to reset to builtin colors

This balances change in resetting color scheme to default one.
Useful for building color schemes...

b7b58d1c3db786f891d3016c0f181096bda4b070 authored over 10 years ago by xaizek <[email protected]>
Add "x" flag to 'cpoptions' option

It makes vifm prefer to perform file-system operations with external
applications on rather then...

4ab586b8ff94e3b73ecf8b4ccb5ca484adbcd86a authored over 10 years ago by xaizek <[email protected]>
Fix typo colors-chemes => color-schemes

Thanks to juef.

44df301b430faa51e05da41a02af48edab4205a6 authored over 10 years ago by xaizek <[email protected]>
Document possible color scheme resetting on :colo

Not obvious.

Thanks to y2kbugger.

f305f5b5ad9cbc86d7311c42ae80e9a5218ad2d3 authored over 10 years ago by xaizek <[email protected]>
Rename "default color scheme" to "primary ..."

In documentation, to avoid confusion.

48ae573738322f6cc467e3cb53c55f7aeae97786 authored over 10 years ago by xaizek <[email protected]>
Change "colorscheme" to "color scheme" in docs

9bfd300b4b980f7a32d31c76f25a50862c1bf7f9 authored over 10 years ago by xaizek <[email protected]>
Document selection amending mode

acd515cb1388ca30d0752d8924b3bb554ace02c7 authored over 10 years ago by xaizek <[email protected]>
Add handling of Ctrl-C for FUSE mounting

But not unmounting, which is dangerous as it might cause data loss.

433e69963f82c0415ff26888f3b1c4eb267ea67e authored over 10 years ago by xaizek <[email protected]>
Allow use of :filter syntax in udf filter commands

For example "command conf filter/.*\.cfg$/".

8b5610df5f4a7669abd3606ac097fa343a7b25c4 authored over 10 years ago by xaizek <[email protected]>
Formatted output of :fitler? as a table

c6edcce6c343f5e39de1a9e948c78f8dae94ffe7 authored over 10 years ago by xaizek <[email protected]>
Add i and I flags to :filter command

They control filter case sensitivity:
- "i" makes filter case insensitive;
- "I" makes filter ...

9a3503d8e724d714a9e430463f9506a9d58e5435 authored over 10 years ago by xaizek <[email protected]>
Add syntax highlight for xterm-like 256 colors

6840f926902a74c89f731102dd92683c7dc1e3b4 authored over 10 years ago by xaizek <[email protected]>
Document xterm-like 256 color names

5abdc8b5dd428654904db7fe7ce8ad7d56101826 authored over 10 years ago by xaizek <[email protected]>
Document that style/color values are case ignorant

c0c365ceb4b83cca86e4f07c2c106bb24c232320 authored over 10 years ago by xaizek <[email protected]>
Document that :empty creates task in :jobs menu

e92d8a3b4eeaaf27da6a5637a27e07a541fe1865 authored over 10 years ago by xaizek <[email protected]>
Document using of 256 colors in :highlight command

Thanks to Michael Vetter (a.k.a. jubalh).

4ce72db470b6b1e711c656fbcd91bb55b0ffe78c authored over 10 years ago by xaizek <[email protected]>
Rewrite paragraph in docs with horrible wording

c9e4cee396779bd568baadcfdb1180a1e5c4091a authored over 10 years ago by xaizek <[email protected]>
Add one more :if command example to documentation

Thanks to John Magolske.

b71c2a64483ed25c0d77bb770219108dad98b962 authored over 10 years ago by xaizek <[email protected]>
Merge branch 'minor-windows-fixes'

* Default to cmd.exe on Windows.
* Fix "$APPDATA/Vifm" directory existence check.

Thanks to Jon...

b92efffbc21b2dece3d76bb83d19631f29914f66 authored over 10 years ago by xaizek <[email protected]>
Correct the typo

23290a26bdc55a0f9deb9e5dd07ee03f3fea058f authored over 10 years ago by Jonathan Da Silva <[email protected]>
Check if the configuration directory exists

The previous file have a bug. `isdirectory('$APPDATA/Vifm')` always
return the same things becau...

42e3c8dbdaf3e534b51e5072c534f6080f940f4e authored over 10 years ago by Jonathan Da Silva <[email protected]>
Use cmd for windows user instead of xterm

9e7c5eafa85c1aad3d48e31c9a45e93768737c8f authored over 10 years ago by Jonathan Da Silva <[email protected]>
Document executable() builtin function

Checks whether executable exists in one of directories listed in
$PATH.

96d95e5fe0219c56d39a688edcb07530009c09d2 authored over 10 years ago by xaizek <[email protected]>
Handling of command arguments hi-ting improvements

b1b20377ecdc0f8ca6be0ec55371cd4daceb49c8 authored over 10 years ago by xaizek <[email protected]>
Make check for <cr> in region case insensitive

f0dd278d9c2558cfc07d777d4b7c2647514cf184 authored over 10 years ago by xaizek <[email protected]>
Extract prefix commands to a separate group

8f714cba93177525285371dfe0f64c7015e3b308 authored over 10 years ago by xaizek <[email protected]>
Fix confusing comments in syntax file

4140782b3bc585f9dd2d04187b87136d4afb11ae authored over 10 years ago by xaizek <[email protected]>
Highlight all operators in expressions

Most of them were missing from syntax file.

05c51c47c84d90f50d0270bfce31f70a2802196f authored over 10 years ago by xaizek <[email protected]>
Highlight wrapped :! commands properly

Example:

nnoremap k :!echo Hello
\ && echo World<cr>

5ee7ed5b93938d42c991979831c0010986663003 authored over 10 years ago by xaizek <[email protected]>
Highlight numbers in expressions

E.g. in:

if $VAR < 10
endif

d79e441cb04d188301290025b651a96b1bbbbfec authored over 10 years ago by xaizek <[email protected]>
Do not highlight option names in rhs of = in :set

Example, where first occurrence of "trash" should be highlighted,
but the second one should not:...

6a183942ddb89b0fa53f24f0755bc7384dd0fa15 authored over 10 years ago by xaizek <[email protected]>
Highlight environment variables in :source command

baa08ae220ef11830343a9e2cd88f518d4a59bc4 authored over 10 years ago by xaizek <[email protected]>
Version v0.7.7

614da1cf529402bab1a7c48c74d9ad5780245648 authored over 10 years ago by xaizek <[email protected]>
Improved documentation time sorting keys

Thanks to Stas Malavin.

8afec8b4c17f2d21a2dda6d46dec95f90e7529bf authored over 10 years ago by xaizek <[email protected]>
Improved documentation on :file[x]type commands

Thanks to Stas Malavin.

52b48a53ad2da6d73e15c30d52bc7f2c18714d16 authored over 10 years ago by xaizek <[email protected]>
Fix type in docs describing cropping specifier

Thanks to Stas Malavin.

4b02fe1b3163242a475189f74840f3f038af187c authored over 10 years ago by xaizek <[email protected]>
Version v0.7.7-beta

59cb122cc163d636bbc0bc7f9a7eed7ddc398fac authored over 10 years ago by xaizek <[email protected]>
Highlight environment variables in :unlet command

Thanks to filterfalse.

83aac95149f378343a192ec162073cbc5cc3fea7 authored over 10 years ago by xaizek <[email protected]>
Fix extending filetypes missing macro on Win&cmd

Fixes #41.

Thanks to Daniel Polanco, a.k.a. dlpolanco.

4c759ee775bdead2cd681a99796e3b150c7ae041 authored over 10 years ago by xaizek <[email protected]>
Document small enhancements for term mux support

aff227972033d6f25e49c7a86a5b70747c4a3749 authored almost 11 years ago by xaizek <[email protected]>
Display value of local filter in output of :filt?

7978838d33942d01aae8e2e8c80028b011ad1cb1 authored almost 11 years ago by xaizek <[email protected]>
Add "gf" and "e" keys to :grep menu

For consistency and convenience.

55f1cf8cd108fb3be1c44f8f3c1697f13e41893f authored almost 11 years ago by xaizek <[email protected]>
Document Ctrl-X keys in command-line mode

58f82ff9ee6baddcc108b7e2a1c9e0044f284717 authored almost 11 years ago by xaizek <[email protected]>
Document using %A macro in 'grepprg' option

645f0c5e2d1af2ef3c828704d7b5bd8bf02e86a3 authored almost 11 years ago by xaizek <[email protected]>
Document new "gf" and "e" keys in several menus

More precisely in:
- :find
- :locate
- user menu with navigation (%M macro)

ddb5758324ff611a9bbb3a04c51eb0ccb17ece04 authored almost 11 years ago by xaizek <[email protected]>
Document 'relativenumber' option

Also highlight it.

20dea20d20fc0853e2d9f6aa61b6ef1574fa3920 authored almost 11 years ago by xaizek <[email protected]>
Highlighting for no/inv variants were missing

Thanks to filterfalse.

e2172f5ad17521411cad34c98c77f6d716613fbc authored almost 11 years ago by xaizek <[email protected]>
Highlight new options in vim

4e752c8b36c717a2bcdac5dee228a9d95df67e18 authored almost 11 years ago by xaizek <[email protected]>
Add 'number' option

c4700baf0600116cd0f408d17047a9109628e6f3 authored almost 11 years ago by xaizek <[email protected]>
Add 'numberwidth' option

f49565dbcb8fe6e752f601af7c4826eac2a15fd5 authored almost 11 years ago by xaizek <[email protected]>
Document addition of <nop> bracket notation

c330849f328e614601499c2f239058d6f09e1ad2 authored almost 11 years ago by xaizek <[email protected]>
Highlight <nop> in syntax file

eff5760925963c7318c21aad5d746c783baf10a2 authored almost 11 years ago by xaizek <[email protected]>
Document &optname syntax

f8261e8cfecb0b6c7ad6fbd11927162b053131c9 authored almost 11 years ago by xaizek <[email protected]>
Add "type" sorting key implicitly to 'sort'

This way it doesn't mess up view columns and sort dialog.

60b50fb68944ce909eb5096519947f9f1ec221ec authored almost 11 years ago by xaizek <[email protected]>
Document "type" sorting key of the 'sort' option

151c266db0782970dd37943fefeec5308e0552b6 authored almost 11 years ago by xaizek <[email protected]>
Document updates related to bookmarks.

fa064b56f9d7ce9cd5beb822a72d7dce185f72c3 authored almost 11 years ago by xaizek <[email protected]>
Document difference between %a and %A

ee9907bbe46813dd14f1d697d26f0a2be897e179 authored almost 11 years ago by xaizek <[email protected]>
Document that Windows' where ignores directories

51d78d62397d11d5afb55d61d2491fd206e30073 authored almost 11 years ago by xaizek <[email protected]>
Document limited cancellation support on Windows

2ca4c744b25444f33e5349abe85a7d45c5ae0f6a authored almost 11 years ago by xaizek <[email protected]>
Document one more example for 'findprg' on Windows

Turns out that where command completely ignores directories.

e1257171041eac50b8e9f633564b973c7ed08be2 authored almost 11 years ago by xaizek <[email protected]>
Document operation cancellation

48f15dcb6f9cfd37c4dbe1c34d1b8e3734e70589 authored almost 11 years ago by xaizek <[email protected]>
Improve Escape/Ctrl-C documentation a bit

e8ab5449eeab1fe39db7ab2faf2e919194ec8ec8 authored almost 11 years ago by xaizek <[email protected]>
Highlight :vs[plit] in syntax

Somehow missed this command before.

e6776fae02af0badca68589015d02b3b8f2990a0 authored almost 11 years ago by xaizek <[email protected]>
Document additional commands for more menu types

8e65a8b61a3a3f117679a46e10f436ae9ff08936 authored almost 11 years ago by xaizek <[email protected]>
Fix minor issues with documentation on menus

31acee66772fca3a4d927430ce4be54667038c52 authored almost 11 years ago by xaizek <[email protected]>
Document adding comparison operators

f8ee1a5b85a449f348728ae0dc97b8efd66ae1b5 authored almost 11 years ago by xaizek <[email protected]>
Document integer number constants and unary +/-

6ca440080cd4a15f87284080c979e5ab2e5fde18 authored almost 11 years ago by xaizek <[email protected]>
Navigate to selected directory in :trashes menu

6155b7de263af75d899f0cfdb39da9e050d55f39 authored about 11 years ago by xaizek <[email protected]>
Document addition of the :trashes command

Lists all non-empty trash directories.

Thanks to Sergei Shilovsky.

ea17bfd8d727f981b6fc197296cab5d6164f16da authored about 11 years ago by xaizek <[email protected]>
Document addition of the :lstrash command

d95b9c02e14c1fdf8b0fc23a14338775158054b5 authored about 11 years ago by xaizek <[email protected]>
Add "r" key to :lstrash menu

It restores file from trash.

669df7e9d85798496a64f2c1ea3ed454a487c393 authored about 11 years ago by xaizek <[email protected]>
Update 'trashdir' documentation

f5b3b08991ea92d9a0c3212403cf884caae17298 authored about 11 years ago by xaizek <[email protected]>
Document %A macro of the 'findprg' option

cf41c24f4aab9d0a4c184f39d970d6194eef7b62 authored about 11 years ago by xaizek <[email protected]>
Document special bookmarks

'', '< and '>.

9e0014bf68bbcba378b730fc4b951abc35e9cc99 authored about 11 years ago by xaizek <[email protected]>
Make marks definition more concrete

94c930be01782452b567d65c44c3fdcf9832b288 authored about 11 years ago by xaizek <[email protected]>
Document selection resetting by cmdline commands

c36f95b0051616af91b125274d0a599b65610f21 authored about 11 years ago by xaizek <[email protected]>
Document Ctrl-W z key in normal and view modes

21a1db4af450f134ddedfed4e5afa810a4d20482 authored about 11 years ago by xaizek <[email protected]>
Version v0.7.6

a02095b6a145a43de68d4326544e0fbf18f97dee authored about 11 years ago by xaizek <[email protected]>
Revert changes in behaviour of :sync command

53b8d6f1a6879347633913c8a8259c4347cd5efc authored about 11 years ago by xaizek <[email protected]>
Make :sync force view mode exit for the other pane

Thanks to filterfalse.

47a5096039db508bf6bec6bfe34367c76b2824e6 authored about 11 years ago by xaizek <[email protected]>
Version v0.7.6-beta2

e1f74e1d1c3e7c58d1afe9c3aeea04a936da63f1 authored about 11 years ago by xaizek <[email protected]>
Remove redundant line from vimdoc

Thanks to filterfalse.

f79d9043108e44f3b10dbe4a9064ad915be59d1b authored about 11 years ago by xaizek <[email protected]>
Capitalize word in docs

Thanks to filterfalse.

ad274f5740046904aa0204ba57c06c2f7db1d4f7 authored about 11 years ago by xaizek <[email protected]>
Fix argument name in docs

Thanks to filterfalse.

cf5013140b4b6b9b0e8b6f0cfe97cdd5120b6215 authored about 11 years ago by xaizek <[email protected]>
Version v0.7.6-beta

61347414dc8754e521380a4efae013998c32e4a8 authored about 11 years ago by xaizek <[email protected]>
Document | treating on command-line better

84d4ab1ca9f3f9575c0692bf75dd73cf642d722b authored about 11 years ago by xaizek <[email protected]>