commit | 74a47162a07fddb532f4bead212f6c80ef474ae7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 19:09:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 26 19:09:05 2017 +0100 |
tree | 3683f1a0f3ac24bf0888f072f9226a604e6e7ae8 | |
parent | 0c8485f0e4931463c0f7986e1ea84a7d79f10c75 [diff] [blame] |
patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessary Problem: CTRL-Z and mouse click use CTRL-O unnecessary. Solution: Remove stuffing CTRL-O. (James McCoy, closes #1453)
diff --git a/src/version.c b/src/version.c index 026b829..21f4169 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 379, +/**/ 378, /**/ 377,