xaizek
xaizek
I think that's just how `explorer` or `start` commands work, they don't handle multiple files. There is special handling of selection in Vifm described in https://vifm.info/vimdoc.shtml#vifm-selection. However, the documentation is...
If you want to use fixed handling of `%"c`, you can grab latest binaries from https://builds.vifm.info/.
OS? Original name is in Cyrillic and looks correct? What's the output of `locale` in a shell?
`locale` looks fine. What's the filesystem and is it mounted with some locale/encoding-related options? You could also try checking whether the behaviour differs in something like `/tmp`. I also assume...
I'm running out of things that could affect the outcome. There is a conversion from wide to narrow encoding because input is processed as Unicode, but is then converted to...
Thanks, that is not what I expected.
So far I wasn't able to reproduce this inside docker or a VM with Ubuntu 24.04 LTS.
No, if locales work, the rest should work. I just tried `clearlinux` docker container and do see the issue there. Will need to do some tests to see what might...
[wget_wch()](https://linux.die.net/man/3/wget_wch) from ncurses doesn't return non-latin input on Clear Linux. The input result looks like Ctrl+Space combination which internally represented as `0xe000`, the character code you get. Don't know why...
I don't think anything changed in this regard between v0.12 and v0.13. Note the following: * `:!!command` (two `!`) always tries to pause after running a command * `:!command` (one...