1
0
forked from aniani/vim

patch 8.0.0581: moving folded text is sometimes not correct

Problem:    Moving folded text is sometimes not correct.
Solution:   Bail out when "move_end" is zero. (Matthew Malcomson)
This commit is contained in:
Bram Moolenaar
2017-04-22 22:40:11 +02:00
parent f1d21c8cc8
commit 94be619e30
3 changed files with 61 additions and 22 deletions

View File

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