diff options
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r-- | include/ScintillaTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h index 5fc18b71b..4692e9916 100644 --- a/include/ScintillaTypes.h +++ b/include/ScintillaTypes.h @@ -624,6 +624,7 @@ enum class CompletionMethods { Tab = 3, Newline = 4, Command = 5, + SingleChoice = 6, }; enum class CharacterSource { |