refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)

Follow-up to #29347
This commit is contained in:
zeertzjq
2024-09-19 18:05:27 +08:00
committed by GitHub
parent 0fe4362e21
commit 7dbbaaec3f
9 changed files with 23 additions and 19 deletions

View File

@@ -3577,11 +3577,11 @@ vim.go.js = vim.go.joinspaces
--- |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.
---
--- @type string
vim.o.jumpoptions = "unload"
vim.o.jumpoptions = "clean"
vim.o.jop = vim.o.jumpoptions
vim.go.jumpoptions = vim.o.jumpoptions
vim.go.jop = vim.go.jumpoptions