commit | 03a807aaf45e5f85a10cd3b0c4e4913d170f8f5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 15:08:58 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 15:08:58 2011 +0200 |
tree | 2a1889c39ffc1fcb52dd2950e9327fec7ee01648 | |
parent | 5cfe2d760db119718287ad3d4ee11d6914ceee58 [diff] [blame] |
updated for version 7.3.239 Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().
diff --git a/src/version.c b/src/version.c index 92612ad..8af816c 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 239, +/**/ 238, /**/ 237,