aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-03-07 10:06:16 +0300
committerZyX <kp-pav@yandex.ru>2016-04-18 02:48:20 +0300
commit69ce17878eb6a95e40b6e5c36c62a5ffdf2df62d (patch)
tree5fe91ed3182318f18a79fe85b9fa4f457987d132 /src/nvim/vim.h
parent1bada1fde0a1b7251690ecfe0c7fc0c8052e2a8e (diff)
downloadrneovim-69ce17878eb6a95e40b6e5c36c62a5ffdf2df62d.tar.gz
rneovim-69ce17878eb6a95e40b6e5c36c62a5ffdf2df62d.tar.bz2
rneovim-69ce17878eb6a95e40b6e5c36c62a5ffdf2df62d.zip
*: Fix linter errors
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index e01b54e21c..623ea19e36 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -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 */