#include <stdbool.h>
#include "nvim/buffer_defs.h"
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/os/time.h"
#include "nvim/pos.h"
Go to the source code of this file.
Data Structures | |
struct | SubReplacementString |
Previous :substitute replacement string definition. More... | |
Macros | |
#define | ECMD_HIDE 0x01 |
#define | ECMD_SET_HELP 0x02 |
#define | ECMD_OLDBUF 0x04 |
#define | ECMD_FORCEIT 0x08 |
#define | ECMD_ADDBUF 0x10 |
#define | ECMD_ALTBUF 0x20 |
#define | ECMD_NOWINENTER 0x40 |
#define | ECMD_LASTL (linenr_T)0 |
#define | ECMD_LAST ((linenr_T) - 1) |
#define | ECMD_ONE (linenr_T)1 |
#define ECMD_ADDBUF 0x10 |
#define ECMD_ALTBUF 0x20 |
#define ECMD_FORCEIT 0x08 |
#define ECMD_HIDE 0x01 |
#define ECMD_LAST ((linenr_T) - 1) |
#define ECMD_LASTL (linenr_T)0 |
#define ECMD_NOWINENTER 0x40 |
#define ECMD_OLDBUF 0x04 |
#define ECMD_ONE (linenr_T)1 |
#define ECMD_SET_HELP 0x02 |