| Age | Commit message (Collapse) | Author |
|
The crash happened when a new file was opened followed by another
completion. The reason was that not accepting any of the completion
suggestions caused the completion to stay active, causing the context
to not be updated for the next completion.
|
|
Completes on the command, not on following arguments if written
directly at the prompt.
|
|
It found some really nasty ones :)
|
|
|
|
It is now created when parsing the queries.
Also, make completion popup directly.
|
|
|
|
- Add support for building with clang
Also fix some annoying bugs:
- Visual column was wrong when using tabs
- Add shift-tab for inserting an actual tab
- Fix minibuffer sometimes having dot above it
|