mirror of
https://github.com/neovim/neovim.git
synced 2026-07-11 20:09:44 +00:00
Merge pull request #20915 from neovim/backport-20914-to-release-0.8
[Backport release-0.8] fix(man.lua): set modifiable before writing page
This commit is contained in:
@@ -447,7 +447,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user