commit | 8ada6aa9298b4764d9ca0024dd21b17e815595ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 21:23:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 21:23:21 2017 +0100 |
tree | 62c0e569a6a0ec13d41098dc737c43bac94d0ee7 | |
parent | 4ce46c2a6b59586e329fb41ad25799872bffc2c8 [diff] [blame] |
patch 8.0.1416: crash when searching for a sentence Problem: Crash when searching for a sentence. Solution: Return NUL when getting character at MAXCOL. (closes #2468)
diff --git a/src/version.c b/src/version.c index 7b2f89a..11ff603 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1416, +/**/ 1415, /**/ 1414,