comparison runtime/optwin.vim @ 18047:6650e3dff8d4 v8.1.2019

patch 8.1.2019: 'cursorline' always highlights the whole line Commit: https://github.com/vim/vim/commit/410e98a70bc00ea4bed51e55a8fe20e56a72c087 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 9 22:05:49 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Sep 2019 22:15:04 +0200
parents 55c167b08c2b
children e9a47bcf7b94
comparison
equal deleted inserted replaced
18046:4b4c49dee5e6 18047:6650e3dff8d4
427 call append("$", "\t(local to window)") 427 call append("$", "\t(local to window)")
428 call <SID>BinOptionL("cuc") 428 call <SID>BinOptionL("cuc")
429 call append("$", "cursorline\thighlight the screen line of the cursor") 429 call append("$", "cursorline\thighlight the screen line of the cursor")
430 call append("$", "\t(local to window)") 430 call append("$", "\t(local to window)")
431 call <SID>BinOptionL("cul") 431 call <SID>BinOptionL("cul")
432 call append("$", "cursorlineopt\tspecifies which area 'cursorline' highlights")
433 call append("$", "\t(local to window)")
434 call <SID>OptionL("culopt")
432 call append("$", "colorcolumn\tcolumns to highlight") 435 call append("$", "colorcolumn\tcolumns to highlight")
433 call append("$", "\t(local to window)") 436 call append("$", "\t(local to window)")
434 call <SID>OptionL("cc") 437 call <SID>OptionL("cc")
435 call append("$", "spell\thighlight spelling mistakes") 438 call append("$", "spell\thighlight spelling mistakes")
436 call append("$", "\t(local to window)") 439 call append("$", "\t(local to window)")