mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
Remove USE_CR and tag_fgets. #808
These features are only used by legacy Mac OS.
This commit is contained in:
@@ -1992,9 +1992,6 @@ static void msg_puts_printf(char_u *str, int maxlen)
|
||||
p = &buf[0];
|
||||
if (*s == '\n' && !info_message)
|
||||
*p++ = '\r';
|
||||
#if defined(USE_CR) && !defined(MACOS_X_UNIX)
|
||||
else
|
||||
#endif
|
||||
*p++ = *s;
|
||||
*p = '\0';
|
||||
if (info_message) /* informative message, not an error */
|
||||
|
Reference in New Issue
Block a user