commit | a3817730c0a38ed6371b38b6db2e08547ecc674d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 16:31:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 16:31:44 2019 +0200 |
tree | 37ecfd56d68a2e4673e570357783c77624944d14 | |
parent | 1142a31b8c44c4e7dbf28a83ae52995113b37917 [diff] [blame] |
patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properly Problem: In a terminal window 'cursorlineopt' does not work properly. Solution: Check the 'cursorlineopt' value. (closes #5055)
diff --git a/src/version.c b/src/version.c index 165756a..6de34d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2155, +/**/ 2154, /**/ 2153,