commit | 0937b9fb244949b7ce9bfcf8398d7495b9b6aa85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 21:24:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 21:24:34 2022 +0100 |
tree | 5788fe9abedf4e1c425b39b26020aae7ad7bd6bb | |
parent | 3725116f6ec3b5c01e456b151a60c0690e04f76c [diff] [blame] |
patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set Problem: "<<<" shows for 'smoothscroll' even when 'showbreak is set. Solution: When 'showbreak' is set do not display "<<<".
diff --git a/src/version.c b/src/version.c index 346894d..bd93ff7 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 681, +/**/ 680, /**/ 679,