File data/man/vifm.1 changed (mode: 100644) (index 5a8832b73..f244ea434) |
... |
... |
Comparison tweaks: |
7081 |
7081 |
\- withrcase \- respect case when comparing file names/paths. |
\- withrcase \- respect case when comparing file names/paths. |
7082 |
7082 |
|
|
7083 |
7083 |
Which results to show (has no effect for single pane comparison): |
Which results to show (has no effect for single pane comparison): |
7084 |
|
\- showidentical \- toggle showing of identical files; |
|
7085 |
|
\- showdifferent \- toggle showing of changed files; |
|
7086 |
|
\- showuniqueleft \- toggle showing of unique top/left files; |
|
7087 |
|
\- showuniqueright \- toggle showing of unique bottom/right files. |
|
|
7084 |
|
\- showidentical \- control visibility of identical files; |
|
7085 |
|
\- showdifferent \- control visibility of changed files; |
|
7086 |
|
\- showuniqueleft \- control visibility of unique top/left files; |
|
7087 |
|
\- showuniqueright \- control visibility of unique bottom/right files. |
7088 |
7088 |
|
|
7089 |
7089 |
Each argument can appear multiple times, the rightmost one of the group is |
Each argument can appear multiple times, the rightmost one of the group is |
7090 |
7090 |
considered. Arguments alter default behaviour instead of substituting it. |
considered. Arguments alter default behaviour instead of substituting it. |
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 82c53371b..f3dd4e876) |
... |
... |
Comparison tweaks: |
5953 |
5953 |
- withrcase - respect case when comparing file names/paths. |
- withrcase - respect case when comparing file names/paths. |
5954 |
5954 |
|
|
5955 |
5955 |
Which results to show (has no effect for single pane comparison): |
Which results to show (has no effect for single pane comparison): |
5956 |
|
- showidentical - toggle showing of identical files; |
|
5957 |
|
- showdifferent - toggle showing of changed files; |
|
5958 |
|
- showuniqueleft - toggle showing of unique top/left files; |
|
5959 |
|
- showuniqueright - toggle showing of unique bottom/right files. |
|
|
5956 |
|
- showidentical - control visibility of identical files; |
|
5957 |
|
- showdifferent - control visibility of changed files; |
|
5958 |
|
- showuniqueleft - control visibility of unique top/left files; |
|
5959 |
|
- showuniqueright - control visibility of unique bottom/right files. |
5960 |
5960 |
|
|
5961 |
5961 |
Each argument can appear multiple times, the rightmost one of the group is |
Each argument can appear multiple times, the rightmost one of the group is |
5962 |
5962 |
considered. Arguments alter default behaviour instead of substituting it. |
considered. Arguments alter default behaviour instead of substituting it. |
File src/cmd_completion.c changed (mode: 100644) (index a38b94673..9f00e2730) |
... |
... |
complete_compare(const char str[]) |
547 |
547 |
|
|
548 |
548 |
{ "skipempty", "exclude empty files from comparison" }, |
{ "skipempty", "exclude empty files from comparison" }, |
549 |
549 |
|
|
550 |
|
{ "showidentical", "toggle identical files viewing into comparison" }, |
|
551 |
|
{ "showdifferent", "toggle changed files viewing into comparison" }, |
|
552 |
|
{ "showuniqueleft", "toggle unique left files viewing into comparison" }, |
|
553 |
|
{ "showuniqueright", "toggle unique right files viewing into comparison" }, |
|
|
550 |
|
{ "showidentical", "control visibility of identical files" }, |
|
551 |
|
{ "showdifferent", "control visibility of changed files" }, |
|
552 |
|
{ "showuniqueleft", "control visibility of unique top/left files" }, |
|
553 |
|
{ "showuniqueright", "control visibility of unique bottom/right files" }, |
554 |
554 |
|
|
555 |
555 |
{ "withicase", "force ignoring case on comparing names" }, |
{ "withicase", "force ignoring case on comparing names" }, |
556 |
556 |
{ "withrcase", "force respecting case on comparing names" }, |
{ "withrcase", "force respecting case on comparing names" }, |