mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fix(man.lua): set modifiable before writing page (#20914)
This commit is contained in:
parent
65f603f72c
commit
cc5b7368d6
@ -457,7 +457,7 @@ local function get_page(path, silent)
|
||||
end
|
||||
|
||||
local function put_page(page)
|
||||
vim.bo.modified = true
|
||||
vim.bo.modifiable = true
|
||||
vim.bo.readonly = false
|
||||
vim.bo.swapfile = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user