commit | 89c17c02cac7594c6bb85900d73b1dc70aa78306 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 17:46:36 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 17:46:36 2015 +0200 |
tree | b7b54b41ac6b533b08741738b8b1408c308fdc3c | |
parent | 2288afed428d29ce2e464964df4c5a757281e70e [diff] [blame] |
patch 7.4.818 Problem: 'linebreak' breaks c% if the last Visual selection was block. (Chris Morganiser, Issue 389) Solution: Handle Visual block mode differently. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 177b591..0f48bae 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 818, +/**/ 817, /**/ 816,