Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hyee committed Aug 30, 2016
1 parent 32242c4 commit a3ea980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/db_core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,9 @@ function db_core.check_completion(cmd,other_parts)
return true,match
end
end
return false,other_parts
end
return false,other_parts
return true,match
end

function db_core:resolve_expsql(sql)
Expand Down

0 comments on commit a3ea980

Please sign in to comment.