]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1281: extra newline output when editing stdin v9.1.1281
authorAbhijit Barik <Abhijit.Barik@ivanti.com>
Sun, 6 Apr 2025 14:12:06 +0000 (16:12 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 6 Apr 2025 14:12:06 +0000 (16:12 +0200)
commit221927b2bfbd7de1623770bee4f6740356bb6c81
tree33dfaf50212cc465a34fdc82fa466dbd2dee40a5
parentba7376678885a62fe0d5d0afa7fdb7dae01086ee
patch 9.1.1281: extra newline output when editing stdin

Problem:  extra newline output when editing stdin
Solution: remove outputting when reading from stdin in non-terminal mode
          (Abhijit Barik)

fixes: #16856
closes: #17047

Co-authored-by: LemonBoy <LemonBoy@users.noreply.github.com>
Signed-off-by: Abhijit Barik <Abhijit.Barik@ivanti.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/main.c
src/testdir/test_startup.vim
src/version.c