Patch 7.2.080
commitc27fb88933b843f46eac628ed872db045c8f0d45
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 14 Jan 2009 04:24:48 +0000 (14 04:24 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Wed, 14 Jan 2009 04:24:48 +0000 (14 04:24 +0000)
treef15fb6bdc97ccd7602b3a3b25d2a68b06338bbff
parent8040efeec8070eba5d0689117b6e4719fa544b70
Patch 7.2.080
Problem:    When typing a composing character just after starting completion
            may access memory before its allocation point. (Dominique Pelle)
Solution:   Don't delete before the completion start column.  Add extra checks
            for the offset not being negative.
Files:      src/edit.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2@1319 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/edit.c
src/version.c