Gilles Querret

Results 184 comments of Gilles Querret

I have a very similar issue. Also running Windows 11 (new machine, so unlikely to be cluttered by previous installs). ConEmu 210912. Starting VIM in cmd.exe works perfectly: ![image](https://user-images.githubusercontent.com/6498723/139847317-b7f566d0-a41d-4e0c-ab11-315bb5ed6097.png) When...

I'm using Cmder, but I switched to "plain" ConEmu to reproduce the problem. I downloaded again ConEmu, and found that vim works when used from Bash -- Git Bash, but...

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern...

Might be done. Interested in opening a pull request ?

Investigated internally, but looks like a bug in the AVM.

Root cause of the problem: ``` ROUTINE-LEVEL ON ERROR UNDO, THROW. CONNECT "-db sports2000 -1 -i" NO-ERROR. MESSAGE ERROR-STATUS:ERROR. // DB is connected, but error flag is set to true...

The enum doesn't need to have more than 2^32 values, it just needs one member with a large value in its definition: ``` ENUM Direction: DEFINE ENUM North = 8000000000...

ENUM values are now read from rcode (only in v12, that won't work with v11 rcode). Rule will be modified later (so not for tomorrow's release).