mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29897)
closes: vim/vim#15371
52e7cc26d8
Co-authored-by: h-east <h.east.727@gmail.com>
This commit is contained in:
parent
5aa1a9532c
commit
fe5030c05e
@ -2167,7 +2167,7 @@ text...
|
||||
let lconst[1][0] = 'b' " OK
|
||||
< *E995*
|
||||
It is an error to specify an existing variable with
|
||||
:const. >
|
||||
|:const|. >
|
||||
:let x = 1
|
||||
:const x = 1 " Error!
|
||||
< *E996*
|
||||
|
@ -1939,7 +1939,7 @@ command in ex mode: >
|
||||
two
|
||||
.
|
||||
:visual
|
||||
<appends the following text, after the cursor line: >
|
||||
appends the following text, after the cursor line: >
|
||||
one
|
||||
two
|
||||
<
|
||||
|
@ -240,7 +240,8 @@ Adding nohlsearch package *nohlsearch-install*
|
||||
Load the plugin with this command: >
|
||||
packadd nohlsearch
|
||||
<
|
||||
Automatically execute |:nohlsearch| after 'updatetime' or getting into |Insert| mode.
|
||||
Automatically execute |:nohlsearch| after 'updatetime' or getting into
|
||||
|Insert| mode.
|
||||
Thus assuming default updatetime, hlsearch would be suspended/turned off after
|
||||
4 seconds of idle time.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user