vim-session icon indicating copy to clipboard operation
vim-session copied to clipboard

fix for nulls in vim script

Open pantosaur opened this issue 5 years ago • 0 comments

there is a bug where newlines in quickfix list get translated into null characters when put in a variable, and then written as ^@ in the session scripts, which makes the script invalid. related to https://vim.fandom.com/wiki/Newlines_and_nulls_in_Vim_script

pantosaur avatar Jan 22 '21 05:01 pantosaur