commit | 52e21cf057e313a867b0f529c8e4d52ad5ae740d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 17:16:33 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 17:16:33 2015 +0200 |
tree | f5bf24a4dd4d43e395f720f9189425b214258c52 | |
parent | 278236000f6449c79041be8d6f4faabb1d295260 [diff] [blame] |
patch 7.4.802 Problem: Using "A" in Visual mode while 'linebreak' is set is not tested. Solution: Add a test for this, verifies the problem is fixed. (Ingo Karkat)
diff --git a/src/version.c b/src/version.c index 12ddab2..7de9d82 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 802, +/**/ 801, /**/ 800,