Skip to content

Commit 8e3d386

Browse files
committed
Fix calltip display
1 parent 7da5d00 commit 8e3d386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/autocomplete.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,8 @@ body
10771077
{
10781078
case tok!",":
10791079
case tok!".":
1080+
case tok!"*":
1081+
case tok!"&":
10801082
case tok!"doubleLiteral":
10811083
case tok!"floatLiteral":
10821084
case tok!"idoubleLiteral":

0 commit comments

Comments
 (0)