Patch 7.0.207
commitb5068ae8356fc6171a01e101355d4282cfa1f006
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 7 Mar 2007 01:53:20 +0000 (7 01:53 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 7 Mar 2007 01:53:20 +0000 (7 01:53 +0000)
tree317defb0ea732788a7ed53f4596c6b92ea29b03e
parentc89913f83f4354fbdad198482b7184e4b96f40e8
Patch 7.0.207
Problem:    After patch 2.0.203 CSI and K_SPECIAL characters are escaped when
        recorded and then again when the register is executed.
Solution:   Remove escaping before putting the recorded characters in a
        register.  (Yukihiro Nakadaira)
Files:      src/getchar.c, src/ops.c, src/proto/getchar.pro

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@225 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/getchar.c
src/ops.c
src/proto/getchar.pro
src/version.c