Fixed some types (thanks to @wikimatze, ref #474)
This commit is contained in:
parent
ec882ca802
commit
cf75fd5260
@ -761,7 +761,7 @@ Options~
|
|||||||
*g:vimtex_text_obj_linewise_operators*
|
*g:vimtex_text_obj_linewise_operators*
|
||||||
List of operators that will act linewise on the delimiter text objects (i.e.
|
List of operators that will act linewise on the delimiter text objects (i.e.
|
||||||
`ie/ae`, `i$/a$`, and `id/ad`). Note, for inline regions the operators will not
|
`ie/ae`, `i$/a$`, and `id/ad`). Note, for inline regions the operators will not
|
||||||
act linewise, since that would lead to side effecs.
|
act linewise, since that would lead to side effects.
|
||||||
|
|
||||||
Default value: ['d', 'y']
|
Default value: ['d', 'y']
|
||||||
|
|
||||||
@ -1824,7 +1824,7 @@ correctly set up, this allows one to go directly from a selected line in the
|
|||||||
viewer (typically by double clicking with the mouse or something similar) to
|
viewer (typically by double clicking with the mouse or something similar) to
|
||||||
the corresponding line inside the Vim instance.
|
the corresponding line inside the Vim instance.
|
||||||
|
|
||||||
Backward search is typially set up inside the specific viewer through an
|
Backward search is typically set up inside the specific viewer through an
|
||||||
option named something like "inverse search command-line". A standard value
|
option named something like "inverse search command-line". A standard value
|
||||||
for the option is: >
|
for the option is: >
|
||||||
|
|
||||||
@ -2063,7 +2063,7 @@ display similar things, such as a list of labels. I realized I wanted the ToC
|
|||||||
window to be more adaptable, so I implemented the `index` interface for such
|
window to be more adaptable, so I implemented the `index` interface for such
|
||||||
buffers. The `index` in itself may be used to create ToC-like buffers with
|
buffers. The `index` in itself may be used to create ToC-like buffers with
|
||||||
simple actions. The |vimtex-toc| uses and expands the `index` in such a way
|
simple actions. The |vimtex-toc| uses and expands the `index` in such a way
|
||||||
that the changes should barely be noticable from the user perspective. Note
|
that the changes should barely be noticeable from the user perspective. Note
|
||||||
however the following variable name changes:
|
however the following variable name changes:
|
||||||
|
|
||||||
*g:vimtex_toc_numbers_width* ---> |g:vimtex_toc_number_width|
|
*g:vimtex_toc_numbers_width* ---> |g:vimtex_toc_number_width|
|
||||||
|
Loading…
Reference in New Issue
Block a user