From 4a41f846f9dd60331cf2874091758392a3d1ada2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 19 Sep 2021 00:15:48 +0200 Subject: [PATCH] change name of completions generated from the word split to 'local word' --- src/u_synmemo.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_synmemo.pas b/src/u_synmemo.pas index 64ded49c..801c03f6 100644 --- a/src/u_synmemo.pas +++ b/src/u_synmemo.pas @@ -510,7 +510,7 @@ const ' (alias) ', ' (template) ', ' (mixin) ', - ' (text) ' + ' (local word) ' ); {$REGION TEditorCallTipWindow --------------------------------------------------}