aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | viml/parser/expressions: Create tests for latest additionsZyX2017-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
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | tui: flush -V3 ('verbose' >= 3) info ASAPJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | msg_outtrans_special(): handle NULLJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | msg_outtrans_special(): `const` some stringsJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | str2specialbuf(): fix comparisonJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | tui: set descriptions on termcap extensionsJustin M. Keyes2017-12-05
* | | | | | | | | | | | | | | | tui: dump termcap info if -V3 ('verbose' >= 3)Justin M. Keyes2017-12-05
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | vim-patch:8.0.0306 (#7675)KunMing Xie2017-12-02
* | | | | | | | | | | | | | | Merge #7672 from ckelsel/vim-8.0.0298Justin M. Keyes2017-12-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix lint errorckelsel2017-12-02
| * | | | | | | | | | | | | | vim-patch:8.0.0298ckelsel2017-12-02
* | | | | | | | | | | | | | | vim-patch:8.0.0295 (#7671)KunMing Xie2017-12-02
* | | | | | | | | | | | | | | tui.c: request focus-reporting (fix regression) #7670Justin M. Keyes2017-12-02
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | tui: emit some termcodes later (after startup) (#7664)Justin M. Keyes2017-12-01