0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4a.021

Problem:    Using feedkeys() doesn't always work.
Solution:   Omit feedkeys(). (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-07-14 13:02:12 +02:00
parent 3fb14bc734
commit ff52518969
2 changed files with 4 additions and 1 deletions

View File

@@ -24,4 +24,5 @@ setl scb
wincmd p
call feedkeys(":setl scb\n\<C-w>\<C-w>", 't')
setl scb
wincmd w

View File

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