commit | e00fdf35d069de4effe07125333bb9ff35b1915d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 19:09:42 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 19:09:42 2019 +0200 |
tree | 7aefb8a4871c3a3f0e15ea131db2d91ab9f1a6bd | |
parent | 8ae54375cad51c3c05b7bb5600305062a1ebad1c [diff] [blame] |
patch 8.1.2040: no highlighting of current line in quickfix window Problem: No highlighting of current line in quickfix window. Solution: Combine with line_attr.
diff --git a/src/version.c b/src/version.c index a2f6417..bf0d350 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2040, +/**/ 2039, /**/ 2038,