]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1677: wrong ifdef in message.c v9.1.1677
authorDamien Lejay <damien@lejay.be>
Sat, 23 Aug 2025 15:20:03 +0000 (17:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 Aug 2025 15:23:34 +0000 (17:23 +0200)
commit2306b2df42e8faa0f615f161eb871b9af7bd7af9
treed88c3724fc16c951cf385cc95eaf1321c2cdf236
parent57379302aa2a82ee0c9aca49ddd681308cf1483c
patch 9.1.1677: wrong ifdef in message.c

Problem:  wrong ifdef in message.c
Solution: change it to #ifndef MSWIN (Damien Lejay)

The extra newline on screen switch is needed for all TTY/termcap
backends (Unix, VMS, others).

Only Windows uses a different console API.
Better use #ifndef MSWIN to express the real intent.

closes: #18076

Signed-off-by: Damien Lejay <damien@lejay.be>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/message.c
src/version.c