aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | viml/parser/expressions,tests: Add AST freeing, with sanity checksZyX2017-10-15
| * | | | | | | | | | | | | | unittests: Test some edge casesZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Create tests for latest additionsZyX2017-10-15
| * | | | | | | | | | | | | | klee: Fix some errors made in …parser.cZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Finish parserZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for string parsingZyX2017-10-15
| * | | | | | | | | | | | | | keymap: Lint some functions to be copied for symbolic testsZyX2017-10-15
| * | | | | | | | | | | | | | edit: Lint some functions which are to be copied for symbolic testsZyX2017-10-15
| * | | | | | | | | | | | | | mbyte: Lint some functions which are to be copied for symbolic testsZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for subscript and list literalsZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Error out on multiple colons in a rowZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for the dot operator and numbersZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Make lexer parse numbers, support non-decimalZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Forbid dot or alpha characters after a floatZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for comparison operatorsZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Make sure that arrows outside lambda throwZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for ternary operatorZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Fix determining invalid commas/colonsZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Fix call inside nested parenthesisZyX2017-10-15
| * | | | | | | | | | | | | | viml/parser/expressions: Add a way to represent tokens from C codeZyX2017-10-15
| * | | | | | | | | | | | | | unittests: Add support for dumping “expected” stateZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Add a way to adjust lexerZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Make curly braces name actually workZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Make commas actually work when callingZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Make commas actually work when callingZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Add support for figure braces (three kinds)ZyX2017-10-08
| * | | | | | | | | | | | | | klee: Start preparing for klee testsZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser/expressions: Start creating expressions parserZyX2017-10-08
| * | | | | | | | | | | | | | unittests: Move some functions into helpers modulesZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser: Add helper functions for highlightingZyX2017-10-08
| * | | | | | | | | | | | | | viml/parser: Handle encoding conversionsZyX2017-10-08
| * | | | | | | | | | | | | | viml/expressions: Add lexer with some basic testsZyX2017-10-08
| * | | | | | | | | | | | | | kvec: Add kv_Z which is like kv_A, but zero is the last valueZyX2017-10-08
| * | | | | | | | | | | | | | kvec: Add kv_drop() which is to be used like `(void)kv_pop(kvec)`ZyX2017-09-29
| * | | | | | | | | | | | | | unittests: Add a way to print trace on regular errorZyX2017-09-29
| * | | | | | | | | | | | | | test/helpers: Add format_string and format_luavZyX2017-09-29
* | | | | | | | | | | | | | | ci: Install neovim gem in Appveyor (#7700)Jan Edmund Lazo2017-12-07
* | | | | | | | | | | | | | | Merge #7676 from florolf/atomic-unibiliumJustin M. Keyes2017-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | tui: always hide cursor when flushingFlorian Larysch2017-12-05
| * | | | | | | | | | | | | | | tui: never flush buffers in midst of unibilium outputFlorian Larysch2017-12-05
* | | | | | | | | | | | | | | | Merge pull request #7692 from bfredl/wildcmdBjörn Linse2017-12-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ui: fix glitch with both ext_cmdline and cmd_wildmenuBjörn Linse2017-12-06
| * | | | | | | | | | | | | | | | tests: cleanup ui/cmdline_spec.luaBjörn Linse2017-12-05
* | | | | | | | | | | | | | | | | build: de-parallelize luarocks dependencies (#7697)Justin M. Keyes2017-12-06
* | | | | | | | | | | | | | | | | tui: ignore st terminfo cursor shape (Se, Ss) entriesJustin M. Keyes2017-12-06
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge #7477 from FlorianGit/empty-lists-dicts-stringsJustin M. Keyes2017-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Viml: Make filter and map handle null list correctFlorianGit2017-12-03
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge #7653 from justinmk/tui-termcapJustin M. Keyes2017-12-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tui: flush -V3 ('verbose' >= 3) info ASAPJustin M. Keyes2017-12-05
| * | | | | | | | | | | | | | | | test/tui: -V3log logs terminfo valuesJustin M. Keyes2017-12-05