commit | 35e802e713382d7e76232ad344af7dcd577e43de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:21:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:21:03 2018 +0200 |
tree | 07ddbdc3c26ccdaf45ae1f7b7f7d2b831afeb1f6 | |
parent | b07bbb0d29493fcf4ed080fe018535e64441d663 [diff] [blame] |
patch 8.0.1779: deleting in a block selection causes problems Problem: Deleting in a block selection causes problems. Solution: Check the length of the line before adding bd.textcol and bd.textlen. (Christian Brabandt, closes #2825)
diff --git a/src/version.c b/src/version.c index 9b65751..1f36086 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1779, +/**/ 1778, /**/ 1777,