Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: remove char_u (#22829) | dundargoc | 2023-04-02 |
| | | | Closes https://github.com/neovim/neovim/issues/459 | ||
* | viml/parser/expressions: Create tests for latest additions | ZyX | 2017-10-15 |
| | |||
* | viml/parser/expressions: Add support for string parsing | ZyX | 2017-10-15 |
| | |||
* | klee: Start preparing for klee tests | ZyX | 2017-10-08 |
First stage: something compiling without klee, but with a buch of dirty hacks - done. Second stage: something running under klee, able to emit useful results, but still using dirty hacks - done. Third stage: make CMake care about clang argumnets - not done, may be omitted if proves to be too hard. Not that klee can be run on CI in any case. |