commit | efae76ab1a43d5a628d8c2fa4218ace6ba597f5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 22:54:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 22:54:58 2019 +0100 |
tree | b7ef1d63325f64c076647f00ceee34ef74388172 | |
parent | 38ba4dce4a8574e60f6ddb111922880b0c7affdc [diff] [blame] |
patch 8.1.2229: cannot color number column above/below cursor differently Problem: Cannot color number column above/below cursor differently. Solution: Add LineNrAbove and LineNrBelow. (Shaun Brady, closes #624)
diff --git a/src/version.c b/src/version.c index 01c95b3..350f596 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2229, +/**/ 2228, /**/ 2227,