commit | a06e345af5b8261c072c95b0446e67cfda439848 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 17:56:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 17:56:37 2021 +0200 |
tree | 35ce3ff09b50d7a058eb40d55b6d99de6d54e755 | |
parent | 5a6cfb3ff2f2f422a3732f3855616c89dd19c19d [diff] [blame] |
patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn' Problem: Cursor position wrong on wrapped line with 'signcolumn'. Solution: Don't add space for showbreak twice. (Christian Brabandt, closes #8262)
diff --git a/src/version.c b/src/version.c index a1cda63..c94183b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2903, +/**/ 2902, /**/ 2901,