]> granicus.if.org Git - vim/commit
patch 8.1.0945: internal error when using pattern with NL in the range v8.1.0945
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 19:17:02 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 19:17:02 +0000 (20:17 +0100)
commita5483448cba6997517003a22a8029f0de1007d0e
tree77599292108fbba2fd93b46113fe8259e816efd0
parentc85c8fcb9fad565da78e01248c12f662f6bc04c8
patch 8.1.0945: internal error when using pattern with NL in the range

Problem:    Internal error when using pattern with NL in the range.
Solution:   Use an actual newline for the range. (closes #3989)  Also fix
            error message.  (Dominique Pelle)
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c