commit | 73dfe917ba6357413aaf98a021c91add5ac6e9bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 13:54:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 23 13:54:48 2016 +0200 |
tree | fc64557799c316285f30090f881d385266ad3b57 | |
parent | b2fa54a84078e2b8dc3c7c7bfbccf6b75c0788d0 [diff] [blame] |
patch 7.4.1779 Problem: Using negative index in strcharpart(). (Yegappan Lakshmanan) Solution: Assume single byte when using a negative iindex.
diff --git a/src/version.c b/src/version.c index 9aa400e..adbb46a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1779, +/**/ 1778, /**/ 1777,