#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include "nvim/api/private/defs.h"
#include "nvim/grid_defs.h"
#include "nvim/lib/kvec.h"
#include "nvim/macros.h"
#include "nvim/types.h"
Go to the source code of this file.
Data Structures | |
struct | HlMessageChunk |
struct | msg_hist |
Message history for :messages More... | |
Macros | |
#define | VIM_GENERIC 0 |
#define | VIM_ERROR 1 |
#define | VIM_WARNING 2 |
#define | VIM_INFO 3 |
#define | VIM_QUESTION 4 |
#define | VIM_LAST_TYPE 4 |
#define | VIM_YES 2 |
#define | VIM_NO 3 |
#define | VIM_CANCEL 4 |
#define | VIM_ALL 5 |
#define | VIM_DISCARDALL 6 |
Typedefs | |
typedef struct msg_hist | MessageHistoryEntry |
Message history for :messages More... | |
Functions | |
typedef | kvec_t (HlMessageChunk) HlMessage |
EXTERN bool msg_ext_need_clear | INIT (=false) |
Variables | |
MessageHistoryEntry * | first_msg_hist |
First message. More... | |
MessageHistoryEntry * | last_msg_hist |
Last message. More... | |
#define VIM_ALL 5 |
#define VIM_CANCEL 4 |
#define VIM_DISCARDALL 6 |
#define VIM_ERROR 1 |
#define VIM_GENERIC 0 |
#define VIM_INFO 3 |
#define VIM_LAST_TYPE 4 |
#define VIM_NO 3 |
#define VIM_QUESTION 4 |
#define VIM_WARNING 2 |
#define VIM_YES 2 |
typedef struct msg_hist MessageHistoryEntry |
Message history for :messages
typedef kvec_t | ( | HlMessageChunk | ) |
MessageHistoryEntry* first_msg_hist |
First message.
MessageHistoryEntry* last_msg_hist |
Last message.