commit | 076e502199b19e6141e4c1e659ff3f21b71934e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 18:58:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 18:58:30 2017 +0100 |
tree | d14fa6a4bf61387ea272784faec0a6a34ee7a05f | |
parent | 915350edec02f0326ecbe49f3b6cf2cbcd105f7d [diff] [blame] |
patch 8.0.0231: bracketed paste mode is not tested Problem: There are no tests for bracketed paste mode. Solution: Add a test. Fix repeating with "normal .".
diff --git a/src/version.c b/src/version.c index c7528b7..190a67d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 231, +/**/ 230, /**/ 229,