diff options
-rw-r--r-- | src/nvim/version.c | 2 | ||||
-rw-r--r-- | test/functional/legacy/mapping_spec.lua | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 473d4f8549..5542400e02 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -250,7 +250,7 @@ static int included_patches[] = { 491, //490, 489, - //488, + 488, //487, //486, 485, diff --git a/test/functional/legacy/mapping_spec.lua b/test/functional/legacy/mapping_spec.lua index 0cb270f701..46d29d1692 100644 --- a/test/functional/legacy/mapping_spec.lua +++ b/test/functional/legacy/mapping_spec.lua @@ -12,6 +12,8 @@ describe('mapping', function() test starts here: ]]) + execute('set encoding=utf-8') + -- Abbreviations with р (0x80) should work. execute('inoreab чкпр vim') feed('GAчкпр <cr><esc>') |