commit | 89a54b413a8c96206ce7e038dde81a6eff6cd6b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 20:45:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 07 20:45:31 2021 +0200 |
tree | 4c4f903381f3e92f8a441443855958c6d2f5a1d6 | |
parent | 65b605665997fad54ef39a93199e305af2fe4d7f [diff] [blame] |
patch 8.2.3410: crash with linebreak, listchars and large tabstop Problem: Crash with linebreak, listchars and large tabstop. Solution: Account for different size listchars for a tab. (closes #8841)
diff --git a/src/version.c b/src/version.c index 0eb6899..979c039 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3410, +/**/ 3409, /**/ 3408,