aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/indent.h')
-rw-r--r--src/nvim/indent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/indent.h b/src/nvim/indent.h
index 26773a62d8..6552157d20 100644
--- a/src/nvim/indent.h
+++ b/src/nvim/indent.h
@@ -3,6 +3,11 @@
#include "nvim/vim.h"
+/* flags for set_indent() */
+#define SIN_CHANGED 1 /* call changed_bytes() when line changed */
+#define SIN_INSERT 2 /* insert indent before existing text */
+#define SIN_UNDO 4 /* save line for undo before changing it */
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "indent.h.generated.h"
#endif