aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
| |/
* | Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\ \ | |/ |/|
| * fix: issues with command line if ui elements are externalizedLuuk van Baal2022-12-31
| * fix(ui): allow resize commands to set 'cmdheight' to 0Luuk van Baal2022-12-31
* | vim-patch:9.0.1137: some conditions are always false (#21628)zeertzjq2023-01-03
* | feat!: remove hardcopyLewis Russell2023-01-03
* | fix(exit): the TUI should not ui_flush() itself (#21625)zeertzjq2023-01-03
* | vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq2023-01-03
* | refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
* | vim-patch:9.0.1129: sporadic Test_range() failure (#21619)zeertzjq2023-01-02
* | vim-patch:8.2.0711: temp directory might be cleared (#21614)zeertzjq2023-01-02
* | fix(tui): do not set ui_client_termname if it is already set (#21607)zeertzjq2023-01-01
* | docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
* | Merge pull request #21597 from gi1242/tex-ft-detectionzeertzjq2023-01-01
|\ \
| * | vim-patch:9.0.1120: tex filetype detection not sufficiently testedChristian Clason2022-12-31
* | | Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
|\ \ \
| * | | feat(tui): graduate the +tui featurebfredl2022-12-31
| * | | fix(tui): more work in the TUIbfredl2022-12-31
| * | | feat(tui): run TUI as external processhlpr982022-12-31
| |/ /
* | | vim-patch:9.0.1115: code is indented more than needed (#21598)zeertzjq2022-12-31
* | | refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
|/ /
* / vim-patch:8.2.{3773,3774}zeertzjq2022-12-30
|/
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* vim-patch:9.0.1106: not all postfix files are recognized (#21568)Christian Clason2022-12-28
* refactor(f_has): remove wrong comment (#21561)zeertzjq2022-12-28
* vim-patch:9.0.1100: a hashtab with many removed items is not cleaned upzeertzjq2022-12-27
* vim-patch:9.0.1097: tests are failingzeertzjq2022-12-27
* vim-patch:9.0.1096: reallocating hashtab when the size didn't changezeertzjq2022-12-27
* fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq2022-12-27
* fix(win_close): remove float grid after closing buffer (#21551)zeertzjq2022-12-27
* fix(statusline): don't show showcmd when not enough space (#21550)zeertzjq2022-12-27
* vim-patch:9.0.1101: unused global variable (#21549)zeertzjq2022-12-27
* vim-patch:9.0.1103: jq files are not recognized (#21545)Christian Clason2022-12-26
* vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq2022-12-26
* fix(showcmd): assert failure with cmdheight=0 (#21536)zeertzjq2022-12-26
* vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
* fix(mappings): use all buckets in second round of unmap (#21534)zeertzjq2022-12-26
* vim-patch:8.2.3737: test fails without the 'autochdir' option (#21529)zeertzjq2022-12-25
* vim-patch:8.2.4139: using freed memory in expression abbreviation (#21522)zeertzjq2022-12-24
* vim-patch:8.2.3513: using freed memory when using a timer and searching (#21519)zeertzjq2022-12-24
* vim-patch:9.0.1092: search error message doesn't show used pattern (#21518)zeertzjq2022-12-24
* vim-patch:9.0.1090: FHIR Shorthand files are not recognized (#21515)Christian Clason2022-12-23
* vim-patch:9.0.1089: unnecessary assignment (#21493)luukvbaal2022-12-23
* fix(options): restore exists() behavior for options (#21510)zeertzjq2022-12-23
* vim-patch:8.2.5142: startup test fails if there is a status bar (#21496)zeertzjq2022-12-22
* fix(decoration): do not reset must_redraw after calling providers (#21459)zeertzjq2022-12-21
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor(win_line): rename attr to vi_attr (#21487)zeertzjq2022-12-21
* Merge pull request #21441 from bfredl/neoterminfobfredl2022-12-20
|\
| * refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20