Fix tab completions

This commit is contained in:
Shin'ya Ueoka 2018-05-12 09:47:21 +09:00
parent 4116d08642
commit a8ac7415f8
4 changed files with 31 additions and 25 deletions

View file

@ -68,6 +68,7 @@ const setCommand = (args) => {
};
};
// eslint-disable-next-line complexity
const exec = (tab, line, settings) => {
let [name, args] = parsers.parseCommandLine(line);