commit | 410e98a70bc00ea4bed51e55a8fe20e56a72c087 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 22:05:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 09 22:05:49 2019 +0200 |
tree | e0104f5f3a0f6974c686b3905e551fdcfc6a9f7f | |
parent | e5fbd7393067c279860598ac8359d1617b1082b9 [diff] [blame] |
patch 8.1.2019: 'cursorline' always highlights the whole line Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
diff --git a/src/version.c b/src/version.c index 3161360..afbf0bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2019, +/**/ 2018, /**/ 2017,