commit | a7ac4c9c395d64059437e37045fa0ad5f9fecb0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:11:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:11:03 2022 +0100 |
tree | 31b8184c1ebfa4b0038e11946b424887fd5cec93 | |
parent | d8c9d32c8932e93008bfd4e8828ed42f4e9f8315 [diff] [blame] |
patch 8.2.5080: when indenting gets out of hand it is hard to stop Problem: When indenting gets out of hand it is hard to stop. Solution: When line gets too long set got_int.
diff --git a/src/version.c b/src/version.c index 47c2466..20ca4eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5080, +/**/ 5079, /**/ 5078,