| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: format all C files under nvim/ #15977 | dundargoc | 2021-10-12 |
| | | | | | | | | | * refactor: format all C files under nvim * refactor: disable formatting for Vim-owned files: * src/nvim/indent_c.c * src/nvim/regexp.c * src/nvim/regexp_nfa.c * src/nvim/testdir/samples/memfile_test.c | ||
| * | UI: implement 'pumblend' option for semi-transparent popupmenu | Björn Linse | 2019-02-07 |
| | | | | | | | | | | | | | | Why? - Because we can. - Because the TUI is just another GUI™ - Because it looks kinda nice, and provides useful context like 1 out of 100 times Complies with "don't pay for what you don't use". Some crashes for resizing were unfolded, add tests for those. | ||
| * | highlight: refactor to use stateful representation | Björn Linse | 2018-07-21 |
| | | | | | | This allows us to keep track of the source higlight groups, and not only the final combined highlights. | ||
| * | highlight: extract low-level highlight logic from syntax, ui | Björn Linse | 2018-07-21 |