]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1179 v7.3.1179
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Jun 2013 19:00:26 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Jun 2013 19:00:26 +0000 (21:00 +0200)
commit0825c00f14bb60202bcd0391bc3f0eba4d188aac
tree124d723e66c3e7dfeee62808b5cf6ad97b39a787
parent22971aaa4530d6e8cb2c9c0c19b4f291d8442d61
updated for version 7.3.1179
Problem:    When a global mapping starts with the same characters as a
            buffer-local mapping Vim waits for a character to be typed to find
            out whether the global mapping is to be used. (Andy Wokula)
Solution:   Use the local mapping without waiting. (Michael Henry)
src/getchar.c
src/version.c