Skip to content

Commit 7f2ebde

Browse files
authored
fix(deprecations): wrap was a window option (#1387)
1 parent bce4540 commit 7f2ebde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/neo-tree/setup/deprecations.lua

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ M.show_migrations = function()
1515
local buf = vim.api.nvim_create_buf(false, true)
1616
vim.api.nvim_buf_set_lines(buf, 0, -1, false, content)
1717
vim.api.nvim_buf_set_option(buf, "buftype", "nofile")
18-
vim.api.nvim_buf_set_option(buf, "wrap", true)
1918
vim.api.nvim_buf_set_option(buf, "bufhidden", "wipe")
2019
vim.api.nvim_buf_set_option(buf, "buflisted", false)
2120
vim.api.nvim_buf_set_option(buf, "swapfile", false)

0 commit comments

Comments
 (0)