]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.569 v7.4.569
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Jan 2015 11:44:41 +0000 (12:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Jan 2015 11:44:41 +0000 (12:44 +0100)
commit651863c94a882a97aec7968fc87a638ff78e56ff
tree8b7e256d3ed933795b4442f140930734a414863e
parent8be6388b7649d9378cd1ba1627a4b0aed61b86e7
updated for version 7.4.569
Problem:    Having CTRL-C interrupt or not does not check the mode of the
            mapping. (Ingo Karkat)
Solution:   Use a bitmask with the map mode. (Christian Brabandt)
src/getchar.c
src/globals.h
src/structs.h
src/testdir/test_mapping.in
src/testdir/test_mapping.ok
src/ui.c
src/version.c