diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-16 10:59:11 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-19 15:03:07 +0100 |
commit | 1798a4b5e9f0ae56cd800095f79423fea5cae8ca (patch) | |
tree | d7292e2164461bee8638dfb9b37174052e0f5a01 /src/nvim/regexp.c | |
parent | de28a0f84c577e264f37cd001b03d640db7d5ef9 (diff) | |
download | rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.tar.gz rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.tar.bz2 rneovim-1798a4b5e9f0ae56cd800095f79423fea5cae8ca.zip |
build: bump uncrustify version
Biggest change is that uncrustify is silent during linting.
Diffstat (limited to 'src/nvim/regexp.c')
-rw-r--r-- | src/nvim/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/regexp.c b/src/nvim/regexp.c index dc7ff30513..db17cfc19b 100644 --- a/src/nvim/regexp.c +++ b/src/nvim/regexp.c @@ -14162,7 +14162,7 @@ static int nfa_regmatch(nfa_regprog_T *prog, nfa_state_T *start, regsubs_T *subm #ifdef REGEXP_DEBUG nfa_set_code(skip->c); fprintf(log_fd, - "> Not trying to match pattern, output state %d is already in list %d. char %d: %s\n", // NOLINT(whitespace/line_length) + "> Not trying to match pattern, output state %d is already in list %d. char %d: %s\n", abs(skip->id), skip_lid, skip->c, code); #endif break; |