summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index f359245fa2..654e52344d 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1530,6 +1530,15 @@ typedef enum
'z', 'Z', 'g'}
/*
+ * Values for behaviour in spell_move_to
+ */
+typedef enum
+{
+ SMT_ALL = 0 // Move to "all" words
+ , SMT_BAD // Move to "bad" words only
+ , SMT_RARE // Move to "rare" words only
+} smt_T;
+/*
* Boolean constants
*/
#ifndef TRUE