commit | e45deb79978677cb41f1477ba4140bccff658fd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 17:56:16 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 17:56:16 2017 +0200 |
tree | 61497b56b7a9fe1525645a3f1c1979753825a603 | |
parent | 9b50bba643f8d1fcac91e11780da7d03d8995260 [diff] [blame] |
patch 8.0.0724: the message for yanking doesn't indicate the register Problem: The message for yanking doesn't indicate the register. Solution: Show the register name in the "N lines yanked" message. (Lemonboy, closes #1803, closes #1809)
diff --git a/src/version.c b/src/version.c index 1b2cc8a..e8e2e05 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 724, +/**/ 723, /**/ 722,