Keyword completions are no longer possible directly after a number, fixes #1085

This commit is contained in:
Dave Halter
2019-06-26 15:04:46 +02:00
parent 265abe1d08
commit fafd6b2ac6
5 changed files with 32 additions and 8 deletions

View File

@@ -18,10 +18,12 @@ int(str)
str..
#? []
a(0):.
#? 2 ['and', 'or', 'if', 'is', 'in', 'not']
#? 2 []
0x0
#? ['and', 'or', 'if', 'is', 'in', 'not']
#? []
1j
#? ['and', 'or', 'if', 'is', 'in', 'not']
1j
x = None()
#?
x