1
0
forked from aniani/vim

patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined

Problem:    Mode() result after usign "r" depends on whether CURSOR_SHAPE is
            defined. (Christian Brabandt)
Solution:   Move the #ifdef to only skip ui_cursor_shape().
This commit is contained in:
Bram Moolenaar
2019-10-31 19:55:55 +01:00
parent bb26596242
commit 7a641ca1e1
2 changed files with 4 additions and 4 deletions

View File

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