mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
refactor(uncrustify): disable formatting in problematic code sections
This commit is contained in:
@@ -4317,6 +4317,8 @@ skip:
|
||||
lnum -= regmatch.startpos[0].lnum;
|
||||
}
|
||||
|
||||
// uncrustify:off
|
||||
|
||||
#define PUSH_PREVIEW_LINES() \
|
||||
do { \
|
||||
if (preview) { \
|
||||
@@ -4336,6 +4338,8 @@ skip:
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
// uncrustify:on
|
||||
|
||||
// Push the match to preview_lines.
|
||||
PUSH_PREVIEW_LINES();
|
||||
|
||||
|
Reference in New Issue
Block a user