1
0
forked from aniani/vim

patch 8.0.0566: setting nocompatible for the tiny version moves the cursor

Problem:    Setting nocompatible for the tiny version moves the cursor.
Solution:   Use another trick to skip commands when the +eval feature is
            present. (Christian Brabandt, closes #1630)
This commit is contained in:
Bram Moolenaar
2017-04-15 15:37:25 +02:00
parent 31bdd13c33
commit 43d1ac6e81
2 changed files with 6 additions and 8 deletions

View File

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