diff options
author | watiko <service@mail.watiko.net> | 2016-02-16 22:56:35 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-16 22:56:47 +0900 |
commit | c9f4f828d5d28ad2405b47ecff7994f13b8a562b (patch) | |
tree | 993bf8c127319fd323d7e947b1e46cfb05dc23d3 /src | |
parent | 9036f1644fe638af6943cff7fa19ee011ba81e8d (diff) | |
download | rneovim-c9f4f828d5d28ad2405b47ecff7994f13b8a562b.tar.gz rneovim-c9f4f828d5d28ad2405b47ecff7994f13b8a562b.tar.bz2 rneovim-c9f4f828d5d28ad2405b47ecff7994f13b8a562b.zip |
version.c: Mark 7.4.935 NA
Problem: test_utf8 fails on MS-Windows when executed with gvim.
Solution: Use the insert flag on feedkeys() to put the string before the
":" that was already read when checking for available chars.
https://github.com/vim/vim/commit/6040256d8b0404564ac6f192296b12ea9d175e7d
---
feedkeys() is not used by legacy test utf8.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 5fea4d60ba..a1db346d1f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -353,7 +353,7 @@ static int included_patches[] = { // 938 NA // 937, // 936, - // 935, + // 935 NA // 934 NA 933, 932, |