Closed dbarnett closed 9 years ago
The makataba#syscall functions seem to garble newlines you try to pass to them. For example:
makataba#syscall
:echo maktaba#syscall#Create(['echo', "foo\nbar"]).GetCommand()
echo 'foo\ bar'
I think it will work properly if we just changed it to pass newlines through unmodified inside single-quoted strings.
Oops, wrong project. Moved to maktaba issue tracker as https://github.com/google/vim-maktaba/issues/111.
The
makataba#syscall
functions seem to garble newlines you try to pass to them. For example:I think it will work properly if we just changed it to pass newlines through unmodified inside single-quoted strings.