Merge remote-tracking branch 'occivink/typos'
This commit is contained in:
commit
2bef1f1eb8
|
@ -46,7 +46,7 @@ The parameter string associated with each hook is described after the hook
|
||||||
name. Hooks with no description will always use an empty string.
|
name. Hooks with no description will always use an empty string.
|
||||||
|
|
||||||
*NormalIdle*::
|
*NormalIdle*::
|
||||||
a certain duration has passed since last key was pressed in normal mode
|
a certain duration has passed since the last keypress in normal mode
|
||||||
|
|
||||||
*NormalBegin*::
|
*NormalBegin*::
|
||||||
entering normal mode
|
entering normal mode
|
||||||
|
@ -58,7 +58,7 @@ name. Hooks with no description will always use an empty string.
|
||||||
a key is received in normal mode
|
a key is received in normal mode
|
||||||
|
|
||||||
*InsertIdle*::
|
*InsertIdle*::
|
||||||
a certain duration has passed since last key was pressed in insert mode
|
a certain duration has passed since the last keypress in insert mode
|
||||||
|
|
||||||
*InsertBegin*::
|
*InsertBegin*::
|
||||||
entering insert mode
|
entering insert mode
|
||||||
|
@ -79,10 +79,10 @@ name. Hooks with no description will always use an empty string.
|
||||||
the cursor moved (without inserting) in insert mode
|
the cursor moved (without inserting) in insert mode
|
||||||
|
|
||||||
*PromptIdle*::
|
*PromptIdle*::
|
||||||
a certain duration has passed since last key was pressed in prompt mode
|
a certain duration has passed since the last keypress in prompt mode
|
||||||
|
|
||||||
*WinCreate* `buffer name`::
|
*WinCreate* `buffer name`::
|
||||||
a window was created. This hook is executed in draft context, so any a
|
a window was created. This hook is executed in draft context, so any
|
||||||
changes to selections or input state will be discarded.
|
changes to selections or input state will be discarded.
|
||||||
|
|
||||||
*WinClose* `buffer name`::
|
*WinClose* `buffer name`::
|
||||||
|
@ -98,7 +98,7 @@ name. Hooks with no description will always use an empty string.
|
||||||
|
|
||||||
*WinSetOption* `<option_name>=<new_value>`::
|
*WinSetOption* `<option_name>=<new_value>`::
|
||||||
an option was set in a window context. This hook is executed in a draft
|
an option was set in a window context. This hook is executed in a draft
|
||||||
acontext, so any changes to selections or input state will be discarded.
|
context, so any changes to selections or input state will be discarded.
|
||||||
|
|
||||||
*GlobalSetOption* `<option_name>=<new_value>`::
|
*GlobalSetOption* `<option_name>=<new_value>`::
|
||||||
an option was set at the global scope
|
an option was set at the global scope
|
||||||
|
|
Loading…
Reference in New Issue
Block a user