agguser
agguser
Yes, no problem too on my new phone with Android 11. So this issue may be closed.
> Well, I for one appreciate it, that Vim does correctly resolve the file to be edited. In the end it is probably a matter of taste. I do not...
This is not about formatting. If `autochdir` is set, current directory is /tmp/d1 instead of /tmp/d2. Let's say /a/b links to /x/y/z/, and you edit /a/b/f.txt, then edit ../g.txt, and...
For now, please revert the code so that it displays full (instead of cropped) variable sized pages! Or add a "mode" (specified using a command-line option or a key binding)...
The problem with ctrl+o is that it opens Load Game dialog, which _slows_ on low-end devices if too many saved games exist. For save-load playing style, > That said, it’s...
`npm install` (from https://github.com/gignupg/Movie-Subtitles/blob/master/CONTRIBUTING.md) says `ERESOLVE could not resolve` and suggest `--force`, so I run `npm install --force` and it shows a lot of errors!
A workaround is using embedded newline, e.g.: ```bash $ echo "a=lorem" | mlr --ocsv sub -a "r" $'\n' a "lo em" ``` or: ```bash $ echo "a=lorem" | mlr --ocsv...
`:set re=1`, and use `/[e]̅` (or `/[e]\%u0305`, `/[e][\u0305]`, `/[def][\u0305]`; or `/e\%C`, `/\Ze`) to match `e̅`. In summary, `:set re=1`, and: - match a base character 'b' with `/[b]` - match...
A blank header line without `--hi` does not work if CSV-lite instead of TSV: ```bash $