diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-02 18:26:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-02 18:26:10 +0200 |
commit | 4a5abbd6138240d109278fe1f0b45489d22f712d (patch) | |
tree | b564a80ec261f5233d5a14446a69425e9d7391c0 /src/version.c | |
parent | 586c70cdfede55a166e3564f1cb68a299d81987d (diff) | |
download | vim-git-8.1.0448.tar.gz |
patch 8.1.0448: cursorline not removed when using 'cursorbind'v8.1.0448
Problem: Cursorline not removed when using 'cursorbind'. (Justin Keyes)
Solution: Store the last cursor line per window. (closes #3488)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 717425afa..928a07ee8 100644 --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 448, +/**/ 447, /**/ 446, |