mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
*: Fix linter errors
This commit is contained in:
@@ -273,8 +273,8 @@ enum {
|
||||
|
||||
#include "nvim/message.h"
|
||||
|
||||
/* Prefer using emsgf(), because perror() may send the output to the wrong
|
||||
* destination and mess up the screen. */
|
||||
// Prefer using emsgf(), because perror() may send the output to the wrong
|
||||
// destination and mess up the screen.
|
||||
#define PERROR(msg) (void) emsgf("%s: %s", msg, strerror(errno))
|
||||
|
||||
#define SHOWCMD_COLS 10 /* columns needed by shown command */
|
||||
|
Reference in New Issue
Block a user