diff options
-rw-r--r-- | src/nvim/event/loop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/event/loop.h b/src/nvim/event/loop.h index d1a40d5cc9..1b288fc4cb 100644 --- a/src/nvim/event/loop.h +++ b/src/nvim/event/loop.h @@ -53,6 +53,8 @@ typedef struct loop { } \ } while (0) +// -V:LOOP_PROCESS_EVENTS_UNTIL:547 + // Poll for events until a condition or timeout #define LOOP_PROCESS_EVENTS_UNTIL(loop, multiqueue, timeout, condition) \ do { \ |