aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-11 18:44:20 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-12 17:04:05 -0700
commit6dd56d09025c960ef36952e3d4a1f77779782c52 (patch)
tree4619033c696a2ea5442e85a1f570ebf223541f86 /src/nvim/ex_cmds2.h
parente9cf515888705640ebd754483349f2bf84c32255 (diff)
downloadrneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.tar.gz
rneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.tar.bz2
rneovim-6dd56d09025c960ef36952e3d4a1f77779782c52.zip
UIAttach, UIDetach
doc: ginit.vim, gvimrc fix #3656
Diffstat (limited to 'src/nvim/ex_cmds2.h')
-rw-r--r--src/nvim/ex_cmds2.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/nvim/ex_cmds2.h b/src/nvim/ex_cmds2.h
index 0a164cdeb8..f85ea94ed6 100644
--- a/src/nvim/ex_cmds2.h
+++ b/src/nvim/ex_cmds2.h
@@ -7,19 +7,18 @@
typedef void (*DoInRuntimepathCB)(char_u *, void *);
-/*
- * flags for check_changed()
- */
-#define CCGD_AW 1 /* do autowrite if buffer was changed */
-#define CCGD_MULTWIN 2 /* check also when several wins for the buf */
-#define CCGD_FORCEIT 4 /* ! used */
-#define CCGD_ALLBUF 8 /* may write all buffers */
-#define CCGD_EXCMD 16 /* may suggest using ! */
+//
+// flags for check_changed()
+//
+#define CCGD_AW 1 // do autowrite if buffer was changed
+#define CCGD_MULTWIN 2 // check also when several wins for the buf
+#define CCGD_FORCEIT 4 // ! used
+#define CCGD_ALLBUF 8 // may write all buffers
+#define CCGD_EXCMD 16 // may suggest using !
-/* last argument for do_source() */
+// last argument for do_source()
#define DOSO_NONE 0
-#define DOSO_VIMRC 1 /* loading vimrc file */
-#define DOSO_GVIMRC 2 /* loading gvimrc file */
+#define DOSO_VIMRC 1 // loading vimrc file
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ex_cmds2.h.generated.h"