*: Fix linter errors

This commit is contained in:
ZyX
2016-03-07 10:06:16 +03:00
parent 1bada1fde0
commit 69ce17878e
2 changed files with 394 additions and 273 deletions

View File

@@ -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 */