Yee Cheng Chin
Yee Cheng Chin
> OK, so I built Vim 9.1.0698 using `--with-python3-stable-abi=3.8` (`:version` shows `+python3/dyn-stable`) and rebuilt Python 3.11.9, using `-ggdb3 -Og` for both. Still getting segfaults when invoking `:py3` command. @audriusk Are...
Previously, the way we called IncRef and DecRef were also a little weird and not properly the stable ABI properly. I fixed it in #15648 (9.1.0724). If you could check...
Hmm, I'm not sure if I'm really equipped to how you debug this since I don't have an easy way to install Slackware myself to replicate the same issue. The...
Haven't taken a close look at the actual SIMD implementations yet, but just some initial comments looking at this: 1. Can you specify what hardware targets you are targeting here?...
Let me take a look, but I think this is a bad interaction with the "Press Enter" mode in Vim and some recent resize changes in MacVim. Basically Vim's "Press...
`echowin` works. As you said it works if you type it manually. Either way it's not really the expected way to show an error message at launch so it's not...
I think the issue here is multi-fold. You are using `-u /dev/null` which is equivalent to `-u NONE` which forces a press-enter prompt when using vimdiff (even without your messages)...
I just updated it to use `--clean` instead. I'm still thinking about this issue btw. Hopefully will find a way to fix the press-enter issue.
> Thanks! OTOH, as far as I'm concerned, I'm not sure about this approach I was thinking of taking to deal with the fact that Vim's interface for dir-diffing is...
Some thoughts after trying to play with fuzzy matching a little. To be honest as mostly an end user (since I only casually observed the previous commits) I'm kind of...