aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index e9fa18c98f..e687490704 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -5046,13 +5046,12 @@ local options = {
cb = 'did_set_xhistory',
defaults = 10,
desc = [=[
- Like 'chistory', but for the location list stack associated with the
- current window. If the option is changed in either the location list
- window itself or the the window that is associated with the location
- list stack, the new value will also be applied to the other one. This
- means this value will always be the same for a given location list
- window and its corresponding window. See |quickfix-stack| for
- additional info.
+ Like 'chistory', but for the location list stack associated with a
+ window. If the option is changed in either the location list window
+ itself or the window that is associated with the location list stack,
+ the new value will also be applied to the other one. This means this
+ value will always be the same for a given location list window and its
+ corresponding window. See |quickfix-stack| for additional info.
]=],
full_name = 'lhistory',
scope = { 'win' },