commit | 6a57cce04801d3e8fe30d0dcd31f9325b38de2fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 19:24:39 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 19:24:39 2015 +0200 |
tree | 0d1fa177554d3dc6145d348860b5ca62f62fa110 | |
parent | 1f860d8590460b6f13b39bebf191b81572fa0fdf [diff] [blame] |
patch 7.4.764 Problem: test_increment fails on MS-Windows. (Ken Takata) Solution: Clear Visual mappings. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index f6a5afb..fe3b7fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 764, +/**/ 763, /**/ 762,