Christian Brabandt

Results 719 comments of Christian Brabandt
trafficstars

I don't know, but I wonder if you have a general python problem, also regarding #15212 BTW: I would try to compile using `--with-python3-stable-abi=3.12`.

I checked on a Fedora system which comes with Vim 9.1.452 with python 3.12.4 and both issues did not occur.

That's a default Fedora install, I don't know how this was build. Well, for Vim, I can provide the compile flags: ``` :version VIM - Vi IMproved 9.1 (2024 Jan...

not sure if there is anything wrong here or actionable. Let me close it, since nobody else reported this problem.

how is this different from the [pumborder PR](https://github.com/vim/vim/pull/17091)?

For consistency reasons, I'd strongly argue either for word values or flag values, not supporting both. How about instead to use this: ``` Predefined styles: "single" - Single line border....

so I am still confused about this. What is the relation of this vs. the mentioned PR #17091 ? why do we need one over the other?

okay, I think this is fine to have a central place to configure this. And I finally got the difference to the other PR 🙈 But there are 2 things:...

I'd rather have a single option controlling the various border behaviours than spreading this out over several related options, no?