misc whitespace fix in docs
This commit is contained in:
parent
ec636ce04b
commit
7f541e5879
|
@ -113,7 +113,7 @@ variable has to be spelled out within the body of the expansion
|
||||||
Markup strings
|
Markup strings
|
||||||
--------------
|
--------------
|
||||||
In certain contexts, Kakoune can take a markup string, which is a string
|
In certain contexts, Kakoune can take a markup string, which is a string
|
||||||
containing formatting informations. In these strings, the {facename}
|
containing formatting informations. In these strings, the {facename}
|
||||||
syntax will enable the face facename until another face gets activated,
|
syntax will enable the face facename until another face gets activated,
|
||||||
or the end of the string is reached.
|
or the end of the string is reached.
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,11 @@ Types
|
||||||
is not a valid regex
|
is not a valid regex
|
||||||
*int-list*, *str-list*::
|
*int-list*, *str-list*::
|
||||||
a list, elements are separated by a colon (:) if an element needs
|
a list, elements are separated by a colon (:) if an element needs
|
||||||
to contain a colon, it can be escaped
|
to contain a colon, it can be escaped with a backslash
|
||||||
with a backslash
|
|
||||||
*range-faces*::
|
*range-faces*::
|
||||||
a `:` separated list of a pair of a buffer range
|
a `:` separated list of a pair of a buffer range
|
||||||
(`<begin line>.<begin column>,<end line>.<end column>` or
|
(`<begin line>.<begin column>,<end line>.<end column>` or
|
||||||
`<begin line>.<begin column>+<length>`) and a face (separated by `|`),
|
`<begin line>.<begin column>+<length>`) and a face (separated by `|`),
|
||||||
except for the first element which is just the timestamp of the buffer.
|
except for the first element which is just the timestamp of the buffer.
|
||||||
*line-flags*::
|
*line-flags*::
|
||||||
a `:` separated list of a line number and a corresponding flag
|
a `:` separated list of a line number and a corresponding flag
|
||||||
|
@ -145,7 +144,7 @@ Builtin options
|
||||||
Two special atoms are available as markup:
|
Two special atoms are available as markup:
|
||||||
|
|
||||||
*`{{mode_info}}`*:::
|
*`{{mode_info}}`*:::
|
||||||
Information about the current mode, such as `insert 3 sel` or
|
Information about the current mode, such as `insert 3 sel` or
|
||||||
`prompt`. The faces used are StatusLineMode, StatusLineInfo,
|
`prompt`. The faces used are StatusLineMode, StatusLineInfo,
|
||||||
and StatusLineValue.
|
and StatusLineValue.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ registers - a
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
Registers are named lists of text -instead of simply text- in order to interact
|
Registers are named lists of text -instead of simply text- in order to interact
|
||||||
well with multiselection. They are used for various purposes, like storing
|
well with multiselection. They are used for various purposes, like storing
|
||||||
the last yanked text, or the captured groups associated with the selections.
|
the last yanked text, or the captured groups associated with the selections.
|
||||||
|
|
||||||
Interacting
|
Interacting
|
||||||
|
|
Loading…
Reference in New Issue
Block a user