]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1261 v7.3.1261
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 11:58:31 +0000 (13:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 11:58:31 +0000 (13:58 +0200)
commit72179e1bd0bbb1d1c3083c85bd9fb0a8d6928f7f
tree8c591c38ab393b0c2967bf9037054b7420a7ddf5
parentb751546636c71f206733af1bc30415aaab9a0b42
updated for version 7.3.1261
Problem:    A buffer-local language mapping from a keymap stops a global
            insert mode mapping from working. (Ron Aaron)
Solution:   Do not wait for more characters to be typed only when the mapping
            was defined with <nowait>.
runtime/doc/map.txt
src/eval.c
src/getchar.c
src/testdir/test75.in
src/testdir/test75.ok
src/version.c