comparison runtime/doc/syntax.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 834b7854aa3c
children 1e5672da6a69
comparison
equal deleted inserted replaced
18046:4b4c49dee5e6 18047:6650e3dff8d4
5040 ":s///c" 5040 ":s///c"
5041 *hl-LineNr* 5041 *hl-LineNr*
5042 LineNr Line number for ":number" and ":#" commands, and when 'number' 5042 LineNr Line number for ":number" and ":#" commands, and when 'number'
5043 or 'relativenumber' option is set. 5043 or 'relativenumber' option is set.
5044 *hl-CursorLineNr* 5044 *hl-CursorLineNr*
5045 CursorLineNr Like LineNr when 'cursorline' or 'relativenumber' is set for 5045 CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt' is
5046 set to "number" or "both", or 'relativenumber' is set, for
5046 the cursor line. 5047 the cursor line.
5047 *hl-MatchParen* 5048 *hl-MatchParen*
5048 MatchParen The character under the cursor or just before it, if it 5049 MatchParen The character under the cursor or just before it, if it
5049 is a paired bracket, and its match. |pi_paren.txt| 5050 is a paired bracket, and its match. |pi_paren.txt|
5050 5051