diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-02-06 13:21:53 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-02-12 23:21:09 -0500 |
commit | 2d22e1f035ee5ae165f636ad7550fbd83013af71 (patch) | |
tree | 35e4331e36b447a266ffd5bab2fd92d0efdf7334 /src/nvim/version.c | |
parent | 5483cb4e62b066adb2c482c338fb7eba672bdcc2 (diff) | |
download | rneovim-2d22e1f035ee5ae165f636ad7550fbd83013af71.tar.gz rneovim-2d22e1f035ee5ae165f636ad7550fbd83013af71.tar.bz2 rneovim-2d22e1f035ee5ae165f636ad7550fbd83013af71.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 8a5a3dc07d..748e2ded07 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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 |