mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)
Follow-up to #29347
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user