commit | 02f8694a6bd116ab3316add4a7ea6735bf2e8839 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 17 22:14:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 17 22:14:29 2021 +0200 |
tree | 78008d785172ad8fdc40e399401f823839f5f8d6 | |
parent | ccfb7c6758510e0fe5f390149ea14aee6ff4f55e [diff] [blame] |
patch 8.2.3357: crash when 'virtualedit' is set and window is narrow Problem: Crash when 'virtualedit' is set and window is narrow. () Solution: Check that width is not zero. (closes #8767)
diff --git a/src/version.c b/src/version.c index 97a58e3..727257d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3357, +/**/ 3356, /**/ 3355,