This commit is contained in:
Greg 2019-11-11 22:56:39 -05:00
parent eb72156094
commit 088e5e1721
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -13,7 +13,7 @@ use crate::{
};
pub(super) fn complete_postfix(acc: &mut Completions, ctx: &CompletionContext) {
if ctx.db.feature_flags.get("completions.enable-postfix") == false {
if ctx.db.feature_flags.get("completion.enable-postfix") == false {
return;
}