comparison runtime/doc/quickref.txt @ 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 03b854983b14
comparison
equal deleted inserted replaced
18046:4b4c49dee5e6 18047:6650e3dff8d4
668 'cscopetagorder' 'csto' determines ":cstag" search order 668 'cscopetagorder' 'csto' determines ":cstag" search order
669 'cscopeverbose' 'csverb' give messages when adding a cscope database 669 'cscopeverbose' 'csverb' give messages when adding a cscope database
670 'cursorbind' 'crb' move cursor in window as it moves in other windows 670 'cursorbind' 'crb' move cursor in window as it moves in other windows
671 'cursorcolumn' 'cuc' highlight the screen column of the cursor 671 'cursorcolumn' 'cuc' highlight the screen column of the cursor
672 'cursorline' 'cul' highlight the screen line of the cursor 672 'cursorline' 'cul' highlight the screen line of the cursor
673 'cursorlineopt' 'culopt' settings for 'cursorline'
673 'debug' set to "msg" to see all error messages 674 'debug' set to "msg" to see all error messages
674 'define' 'def' pattern to be used to find a macro definition 675 'define' 'def' pattern to be used to find a macro definition
675 'delcombine' 'deco' delete combining characters on their own 676 'delcombine' 'deco' delete combining characters on their own
676 'dictionary' 'dict' list of file names used for keyword completion 677 'dictionary' 'dict' list of file names used for keyword completion
677 'diff' use diff mode for the current window 678 'diff' use diff mode for the current window