aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/message.h')
-rw-r--r--src/nvim/message.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/message.h b/src/nvim/message.h
index adbb40277b..904fb2d3ad 100644
--- a/src/nvim/message.h
+++ b/src/nvim/message.h
@@ -30,8 +30,7 @@ enum {
VIM_DISCARDALL = 6,
};
-/// special attribute addition: Put message in history
-enum { MSG_HIST = 0x1000, };
+enum { MSG_HIST = 0x1000, }; ///< special attribute addition: Put message in history
typedef struct {
String text;