]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0623: error for invalid regexp is not very informative v8.0.0623
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:54:08 +0000 (16:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 14:54:08 +0000 (16:54 +0200)
commit966e58e413ffa88af8d748e697aa2999571fcd7b
tree4f62a3029956f9d677337e1fb5ce698260aa739d
parentc5e2b040b490c2f4dd50c945840bc176bfcccb29
patch 8.0.0623: error for invalid regexp is not very informative

Problem:    The message "Invalid range" is used for multiple errors.
Solution:   Add two more specific error messages. (Itchyny, Ken Hamada)
src/regexp.c
src/regexp_nfa.c
src/testdir/test_regexp_utf8.vim
src/version.c