Christian Brabandt
Christian Brabandt
I suppose this is part of #4727 I am not aware of anybody working on this, but a patch would be very much appreciated.
you may want to check out this PR: https://github.com/vim/vim/pull/9639
Hm, the macro that is responsible for the langmap feature is `LANGMAP_ADJUST`. I noticed it works on single bytes, e.g. what is in the input queue buffer. However the cyrillic...
I think we would need a patch like this: ```patch diff --git a/src/normal.c b/src/normal.c index 4d51c3320..460bc3cfe 100644 --- a/src/normal.c +++ b/src/normal.c @@ -621,7 +621,15 @@ normal_cmd( * Get the command...
Here is the patch that fixes the problem including a test: ```patch diff --git a/src/normal.c b/src/normal.c index 4d51c3320..5711a5500 100644 --- a/src/normal.c +++ b/src/normal.c @@ -621,7 +621,20 @@ normal_cmd( * Get...
let's close it then.
please try to contact the maintainer of this file: https://github.com/vim/vim/blob/master/runtime/indent/verilog.vim
ah, I don't know verilog and systemverilog at all. I just assumed that would be the correct one. In that case, try to contact the maintainer of the systemverilog indent...
closing as dupe of #10753