1
0
forked from aniani/vim

patch 8.0.1225: no check for spell region being zero

Problem:    No check for spell region being zero. (geeknik)
Solution:   Check for zero. (closes #2252)
This commit is contained in:
Bram Moolenaar
2017-10-27 00:57:05 +02:00
parent cf1ba35fc2
commit ee03b94124
3 changed files with 12 additions and 1 deletions

View File

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