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

Update year in a couple of places

78c616b8ae6e9592811a0f8201b7e2e5a54e926f authored almost 9 years ago by xaizek <[email protected]>
Version v0.8.1

59daf1a357d1734bb80267c8edf75fea2cd6efc3 authored almost 9 years ago by xaizek <[email protected]>
Add examples of :autocmd patterns

cb62c9f423e8bb70d7a9a7ccde01f3b46152846a authored about 9 years ago by xaizek <[email protected]>
Add 'title' option

Controls whether title of terminal should be set. Enabled by default if old
title can be restor...

b58efde9c1a0cabb2b5ed21a4750593bf7bc626e authored about 9 years ago by xaizek <[email protected]>
Version v0.8.1-beta

f544433980de5d0f6fece2f608860084078b32de authored about 9 years ago by xaizek <[email protected]>
Add handling of "%u" in trash specification

It is replaced with real user ID.

Thanks to Regis.

28096009151e6e07bfbcb55749b9970d0d7ea974 authored about 9 years ago by xaizek <[email protected]>
Account for Windows regarding %u

Make it *nix-only.

e0145a4d8ccfb5277135470ef0f14989a04d911b authored about 9 years ago by xaizek <[email protected]>
Make use of %u in default 'trashdir' value

24dbb137d25d73a8e70d123040db5792811b6341 authored about 9 years ago by xaizek <[email protected]>
Adjust syntax highlight to updated comments a bit

Just remove highlight from several places, where possible.

e0136ad64ec1c8e721ede43cc8879d94dde81af7 authored about 9 years ago by xaizek <[email protected]>
Not all commands can have inline comments

7a542f32f874d292d7c5cde1aa26e0e4d4a640df authored about 9 years ago by xaizek <[email protected]>
Add optional arg for --logging parameter

It specifies path to startup log.

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

This ...

8afe6691accdda304178ccd432d756305dbbc96f authored about 9 years ago by xaizek <[email protected]>
Add &option syntax for :let command

b76df1f3d1ad3437fd0fd7b3028623887941109e authored about 9 years ago by xaizek <[email protected]>
Support g: and l: prefixes for &-notation

That is in expressions.

63299d2a7a6dfda3ac356267aeb5625cce01a278 authored about 9 years ago by xaizek <[email protected]>
Add :set foo+=bar syntax for string options

Append value.

f52326e8edd073d3caa41b4e3174b915a1c443fd authored about 9 years ago by xaizek <[email protected]>
Add :elseif command

Thanks to filterfalse.

9869241ae1c5105284179ddc92c0f1ede1b5a5ed authored about 9 years ago by xaizek <[email protected]>
Document inline comments

8ca401e93c158e2450204d53f1d7c1a3a5c14183 authored about 9 years ago by xaizek <[email protected]>
Document changes of the parser

bf75592f6645f3ccea463358dc7d5c464646f230 authored about 9 years ago by xaizek <[email protected]>
Add 'deleteprg' option

Specifies program to run on files that are permanently removed.

See http://q2a.vifm.info/51/tra...

0bb2030b26c01bd532e81bc249776a6f4d9a63d5 authored about 9 years ago by xaizek <[email protected]>
Add "nlinks" sorting key

Displays number of hard links to a file on *nix systems.

Windows API for this is very strange (...

1396650ef0138861761901e5326bdff8f063f307 authored about 9 years ago by xaizek <[email protected]>
Document 'sortgroups' option and "groups" sorting

a3500b08f9f2a3f321e817387c71e743f2b67f66 authored about 9 years ago by xaizek <[email protected]>
Use the "scope" word for local/global options

2876e0af5119fd60bae6839a0aaa95c742c3a947 authored about 9 years ago by xaizek <[email protected]>
Add real patterns to :autocmd

Uses extended globs with * meaning "not slash" and ** meaning "anything".

f865f1fecff9818cd6de2021f04dd1ae1ec06802 authored about 9 years ago by xaizek <[email protected]>
Support list of patterns for :autocmd

0496c2eb4de44904c3d3494809c5417be6a7c9d4 authored about 9 years ago by xaizek <[email protected]>
Highlight event name

6031f63560964ef0c0df5da23281f5c104636811 authored about 9 years ago by xaizek <[email protected]>
Highlight :autocmd and commands in it

d83ecf85195a51802ba6392b5abe57143971d89e authored about 9 years ago by xaizek <[email protected]>
Document :au[tocmd] command

e0374a16ec2a1367a030efdecb67cf7e36bcdc22 authored about 9 years ago by xaizek <[email protected]>
Add pattern negation to :autocmd!

6ed3ab2f0bdb1dedbc5a556ee5042ec3fed76b1b authored about 9 years ago by xaizek <[email protected]>
Add tail patterns

82c4418da1ba27e8ac5c5c9c00370883173d0849 authored about 9 years ago by xaizek <[email protected]>
Handle "*" event properly for addition version

652cb80f7c134a0f2db9b97ec7b0c11dbe5642d1 authored about 9 years ago by xaizek <[email protected]>
Don't depend on g:vifm_home in mail plugin

dadc919fdf23af21ecdc53fa62088efa373fd384 authored about 9 years ago by xaizek <[email protected]>
Change plugin to do not depend on location of vifm

g:vifm_home is ignored from now on.

Thanks to aleksejrs.

8f2bd1d49b00e294266f982ea797ed8e52707857 authored about 9 years ago by xaizek <[email protected]>
Document && and || operators

4119c4b49f7889f1555a1c7164e7625900353157 authored about 9 years ago by xaizek <[email protected]>
Change default value of 'fusehome' option

From temporary directory to data directory (that is
$XDG_DATA_HOME/.local/share/fuse/ or $VIFM/f...

5ad4dee766def5d99997559a7116f10e63febe31 authored about 9 years ago by xaizek <[email protected]>
Open menu items as files if there is no colons

This heuristic should handle resulst of :find and similar in a
better way.

405d3bb64b9d4fb2562d0d38005b7708632fab63 authored about 9 years ago by xaizek <[email protected]>
Document the "v" menu key

653864a9a0f45ebedef44bd2969d6c29f6f4e428 authored about 9 years ago by xaizek <[email protected]>
Add 'iooptions' to configure fs operations

Contains only "fastfilecloning" for btrfs so far.

1f81faeb3d1d11b5b73ea84b566a3756febd9a15 authored about 9 years ago by xaizek <[email protected]>
Add getpanetype() builtin function

It retrieves type of current pane.

Thanks to filterfalse.

33df2e676120d3cc4234a9055dc1e1cd7a8753bc authored about 9 years ago by xaizek <[email protected]>
Document "nitems" sorting key

632299537730e89f4fb8532cd71cf0ab3279a2dc authored about 9 years ago by xaizek <[email protected]>
Handle count for Ctrl-W |/_ and set view size

Thanks to filterfalse.

7eb340c3fd05a8cdb6686ea129eac120a688163e authored about 9 years ago by xaizek <[email protected]>
Add 'dirsize' option

It controls how size of directories is displayed in file views.

This enables one to see number ...

98e40b984015f9fbc54294dd42f2462ed33ca030 authored about 9 years ago by xaizek <[email protected]>
Make "p" in 'tuioptions' affect padding previews

That is in quick view and view mode.

c515f43269d21d0b7116bea82434b201ae7ff93d authored about 9 years ago by xaizek <[email protected]>
Documented paths in menu w/ and w/o trailing /

Thanks to filterfalse.

e8613bb8ab94b2fa66cbf3f9c76116e1016b10cc authored about 9 years ago by xaizek <[email protected]>
Document use of $SHELL on :shell

17231eea9e36b84b0d84ccbfad0a0bc8a37c3a1b authored about 9 years ago by xaizek <[email protected]>
Allow 'shell' to specify a shell argument on *nix

Thanks to loongw.

0e3c029dc819c450413c70e6bd56a2dd9d745eb7 authored about 9 years ago by xaizek <[email protected]>
Document the more mode

f3fed1fd1f3c54010b81e13e6ffdbf4604667c89 authored about 9 years ago by xaizek <[email protected]>
Add missing slash to one :filter example in docs

a74a39c64750556103b430d15bda4fc44beec814 authored over 9 years ago by xaizek <[email protected]>
Document :put command

96a9df9ef4c4efda9c5d5da5ae3098768da0bd05 authored over 9 years ago by xaizek <[email protected]>
Fix duplicated tag in vifm-app.txt

Also teach helpztags to catch this error, Vim does.

41e78dce96399ece434f7f791f13f0a62590770f authored over 9 years ago by xaizek <[email protected]>
Document macros expansion in first arg of :bmark!

Thanks to filterfalse and Alexandre Viau.

1cb98874e95109b184f9218b4cf3d08b66ead6a1 authored over 9 years ago by xaizek <[email protected]>
Add optional %u and %U macros to '*prg' options

For 'findprg', 'grepprg', and 'locateprg'.
The macros allow immediate redirection of command out...

4b89b781bd7e5bfcf4b2b3b14b2a20db958eec6a authored over 9 years ago by xaizek <[email protected]>
Add --server-name command-line option

Sets name of target/this instance.

c27b7be2c6e221c84fe157959621c6a1020757f1 authored over 9 years ago by xaizek <[email protected]>
Add --server-list command-line option

Enumerates names of currently running vifm servers.

47c889ec39b47f74ec9bafd4d51e7e26b8b2b022 authored over 9 years ago by xaizek <[email protected]>
Add AT_FILE view column alignment

It's like left alignment, but when the text is bigger then the
column, the alignment is made at ...

f11e0371aecca9307424e113a86c59fcb9e87021 authored over 9 years ago by Cosmin Popescu <[email protected]>
Rename "file" to "dynamic" alignment

5a4698794d7c7f4430e42ee6979f0dcb6f33cf86 authored over 9 years ago by xaizek <[email protected]>
Document bookmarks

Also includes changing "bookmark" to "mark" for documentation on
marks.

a39810bd6dc2ab25aed9d07c6aafe1b9319d289d authored over 9 years ago by xaizek <[email protected]>
Document "dd" for :lstrash and :trashes[?] menus

53962a96abd8c555c0945200ad5f19473eb4c75c authored over 9 years ago by xaizek <[email protected]>
Add zr normal mode key to reset local filter

Thanks to filterfalse.

d021ed4c031868277cbf3ee6f08fcb648ced1452 authored over 9 years ago by xaizek <[email protected]>
Document :setl[ocal]/:setg[lobal]

571ea7d9b02a9bb8a9ed4ce2d25a701192f03a12 authored over 9 years ago by xaizek <[email protected]>
Docs and corrections to the patch

This also fixes "Extenstion" typo, which seems to be very old, but
unnoticed until how.

d8a5594cf798eee9c20c60cf04387ee63bc1cb27 authored over 9 years ago by xaizek <[email protected]>
Document :shell!

209b8a6a4ac0ce6c0af0dbc7d5aaab8ddc24be08 authored over 9 years ago by xaizek <[email protected]>
Add B key to menus

Acts like b, but creates unsorted (very custom) view.

Thanks to filterfalse.

bcbc2decb273a0766ac4a0d7065d29d0b4eed630 authored over 9 years ago by xaizek <[email protected]>
Note choice of directories after start in docs

This was pointed out on Wiki some time ago, should be corrected here
as well.

0a39284e4b1dec708604e97b612c6cbf458485e1 authored over 9 years ago by xaizek <[email protected]>
Document "-" path specifier

1b8775dfe390dd261e29007d59c8eb1bdfe49d35 authored over 9 years ago by xaizek <[email protected]>
Style and docs updates for "*" in 'slowfs'

4b02f8b2b5d1b77bb8903b1697af6e5b996a47cd authored over 9 years ago by xaizek <[email protected]>
Added * for slowfs

70e539fb1a439232db22193df36da881824aba28 authored over 9 years ago by Cosmin Popescu <[email protected]>
Don't mention LWIN/RWIN in docs

This is outdated information, first path refers to active pane and
the second one to the other one.

6d5c064040c01742b0c27e51ff0b0c2e0ba0cd5e authored over 9 years ago by xaizek <[email protected]>
Specify "win only" for config dir lookup in docs

0973f9400d7388bfba2229c2c4b6d59359988271 authored over 9 years ago by xaizek <[email protected]>
Whitespace fix in the plugin

cc0b599c5a95d5bd04b399f077f023f8ddd84cae authored over 9 years ago by xaizek <[email protected]>
Use --choose-file instead of -f in Vim plugin

80a9889533bb35802bfd4230928ddb66126580f9 authored over 9 years ago by xaizek <[email protected]>
Tiny vifm-plugin.txt fixes

* A typo.
* Add tags for global options.
* Capitalize "Vim".

b7865cc9c947c5de6795f2dd8ab6325873f92edf authored over 9 years ago by xaizek <[email protected]>
Restore g:vifm_exec_args ability to affect paths

It should go right before them in case there is "--select".

d9b926065ac8ef68c45112251bca92d00a9afec8 authored over 9 years ago by xaizek <[email protected]>
Add set of :*Vim commands to vifm ran from Vim

These commands overrule initial :*Vifm command behaviour.

Thanks to Ross Hadden (a.k.a. rosshad...

ef99d730ee7066a1dd7eec4eeb40d24fa186e0ed authored over 9 years ago by xaizek <[email protected]>
Fix "it's" => "its" typo in documentation

19c69b5a4841bbe07bfe6a30831adb660c32391f authored over 9 years ago by xaizek <[email protected]>
Document addition of %pc macro

Viewer command can look like this:

fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
...

40a4d93d43a4ed0ad8631a45d9b46477aab3bd26 authored over 9 years ago by xaizek <[email protected]>
Document %= for 'statusline' and 'rulerformat'

4b9cbe5fba287ced4aebd22775f70c2520a57a25 authored over 9 years ago by xaizek <[email protected]>
Add formatting to builtin functions manual

Highlight function synopsis in bold and separate it with an empty
line from main description.

f40650131481e4209b0826f481de4e1caf996259 authored over 9 years ago by xaizek <[email protected]>
Add paneisat() builtin function

It answers queries about current pane position. Thanks to fogine.

See #94 on GitHub.

af0631650cb216c7b2021d06327125a5e3de1bd7 authored over 9 years ago by xaizek <[email protected]>
Accept [count] for "h" and "gh"

99ac670fbeae1ccf3ff72a3c049b40fcc27c08f4 authored over 9 years ago by xaizek <[email protected]>
Make --select option more prominent in docs

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

af2280cb7754191779ce0a55f04b15bd44b41a66 authored over 9 years ago by xaizek <[email protected]>
Add layoutis() builtin function

Answers queries about current interface configuration.

Thanks to fogine.

Second part of #94.

04a8f024019511469de1b6af5d795ab6ef7fd543 authored over 9 years ago by xaizek <[email protected]>
Add :winc[md] command-line command

Thanks to fogine.

Main part of #94.

2abfdaf3f41607a3c804c6f1b91950a6865d60fc authored over 9 years ago by xaizek <[email protected]>
Version v0.8

4b747b18aa7f08a80b32d42d0182b3e7060c6fb3 authored over 9 years ago by xaizek <[email protected]>
Slightly more verbose 'undolevels' documentation

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

67f534c726c8f77ad044dcc1ddbd18e7a6afc287 authored over 9 years ago by xaizek <[email protected]>
Add "p" to 'shortmess' option

Control tilde shortening of paths in view titles.

Thanks to Martin Fischer.

a4f26d582ec2b1d09f8cfcda0ffdfca67e3da5b1 authored over 9 years ago by xaizek <[email protected]>
Document .vifm extension for color schemes

34448ce4c58b4d9bc0d6ff034180f26e5e630487 authored over 9 years ago by xaizek <[email protected]>
Map <c-h> and <bs> to different keys

See documentation updaate for details.

f5569852a9dc8f4fe410a64b7ce5796b5cfe9650 authored over 9 years ago by xaizek <[email protected]>
Update :grep menu docs wrt leaving menu

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

7dd54b5ce32d46873ca73baab7cfbc2821c115e3 authored over 9 years ago by xaizek <[email protected]>
Fix intensionally => intensionally

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

4581b7b32eb8c4173716d59022e9d9071a09679e authored over 9 years ago by xaizek <[email protected]>
Missing typos fixes

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

61f5bc746e9aeac4d1891ec642598725ddb9a73b authored over 9 years ago by xaizek <[email protected]>
int => integer; bool => boolean for option types

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

c1981cf4c8ece21ad33c448c12d22faa1eea02c0 authored over 9 years ago by xaizek <[email protected]>
popup => pop-up

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

d291ac437623e03f5b16f741121e52ca0854ce52 authored over 9 years ago by xaizek <[email protected]>
A couple of typos in documentation

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

687dbb8f84559218d07a06ce03fec941dd26fe44 authored over 9 years ago by xaizek <[email protected]>
Ignore case by default for regexp patterns

e344dd3f8ee7ed5c5cccf319e314965b92e43c57 authored over 9 years ago by xaizek <[email protected]>
Use utils/matcher in filetypes

804e1d2de947d93ba5695a413bd9fcc52a25fd7a authored over 9 years ago by xaizek <[email protected]>
Add full path patterns ({{globs}} and //regexp//)

As an example, one can specify viewing of all files under /var/log
via `tail -f` like this:

...

73afc8b3d24c98763e3a5286dea2810646108be3 authored over 9 years ago by xaizek <[email protected]>
Add missing vifm-app.txt typo fix duplicate

A pre-commit check that both documentation files are changed in
every commit might be handy.

121880c946a2618efd5d2962f40508d068729489 authored over 9 years ago by xaizek <[email protected]>
More vimdoc updates

16330826f0c4c457ff4961944d3f124564f49f19 authored over 9 years ago by xaizek <[email protected]>
Various wording/formatting fixes in vimdoc

8201db4bc16c6c00b57230beb877f8a7bc14c18b authored over 9 years ago by xaizek <[email protected]>
More unifirorm :commands description in vim doc

And better wording/formatting.

0587e8d97cae9227c163b1dabd7aa7aebc0f3ead authored over 9 years ago by xaizek <[email protected]>