commit | 210f3704f795870c513a136725718e10ac2bdbfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 16:41:30 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 07 16:41:30 2013 +0100 |
tree | 0050c17ba6dd4164be1f8d8047d5fdcfbb3d08af | |
parent | 60abe75379f8b7c2076856c5f12ce2e7650110f6 [diff] [blame] |
updated for version 7.3.851 Problem: Using an empty pattern with :sort silently continues when there is no previous search pattern. Solution: Give an error message.
diff --git a/src/version.c b/src/version.c index b4234e0..97fdd99 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 851, +/**/ 850, /**/ 849,