]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2209 v7.4.2209
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Aug 2016 14:07:48 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Aug 2016 14:07:48 +0000 (16:07 +0200)
commit35a4cfa200917dd171b1fff3cd5b6cee9add673d
treee12d8aac31bfe6c651bb4f5553658203c817ea55
parent2d1a248762f069e470acde389ff4686a45d2f817
patch 7.4.2209
Problem:    Cannot map <M-">. (Stephen Riehm)
Solution:   Solve the memory access problem in another way. (Dominique Pelle)
            Allow for using <M-\"> in a string.
src/eval.c
src/gui_mac.c
src/misc2.c
src/option.c
src/proto/misc2.pro
src/syntax.c
src/term.c
src/testdir/test_mapping.vim
src/version.c