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:
@@ -24,4 +24,5 @@ setl scb
|
||||
|
||||
wincmd p
|
||||
|
||||
call feedkeys(":setl scb\n\<C-w>\<C-w>", 't')
|
||||
setl scb
|
||||
wincmd w
|
||||
|
@@ -727,6 +727,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
21,
|
||||
/**/
|
||||
20,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user