mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
vim-patch:7.4.1758, 7.4.1759, 7.4.1692 #5640
vim-patch:7.4.1758 Problem: Triggering CursorHoldI when in CTRL-X mode causes problems. Solution: Do not trigger CursorHoldI in CTRL-X mode. Add "!" flag to feedkeys() (test with that didn't work though).245c41070c
vim-patch:7.4.1759 Problem: When using feedkeys() in a timer the inserted characters are not used right away. Solution: Break the wait loop when characters have been added to typebuf. use this for testing CursorHoldI.40b1b5443c
vim-patch:7.4.1692 Problem: feedkeys('i', 'x') gets stuck, waits for a character to be typed. Solution: Behave like ":normal". (Yasuhiro Matsumoto)
This commit is contained in:

committed by
Justin M. Keyes

parent
880ce887ed
commit
7da7ff7c5c
@@ -684,8 +684,8 @@ static int included_patches[] = {
|
||||
// 1762,
|
||||
// 1761,
|
||||
// 1760 NA
|
||||
// 1759,
|
||||
// 1758,
|
||||
1759,
|
||||
1758,
|
||||
1757,
|
||||
// 1756 NA
|
||||
1755,
|
||||
@@ -752,7 +752,7 @@ static int included_patches[] = {
|
||||
1695,
|
||||
// 1694 NA
|
||||
// 1693 NA
|
||||
// 1692,
|
||||
1692,
|
||||
1691,
|
||||
// 1690 NA
|
||||
// 1689 NA
|
||||
|
Reference in New Issue
Block a user