diff options
Diffstat (limited to 'src/nvim/spell_defs.h')
| -rw-r--r-- | src/nvim/spell_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spell_defs.h b/src/nvim/spell_defs.h index 78aa6bf199..220f51cd2f 100644 --- a/src/nvim/spell_defs.h +++ b/src/nvim/spell_defs.h @@ -230,7 +230,7 @@ typedef enum { STATE_REP_INI, // Prepare for using REP items. STATE_REP, // Use matching REP items from the .aff file. STATE_REP_UNDO, // Undo a REP item replacement. - STATE_FINAL // End of this node. + STATE_FINAL, // End of this node. } state_T; // Struct to keep the state at each level in suggest_try_change(). |