0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 7.4.1051

Problem:    Segfault when unletting "count".
Solution:   Check for readonly and locked first. (Dominique Pelle)
            Add a test.
This commit is contained in:
Bram Moolenaar
2016-01-04 22:05:24 +01:00
parent c71982b239
commit af8af8bfac
4 changed files with 44 additions and 12 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1051,
/**/
1050,
/**/