Patch 7.0.199
commit7b3cf78ae0d492fc043d67728e192ebc0af9d618
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 20 Feb 2007 12:26:27 +0000 (20 12:26 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Tue, 20 Feb 2007 12:26:27 +0000 (20 12:26 +0000)
treec106047bb62d7469e1ce0af8a8472d7f671ab665
parent15b2f767cfcc49383520c54be7787f7cdd867fb3
Patch 7.0.199
Problem:    When using multi-byte characters the combination of completion and
            formatting may result in a wrong cursor position.
Solution:   Don't decrement the cursor column, use dec_cursor(). (Yukihiro
            Nakadaira)  Also check for the column to be zero.
Files:      src/edit.c

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