some refactoring and autocomplete improvements

This commit is contained in:
Manuel Simon Hirsig
2015-10-15 23:56:26 +02:00
parent 7be2dcba10
commit c2ae370bca
7 changed files with 45 additions and 186 deletions
+1
View File
@@ -167,6 +167,7 @@ function Aux.util.invert_order(ordering)
end
function Aux.util.compare(a, b, nil_ordering)
nil_ordering = nil_ordering or Aux.util.EQ
if not a and b then
return nil_ordering
elseif a and not b then