aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/ugrid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/ugrid.h b/src/nvim/ugrid.h
index 60c9068eb1..035074846e 100644
--- a/src/nvim/ugrid.h
+++ b/src/nvim/ugrid.h
@@ -23,6 +23,8 @@ struct ugrid {
UCell **cells;
};
+// -V:UGRID_FOREACH_CELL:625
+
#define UGRID_FOREACH_CELL(grid, top, bot, left, right, code) \
do { \
for (int row = top; row <= bot; row++) { \