commit | 74db34cc9162445e3d500ab2d61c5c19ce9af0ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 13:30:46 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 13:30:46 2015 +0200 |
tree | 26a5af2942668bb6d872dbe4815e74f203b4cd77 | |
parent | 66312acf145f9d09fbc0dfa5caeafb715d5fd9ed [diff] [blame] |
patch 7.4.753 Problem: Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) Solution: Recalculate virtual columns. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5a7e5ba..c8eda42 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 753, +/**/ 752, /**/ 751,