mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.601 #1950
Problem: It is not possible to have feedkeys() insert characters. Solution: Add the 'i' flag. https://code.google.com/p/vim/source/detail?r=v7-4-601
This commit is contained in:
@@ -179,6 +179,35 @@ static char *(features[]) = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//620,
|
||||
//619,
|
||||
//618,
|
||||
//617,
|
||||
//616,
|
||||
//615,
|
||||
//614,
|
||||
//613,
|
||||
//612,
|
||||
//611,
|
||||
//610,
|
||||
//609,
|
||||
//608,
|
||||
//607,
|
||||
//606,
|
||||
//605,
|
||||
//604,
|
||||
//603,
|
||||
//602,
|
||||
601,
|
||||
//600,
|
||||
//599,
|
||||
//598,
|
||||
//597,
|
||||
//596,
|
||||
//595,
|
||||
//594,
|
||||
//593,
|
||||
//592,
|
||||
//591 NA
|
||||
//590,
|
||||
//589 NA
|
||||
|
Reference in New Issue
Block a user