]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0448: cursorline not removed when using 'cursorbind' v8.1.0448
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Oct 2018 16:26:10 +0000 (18:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Oct 2018 16:26:10 +0000 (18:26 +0200)
commit4a5abbd6138240d109278fe1f0b45489d22f712d
treeb564a80ec261f5233d5a14446a69425e9d7391c0
parent586c70cdfede55a166e3564f1cb68a299d81987d
patch 8.1.0448: cursorline not removed when using 'cursorbind'

Problem:    Cursorline not removed when using 'cursorbind'. (Justin Keyes)
Solution:   Store the last cursor line per window. (closes #3488)
src/move.c
src/structs.h
src/testdir/dumps/Test_diff_with_cursorline_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_diff_with_cursorline_02.dump [new file with mode: 0644]
src/testdir/dumps/Test_diff_with_cursorline_03.dump [new file with mode: 0644]
src/testdir/test_diffmode.vim
src/version.c