From: Bram Moolenaar Date: Sun, 14 Jul 2013 11:02:12 +0000 (+0200) Subject: updated for version 7.4a.021 X-Git-Tag: v7.4a.021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff52518969cced60a3b2d77e65b042e2e1dc2adc;p=vim updated for version 7.4a.021 Problem: Using feedkeys() doesn't always work. Solution: Omit feedkeys(). (Ken Takata) --- diff --git a/src/testdir/test98a.in b/src/testdir/test98a.in index 4999c28c7..df07a6c3f 100644 --- a/src/testdir/test98a.in +++ b/src/testdir/test98a.in @@ -24,4 +24,5 @@ setl scb wincmd p -call feedkeys(":setl scb\n\\", 't') +setl scb +wincmd w diff --git a/src/version.c b/src/version.c index 3add57dd9..59476e523 100644 --- a/src/version.c +++ b/src/version.c @@ -727,6 +727,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 21, /**/ 20, /**/