8.0.1039 broke setline(). I know this by bisection. To reproduce: Make a file, testvimrc, that contains one line: "source foo".
Create the file "foo", and let it contain only the following: call setline(1, "Hello There") To show the bug, do: vim -u testvimrc -u NONE -N Expected behavior, which was also the actual behavior before 8.0.1039: I see a new buffer with "Hello There" on the first line. Actual behavior: after 8.0.1039: I see no text whatsoever in the buffer. This is on macOS 10.12.6. -Manny -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
