feat: builtin.commands (#54)

* fix: use correct path separator on windows

* fix: add utils.get_separator

* asdf

* feat: add builtin.commands

* change commands sorter

* change sorter

* change sorter
This commit is contained in:
TimUntersberger
2020-09-12 17:02:10 -04:00
committed by GitHub
parent 30536f753b
commit 3a9b25e6bf
3 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function make_entry.gen_from_file(opts)
entry_type = make_entry.types.FILE,
filename = line,
path = cwd .. '/' .. line,
path = cwd .. utils.get_separator() .. line,
}
entry.display = make_display(line)