Update DScanner submodule to fix #82

This commit is contained in:
Hackerpilot 2013-11-19 11:09:19 -08:00
parent 7016a2ba59
commit 2ed72ea67d
2 changed files with 1 additions and 2 deletions

View File

@ -273,7 +273,6 @@ AutocompleteResponse complete(const AutocompleteRequest request)
if (beforeTokens.length >= 1 && beforeTokens[$ - 1] == TokenType.identifier) if (beforeTokens.length >= 1 && beforeTokens[$ - 1] == TokenType.identifier)
{ {
Log.trace("partial completion");
partial = beforeTokens[$ - 1].value; partial = beforeTokens[$ - 1].value;
tokenType = beforeTokens[$ - 1].type; tokenType = beforeTokens[$ - 1].type;
beforeTokens = beforeTokens[0 .. $ - 1]; beforeTokens = beforeTokens[0 .. $ - 1];

@ -1 +1 @@
Subproject commit d7498ffb7fb58ef9ac4a55d9c0b135da71947e99 Subproject commit c9eb65841200e7d9411accca8a2e2268d37ec333