| File ChangeLog changed (mode: 100644) (index 5000a9cd1..837a4a131) |
| 261 |
261 |
Fixed dialog's title being hidden when it's longer than the dialog's |
Fixed dialog's title being hidden when it's longer than the dialog's |
| 262 |
262 |
message. |
message. |
| 263 |
263 |
|
|
|
264 |
|
Fixed `--select path/to/broken/symlink` failing with an error. |
|
265 |
|
|
| 264 |
266 |
0.14-beta to 0.14 (2025-02-08) |
0.14-beta to 0.14 (2025-02-08) |
| 265 |
267 |
|
|
| 266 |
268 |
Improved documentation on zh/zl menu keys a bit. |
Improved documentation on zh/zl menu keys a bit. |
| File src/vifm.c changed (mode: 100644) (index 63e169a07..458f7b335) |
| ... |
... |
remote_cd(view_t *view, const char path[], int handle) |
| 505 |
505 |
* selected or of a file that's being opened provided that the path exists and |
* selected or of a file that's being opened provided that the path exists and |
| 506 |
506 |
* has a parent. */ |
* has a parent. */ |
| 507 |
507 |
if((!handle || !is_dir(cd_path)) && !is_root_dir(cd_path) && |
if((!handle || !is_dir(cd_path)) && !is_root_dir(cd_path) && |
| 508 |
|
path_exists(cd_path, DEREF)) |
|
|
508 |
|
path_exists(cd_path, handle ? DEREF : NODEREF)) |
| 509 |
509 |
{ |
{ |
| 510 |
510 |
remove_last_path_component(cd_path); |
remove_last_path_component(cd_path); |
| 511 |
511 |
} |
} |