Skip to content

Commit

Permalink
fix: removed modifiable from window
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 25, 2024
1 parent 32c08b1 commit 7cab499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/plenary/popup/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ function popup.create(what, vim_options)
assert(false, "I have not implemented this yet and don't know how")
else
win_id = vim.api.nvim_open_win(bufnr, false, win_opts)
vim.api.nvim_win_set_option(win_id, "modifiable", true)
end

-- Moved, handled after since we need the window ID
Expand Down

0 comments on commit 7cab499

Please sign in to comment.