Mercurial > vim
comparison src/version.c @ 11480:99ce30ac4226 v8.0.0623
patch 8.0.0623: error for invalid regexp is not very informative
commit https://github.com/vim/vim/commit/966e58e413ffa88af8d748e697aa2999571fcd7b
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 5 16:54:08 2017 +0200
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)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 05 Jun 2017 17:00:03 +0200 |
parents | 29a781fd3f27 |
children | e691ebe6558e |
comparison
equal
deleted
inserted
replaced
11479:d4000f7e96c7 | 11480:99ce30ac4226 |
---|---|
762 NULL | 762 NULL |
763 }; | 763 }; |
764 | 764 |
765 static int included_patches[] = | 765 static int included_patches[] = |
766 { /* Add new patch number below this line */ | 766 { /* Add new patch number below this line */ |
767 /**/ | |
768 623, | |
767 /**/ | 769 /**/ |
768 622, | 770 622, |
769 /**/ | 771 /**/ |
770 621, | 772 621, |
771 /**/ | 773 /**/ |