docs: fix typo in defaults.history section (#1797)
This commit is contained in:
@@ -326,7 +326,7 @@ telescope.setup({opts}) *telescope.setup()*
|
|||||||
default: stdpath("data")/telescope_history
|
default: stdpath("data")/telescope_history
|
||||||
- limit: The amount of entries that will be written in the
|
- limit: The amount of entries that will be written in the
|
||||||
history.
|
history.
|
||||||
Warning: If limit is set to nil it will grown unbound.
|
Warning: If limit is set to nil it will grow unbound.
|
||||||
default: 100
|
default: 100
|
||||||
- handler: A lua function that implements the history.
|
- handler: A lua function that implements the history.
|
||||||
This is meant as a developer setting for extensions to
|
This is meant as a developer setting for extensions to
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ append(
|
|||||||
default: stdpath("data")/telescope_history
|
default: stdpath("data")/telescope_history
|
||||||
- limit: The amount of entries that will be written in the
|
- limit: The amount of entries that will be written in the
|
||||||
history.
|
history.
|
||||||
Warning: If limit is set to nil it will grown unbound.
|
Warning: If limit is set to nil it will grow unbound.
|
||||||
default: 100
|
default: 100
|
||||||
- handler: A lua function that implements the history.
|
- handler: A lua function that implements the history.
|
||||||
This is meant as a developer setting for extensions to
|
This is meant as a developer setting for extensions to
|
||||||
|
|||||||
Reference in New Issue
Block a user