We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5320f19 commit 8de846aCopy full SHA for 8de846a
lua/dcai/keymaps/yankthings.lua
@@ -58,7 +58,7 @@ local function format_visual_selection()
58
vim.bo.filetype
59
)
60
local code = table.concat(lines, '\n')
61
- return header .. vim.g.nl .. wrapcode(code)
+ return header .. vim.g.nl .. wrapcode(code) .. vim.g.nl
62
end
63
64
local function send_to_tmux_last_pane(text)
0 commit comments