change name of completions generated from the word split to 'local word'

This commit is contained in:
Basile Burg 2021-09-19 00:15:48 +02:00
parent e6eee57ef5
commit 4a41f846f9
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ const
' (alias) ',
' (template) ',
' (mixin) ',
' (text) '
' (local word) '
);
{$REGION TEditorCallTipWindow --------------------------------------------------}