mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)
Follow-up to #29347
This commit is contained in:
@@ -4515,7 +4515,7 @@ return {
|
||||
{
|
||||
abbreviation = 'jop',
|
||||
cb = 'did_set_jumpoptions',
|
||||
defaults = { if_true = 'unload' },
|
||||
defaults = { if_true = 'clean' },
|
||||
deny_duplicates = true,
|
||||
desc = [=[
|
||||
List of words that change the behavior of the |jumplist|.
|
||||
@@ -4529,7 +4529,7 @@ return {
|
||||
|alternate-file| or using |mark-motions| try to
|
||||
restore the |mark-view| in which the action occurred.
|
||||
|
||||
unload Remove unloaded buffers from the jumplist.
|
||||
clean Remove unloaded buffers from the jumplist.
|
||||
EXPERIMENTAL: this flag may change in the future.
|
||||
]=],
|
||||
expand_cb = 'expand_set_jumpoptions',
|
||||
|
Reference in New Issue
Block a user