Kovid Goyal
Kovid Goyal
This was added to vim in version 8.2.0863 three weeks ago. See https://github.com/vim/vim/commit/e023e88bed3f2e0a7ea4cf10cac2de80bc9c271c
For example: ``` # (pofilter) pythonbraceformat: Translation requires 1 anonymous formatting args, original only 0 msgid "Start polishing the book" msgid_plural "Start polishing of {} books" msgstr[0] "Perfektionieren des Buchs...
Hi all, I have implemented in master a set of features that reduce startup latency when running kittens and remote control commands by 30-50 milliseconds. They work basically by avoiding...
The use of the name() function for matching tags breaks with documents that have a default namespace or multiple namespace prefixes mapping to the same namespace. For example, The CSS...
Simple code changes to enable compilation with Visual Studio 2015. There is one extra change where I add a preprocessor macro NO_WIFI_DEVICES to diable detection of wireless devices at compile...
tg should not send new message notifications from the active chat when it has focus. You can track focus as I described in #168
Thanks for the implementation of secret chats, it works well. The only issue is that messages received from the other party in the secret chat dont get marked as read....
Currently, if you select a message and a new message arrives the highlighted message changes. This should not happen, selected message should remain selected, until the selection is changed, or...
Currently tg uses string_len_dwc() which computes string length based on east asian widths. That is incorrect. The absolutely correct way to do it is to use a standard compliant implementation...
The current value of the timer should be displayed at the top of the chat window, where the user name is displayed. And there should be some way to change...