mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(man.lua): set modifiable before writing page
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user