diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-05-26 10:01:26 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-05-26 10:01:26 +1000 |
| commit | 54b62cbef7a534fed6278cc42c4df1f9ddc6b57a (patch) | |
| tree | 3aed672d6b9f6bc4d737f4fa8e5f0e40c522456f /src/insert_completer.cc | |
| parent | 5e7574855698d0069a763c928ba51869af9a0776 (diff) | |
Do not expose C++ typeid().name to user facing errors on wrong option type
Fixes #2079
Diffstat (limited to 'src/insert_completer.cc')
| -rw-r--r-- | src/insert_completer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/insert_completer.cc b/src/insert_completer.cc index 42e9642e..86b02e64 100644 --- a/src/insert_completer.cc +++ b/src/insert_completer.cc @@ -11,6 +11,7 @@ #include "regex.hh" #include "window.hh" #include "word_db.hh" +#include "option_types.hh" #include "utf8_iterator.hh" #include "user_interface.hh" |
