mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
feat(shada): don't store jumplist if '0 in 'shada'
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -5441,8 +5441,8 @@ vim.go.ssop = vim.go.sessionoptions
|
||||
--- ' Maximum number of previously edited files for which the marks
|
||||
--- are remembered. This parameter must always be included when
|
||||
--- 'shada' is non-empty.
|
||||
--- Including this item also means that the `jumplist` and the
|
||||
--- `changelist` are stored in the shada file.
|
||||
--- If non-zero, then the `jumplist` and the `changelist` are also
|
||||
--- stored in the shada file.
|
||||
--- *shada-/*
|
||||
--- / Maximum number of items in the search pattern history to be
|
||||
--- saved. If non-zero, then the previous search and substitute
|
||||
|
||||
Reference in New Issue
Block a user