mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(man.lua): set modifiable before writing page
(cherry picked from commit 4282c8b41d)
This commit is contained in:
committed by
github-actions[bot]
parent
bd4269c6a6
commit
eefa7fbbc2
@@ -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