commit | 85de20665f3ed48345b79cd0920af41397544141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 14:26:41 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 14:26:41 2011 +0200 |
tree | b98afef3eb7390370eb7fd46ab0bcedd712da5f4 | |
parent | 72bb0d64554d671deb70724774f2a93c2d17c407 [diff] [blame] |
updated for version 7.3.171 Problem: When the clipboard isn't supported: ":yank*" gives a confusing error message. Solution: Specifically mention that the register name is invalid. (Jean-Rene David)
diff --git a/src/version.c b/src/version.c index 51e2cf9..b99456a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 171, +/**/ 170, /**/ 169,