1
0
forked from VimPlug/jedi

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

@@ -279,7 +279,7 @@ V(1).c()
V(1).d()
# Only keywords should be possible to complete.
#? ['is', 'in', 'not', 'and', 'or', 'if']
V(1).d()
V(1).d()
# -----------------