]> granicus.if.org Git - vim/commitdiff
updated for version 7.4a.021 v7.4a.021
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 11:02:12 +0000 (13:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 11:02:12 +0000 (13:02 +0200)
Problem:    Using feedkeys() doesn't always work.
Solution:   Omit feedkeys(). (Ken Takata)

src/testdir/test98a.in
src/version.c

index 4999c28c7c1578148cff7096568ba1c2918ecb67..df07a6c3fa5711a869f3591866814a7bf57e5b08 100644 (file)
@@ -24,4 +24,5 @@ setl scb
 
 wincmd p
 
-call feedkeys(":setl scb\n\<C-w>\<C-w>", 't')
+setl scb
+wincmd w
index 3add57dd98894f4d2e1e2e98866e8f2d8e9abd75..59476e5233bbad2914ed01934afd29549e8b746e 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    21,
 /**/
     20,
 /**/