diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,12 @@ public: void set(const gchar *name, const gchar *filename, tecoInt pos = 0); + + inline gchar * + auto_complete(const gchar *name, gchar completed = '\0') + { + return RBTreeStringCase::auto_complete(name, completed); + } }; extern HelpIndex help_index; |