summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index ad372351e..bd8ac0872 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2515,4 +2515,8 @@ typedef enum {
# endif
#endif
+/* Replacement for nchar used by nv_replace(). */
+#define REPLACE_CR_NCHAR -1
+#define REPLACE_NL_NCHAR -2
+
#endif /* VIM__H */