avidseeker
avidseeker
I think OrganicMaps should keep the goal of a maps project. Adding a CardDAV functionality, and then contact viewer, and then contact synchronizer eventually will create a contacts app within...
Unicode controlling characters like ZWNJ and [Bidi Control](https://en.wikipedia.org/wiki/Unicode_control_characters#Bidirectional_text_control) chars should be completely hidden not concealed. If user wants to show them, such characters should be included within `listchars` so that...
> probably doesn't make sense (and we don't do this for other characters) > questions that Vim is not able to handle very well If setting this as default confuses...
More generally, I think this feature request falls under the title of "Automatic detection for termbidi". Vim Arabic shaping support via `:set arabicshape` is currently enabled by default regardless of...
I found a workaround for this issue: https://github.com/neovim/neovim/discussions/29227 It needs some manual work, but makes vim automatically detect whether to `set termbidi` or not. It has a strange side effect.
It's super simple. It basically moves setting the `termbidi` choice from Vim to an environment variable `TERMBIDI`. ```vim if !empty($TERMBIDI) set termbidi endif ``` And that variable is set within...
@chrisbra If this is to be implemented, then the clean way is to query the terminal Bidi support info the same way terminal color support is queried (vim uses ncurses...
I wrote a summary on the Wiki: https://wiki.xmpp.org/web/Roster
>can't be ported But I just gave an example on how to port it: `speed=1.440000 --> #EXT-X-SPEED:1.440000`.
I'm more interested in a portable watch-later within an audiobook directory. This makes it easy to synchronizing pause timestamps with other devices. See: https://github.com/mpv-android/mpv-android/issues/960. > except your niche use case....