commit | 5074a0e0333eaa6a9f697eb765124ca0e244c89b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 15:08:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 15:08:21 2017 +0100 |
tree | 0371423eb8f6f1bc13833f55392070e47e862b26 | |
parent | ba748c8a847561c043a63827bcb1d98bdebe16e6 [diff] [blame] |
patch 8.0.0375: the "+ register is not tested Problem: The "+ register is not tested. Solution: Add a test using another Vim instance to change the "+ register. (Kazuki Kuriyama)
diff --git a/src/version.c b/src/version.c index b96daff..58ece75 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 375, +/**/ 374, /**/ 373,