]> granicus.if.org Git - vim/commit
patch 8.1.2019: 'cursorline' always highlights the whole line v8.1.2019
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 20:05:49 +0000 (22:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 20:05:49 +0000 (22:05 +0200)
commit410e98a70bc00ea4bed51e55a8fe20e56a72c087
treee0104f5f3a0f6974c686b3905e551fdcfc6a9f7f
parente5fbd7393067c279860598ac8359d1617b1082b9
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)
13 files changed:
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/doc/syntax.txt
runtime/optwin.vim
src/option.c
src/option.h
src/screen.c
src/structs.h
src/testdir/Make_all.mak
src/testdir/gen_opt_test.vim
src/testdir/test_alot.vim
src/testdir/test_cursorline.vim [new file with mode: 0644]
src/version.c