commit | 7e1652c63c96585b9e2235c195a3c322b1f11595 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 18:27:02 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 16 18:27:02 2017 +0100 |
tree | ed90a314ef58909b1c9dfbd45422f1a3557de278 | |
parent | 6621605eb97cf5fbc481282fd4d349a76e168f16 [diff] [blame] |
patch 8.0.1394: cannot intercept a yank command Problem: Cannot intercept a yank command. Solution: Add the TextYankPost autocommand event. (Philippe Vaucher et al., closes #2333)
diff --git a/src/version.c b/src/version.c index 4b18f63..57c286d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1394, +/**/ 1393, /**/ 1392,