From 1dafe1e002d17377d0713a31761164a062a24133 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 20 May 2017 04:42:26 +0300 Subject: [PATCH] syntax: Silence V782 Just another pointer hack used with hash tables. --- src/nvim/syntax.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index a0725c5831..a4bb260183 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -309,6 +309,8 @@ static keyentry_T dumkey; #define HIKEY2KE(p) ((keyentry_T *)((p) - (dumkey.keyword - (char_u *)&dumkey))) #define HI2KE(hi) HIKEY2KE((hi)->hi_key) +// -V:HI2KE:782 + /* * To reduce the time spent in keepend(), remember at which level in the state * stack the first item with "keepend" is present. When "-1", there is no