Commit 300f0b626b3edbbc93c6d35d80ad5f116bbcec38
Fix comment on modes/normal.c:cmd_zM()
Author: xaizek
Author date (UTC): 2026-07-28 10:44
Committer name: xaizek
Committer date (UTC): 2026-07-28 10:44
Parent(s): 9fcb536aca0a0723185ceb26869936dd64c23cd1
Signing key: 99DC5E4DB05F6BE2
Tree: 844bf2737726fde79591f150da81ab61aa463d45
| File src/modes/normal.c changed (mode: 100644) (index 8668bf09b..c20a3f0c3) |
| ... |
... |
free_list_of_file_indexes(keys_info_t *keys_info) |
| 1920 |
1920 |
keys_info->count = 0; |
keys_info->count = 0; |
| 1921 |
1921 |
} |
} |
| 1922 |
1922 |
|
|
| 1923 |
|
/* Filter the files matching the filename filter. */ |
|
|
1923 |
|
/* Restore all filters (the opposite of zR). */ |
| 1924 |
1924 |
static void |
static void |
| 1925 |
1925 |
cmd_zM(key_info_t key_info, keys_info_t *keys_info) |
cmd_zM(key_info_t key_info, keys_info_t *keys_info) |
| 1926 |
1926 |
{ |
{ |