News

I see where the issue will be. To get lines from a Vim buffer, the only way to do it is to get a List of lines with the newline characters removed. Then to get the contents of a buffer as a string, ...