commit | bfd451283f8c37926f4b0aa22b74b534bd84e482 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 13:05:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 13:05:07 2019 +0200 |
tree | 10b60e88040d935de174aa80cfca48f87655d91a | |
parent | dabfde04fe974b444d08715178c619c99c2cdcd8 [diff] [blame] |
patch 8.1.1340: attributes from 'cursorline' overwrite textprop Problem: Attributes from 'cursorline' overwrite textprop. Solution: Combine the attributes. (closes #3912)
diff --git a/src/version.c b/src/version.c index 8496767..309ed3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1340, +/**/ 1339, /**/ 1338,