commit | ad4d8a192abf44b89371af87d70b971cd654b799 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 19:20:36 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 19:20:36 2015 +0100 |
tree | ad7554b6a90c075cd2722259604c812842c22c7c | |
parent | a60824308cd9bc192c5d38fc16cccfcf652b40f6 [diff] [blame] |
patch 7.4.984 Problem: searchpos() always starts searching in the first column, which is not what some people expect. (Brett Stahlman) Solution: Add the 'z' flag: start at the specified column.
diff --git a/src/version.c b/src/version.c index 67f8d77..5a5a59c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 984, +/**/ 983, /**/ 982,