set CodeSuggestion approximate to false. fixes #2429

This commit is contained in:
Frederick Zhang 2018-02-02 16:24:32 +11:00
parent d5bac82837
commit c5ee8b5dfb

View File

@ -648,6 +648,7 @@ where
],
msg: help_msg,
show_code_when_inline: true,
approximate: false,
};
db.suggestions.push(sugg);
}