mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
Linted
This commit is contained in:
@@ -3,14 +3,15 @@
|
||||
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
||||
/* flags for do_cmdline() */
|
||||
#define DOCMD_VERBOSE 0x01 /* included command in error message */
|
||||
#define DOCMD_NOWAIT 0x02 /* don't call wait_return() and friends */
|
||||
#define DOCMD_REPEAT 0x04 /* repeat exec. until getline() returns NULL */
|
||||
#define DOCMD_KEYTYPED 0x08 /* don't reset KeyTyped */
|
||||
#define DOCMD_EXCRESET 0x10 /* reset exception environment (for debugging)*/
|
||||
#define DOCMD_KEEPLINE 0x20 /* keep typed line for repeating with "." */
|
||||
#define DOCMD_LIVE_PREVIEW 0x40 // Command is a live preview like incsubstitute
|
||||
// flags for do_cmdline()
|
||||
#define DOCMD_VERBOSE 0x01 // included command in error message
|
||||
#define DOCMD_NOWAIT 0x02 // don't call wait_return() and friends
|
||||
#define DOCMD_REPEAT 0x04 // repeat exec. until getline() returns NULL
|
||||
#define DOCMD_KEYTYPED 0x08 // don't reset KeyTyped
|
||||
#define DOCMD_EXCRESET 0x10 // reset exception environment (for debugging
|
||||
#define DOCMD_KEEPLINE 0x20 // keep typed line for repeating with "."
|
||||
#define DOCMD_LIVE_PREVIEW 0x40 // Command is a live preview like
|
||||
// incsubstitution
|
||||
|
||||
/* defines for eval_vars() */
|
||||
#define VALID_PATH 1
|
||||
|
Reference in New Issue
Block a user