]> granicus.if.org Git - vim/commit
patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong v8.2.4029
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Jan 2022 16:55:32 +0000 (16:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Jan 2022 16:55:32 +0000 (16:55 +0000)
commitb2d85e3784ac89f5209489844c1ee0f54d117abb
tree045fb2891c5912b3afa7a7b27223fe8de62eea1e
parentcb1956d6f2aece8ad93e19e5d4c7e0b5e405f056
patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong

Problem:    Debugging NFA regexp my crash, cached indent may be wrong.
Solution:   Fix some debug warnings in the NFA regexp code.  Make sure log_fd
            is set when used.  Fix breakindent and indent caching. (Christian
            Brabandt, closes #9482)
src/indent.c
src/optionstr.c
src/regexp_nfa.c
src/version.c