diff options
author | oirfeodent <unknown> | 2016-09-07 13:49:08 +1000 |
---|---|---|
committer | oirfeodent <unknown> | 2016-09-07 13:49:08 +1000 |
commit | 909fc02778bf5db5953a266a9aeff0291552b6cf (patch) | |
tree | c2939b8dc43930d92ea73a2846f78f767dfba1ef /lexlib/WordList.h | |
parent | 821a5455ffc32cff47bde2946df43449c498e729 (diff) | |
download | scintilla-mirror-909fc02778bf5db5953a266a9aeff0291552b6cf.tar.gz |
Add InListAbridged to WordList.
Diffstat (limited to 'lexlib/WordList.h')
-rw-r--r-- | lexlib/WordList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lexlib/WordList.h b/lexlib/WordList.h index 382be2812..b1f8c85b2 100644 --- a/lexlib/WordList.h +++ b/lexlib/WordList.h @@ -31,6 +31,7 @@ public: void Set(const char *s); bool InList(const char *s) const; bool InListAbbreviated(const char *s, const char marker) const; + bool InListAbridged(const char *s, const char marker) const; const char *WordAt(int n) const; }; |