commit | f578ca2c8f36b61ac3301fe8b59a8473c964cdc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 19:40:30 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 19:40:30 2023 +0100 |
tree | 1b2828f46909ddbb9d09b522019d406ebc1462ca | |
parent | ce723f391844695a07d9af02ef60330afd3e158c [diff] [blame] |
patch 9.0.1626: Visual area not shown when using 'showbreak' Problem: Visual area not shown when using 'showbreak' and start of line is not visible. (Jaehwang Jung) Solution: Adjust "fromcol" for the space taken by 'showbreak'. (closes #12514)
diff --git a/src/version.c b/src/version.c index fa900c1..6d65a6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1626, +/**/ 1625, /**/ 1624,