ladybird/Shell
AnotherTest 2b3e9c28b2 Shell: Take whitespace into account when suggesting tokens
Prior to this, we did not care if there was any whitespace after the
last token in the prompt, and this caused a regression:
```
> lsp <tab>
> lsp ci
```
2020-05-23 01:31:41 +02:00
..
CMakeLists.txt Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Execution.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
Job.h Shell: Switch to using Core::EventLoop 2020-05-17 11:58:08 +02:00
main.cpp LibLine: Unify completion hooks and adapt its users 2020-05-20 13:41:37 +02:00
Parser.cpp Shell: Parse comments 2020-05-10 10:23:05 +02:00
Parser.h Shell: Parse comments 2020-05-10 10:23:05 +02:00
Shell.cpp Shell: Take whitespace into account when suggesting tokens 2020-05-23 01:31:41 +02:00
Shell.h LibLine: Unify completion hooks and adapt its users 2020-05-20 13:41:37 +02:00