You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I'm using Chinese in account names because a translation is not always readable and pinyin (a way to use ASCIIs when necessary) is not very readable either.
This plugin doesn't highlight such names and :AlignCommodity doesn't take this into account. Also note that Chinese characters are wider than ASCIIs.
I've replaced the regex to use \S and used strwidth to calculate and it seems to work for me, but I don't know if I missed anything.
The text was updated successfully, but these errors were encountered:
lilydjwg
added a commit
to lilydjwg/dotvim
that referenced
this issue
Apr 13, 2019
This applies the changes suggested by @lilydjwg in nathangrigg#53 to support syntax
highlighting and functions against transactions with account names that
contain non-ASCII-alphanumeric characters.
With these changes, syntax highlighting, `:make`, and account name
completion work fine, so I see no reason it should cause problems.
Closesnathangrigg#53
Hi there. I'm using Chinese in account names because a translation is not always readable and pinyin (a way to use ASCIIs when necessary) is not very readable either.
This plugin doesn't highlight such names and
:AlignCommodity
doesn't take this into account. Also note that Chinese characters are wider than ASCIIs.I've replaced the regex to use
\S
and usedstrwidth
to calculate and it seems to work for me, but I don't know if I missed anything.The text was updated successfully, but these errors were encountered: