Christian Brabandt

Results 709 comments of Christian Brabandt
trafficstars

I don't know, but you should always install it into a prefix `\Vim\vim91\` otherwise Vim may not find its required files.

Thanks. I wonder however if `findprg` is the best option. I remember a few years ago we had a discussion about `*prg` vs `*expr` options and I wonder if a...

thanks for working on that. I am very much in favor of #15905 instead of this one. Any objections here?

yes, can a few people please try this out? @lifepillar @zzzyxwvut @habamax perhaps?

> Searching for just "e" doesn't match the character either, which can also be unexpected. That's why we have the `\Z` and `\%C` modifiers for the pattern. I would also...

Hm, I did not see the error message from your video. Does it happen with `vim --clean`? Is there a reason, you do not run in UTF-8 codepage by default?...

> is inconsistent with bind_textdomain_codeset (VIMPACKAGE, 'utf-8') Where do you have set? And isn't your Vim running with utf-8 encoding?

well then try running vim with `:set encoding=cp936`. Then `p_enc` should be `cp936`. But I think you should rather convert to utf-8 instead.

This is not currently on the Roadmap. I don't even know if it is possible to have pre-compiled Vim9 Script.