change sp to vsp
This commit is contained in:
parent
2705f55b25
commit
e08bfe10d0
1 changed files with 1 additions and 1 deletions
|
|
@ -790,7 +790,7 @@ local function print_list(cb)
|
|||
vim.api.nvim_buf_set_option(buffer, "bufhidden", "wipe")
|
||||
vim.api.nvim_buf_set_option(buffer, "modifiable", false)
|
||||
|
||||
vim.cmd("sp")
|
||||
vim.cmd("vsp")
|
||||
vim.api.nvim_win_set_buf(0, buffer)
|
||||
|
||||
if cb then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue