From 8a2cab337274c92913c2f60c57e756c10ac72d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 19 Apr 2022 01:08:17 +0800 Subject: Revert "fix #3.1.1" This reverts commit 7657fefe4ab5b6ba7dcb7df7e766c115afa25787. --- test/completion/common.lua | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'test') diff --git a/test/completion/common.lua b/test/completion/common.lua index 1fc37bb5..538ac401 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -3311,16 +3311,3 @@ TEST [[ end assert(count == 1) end) - -TEST [[ -local x -x.y.z = xxx - -x.y. -]] -{ - { - label = 'z', - kind = define.CompletionItemKind.Field, - } -} -- cgit v1.2.3