mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
646 stars 25 forks source link

split NUL character from temp file #18

Closed mcchrish closed 5 years ago

mcchrish commented 5 years ago

vim interprets NUL chars as NL

see :NL-used-for-Nul

fixes https://github.com/jarun/nnn/issues/152

jarun commented 5 years ago

Thank you!