aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix(terminal): don't crash on unprintable charsbfredl2025-01-09
* vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq2025-01-09
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* vim-patch:partial:9.1.0882: too many strlen() calls in insexpand.c (#31490)zeertzjq2025-01-09
* vim-patch:1718e7d: runtime(vim): Update base-syntax, improve ex-bang matching...zeertzjq2025-01-09
* Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\
| * refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
| * refactor(autocmd): allow specifying window for autocmd contextFamiu Haque2024-12-26
* | fix(api): nvim_set_decoration_provider callback return type #31912notomo2025-01-08
* | fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq2025-01-08
* | fix(highlight): make TablineSel more noticeable with 'notermguicolors' #31905Evgeni Chasnovski2025-01-07
* | fix(highlight): make `TablineSel` more noticeable #31896Jared Baur2025-01-07
* | refactor: adopt vtermdundargoc2025-01-07
* | vim-patch:9.1.0991: v:stacktrace has wrong type in Vim9 scriptzeertzjq2025-01-07
* | vim-patch:9.1.0984: exception handling can be improvedzeertzjq2025-01-07
* | vim-patch:9.1.0993: New 'cmdheight' behavior may be surprising #31892luukvbaal2025-01-06
* | fix: fix incorrect search codedundargoc2025-01-06
* | "nvim -es": disable shada #21723Justin M. Keyes2025-01-05
* | fix(cmdline): always show cmdline when it is a prompt #31866luukvbaal2025-01-05
* | fix(api): nvim__complete_set requires completeopt=popup #31177glepnir2025-01-05
* | fix(popup): wrong extmark data sync when lines changed in popup preview #30246glepnir2025-01-05
* | vim-patch:9.1.0990: Inconsistent behavior when changing cmdheight (#31830)luukvbaal2025-01-05
* | test: spawn_wait() starts a non-RPC Nvim processJustin M. Keyes2025-01-03
* | fix(grid): grid_line_start NULL access with 'redrawdebug'Justin M. Keyes2025-01-03
* | fix(messages): better formatting for ext_messages #31839luukvbaal2025-01-03
* | Merge pull request #31635 from bfredl/vtermpiratesbfredl2025-01-03
|\ \
| * | feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* | | feat(ui): more intuitive :substitute confirm prompt #31787luukvbaal2025-01-02
* | | feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
|/ /
* | fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders2025-01-01
* | refactor(options): use `const` in more places (#31791)Famiu Haque2025-01-01
* | fix(tui): handle key events for arrow and function keys (#31804)Gregory Anders2024-12-31
* | feat(tui): handle kitty key events in libtermkey (#31727)Gregory Anders2024-12-31
* | vim-patch:9.1.0983: not able to get the displayed items in complete_i… (#31...glepnir2024-12-31
* | fix(termkey): fix null pointer dereference (#31792)Gregory Anders2024-12-30
* | vim-patch:9.1.0963: fuzzy-matching does not prefer full match (#31741)glepnir2024-12-27
|/
* fix(api): clamp range lines in `nvim__redraw()` (#31710)Artem2024-12-25
* vim-patch:9.1.0956: completion may crash, completion highlight wrong with pre...glepnir2024-12-24
* vim-patch:9.1.0954: popupmenu.c can be improvedglepnir2024-12-24
* fix(terminal): set cursor cell percentage (#31703)Gregory Anders2024-12-23
* fix(build): <termios.h> is system-dependent #31705Justin M. Keyes2024-12-23
* refactor(eval): move funcs to deprecated.c #31650Justin M. Keyes2024-12-23
* fix: fix broken wasmtime builddundargoc2024-12-23
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* Merge #31661 cmdline_show/hide eventsJustin M. Keyes2024-12-22
|\
| * feat(ui): specify whether msg_show event is added to historyLuuk van Baal2024-12-23
| * feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* | fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal2024-12-22
|/
* fix(coverity): INTEGER_OVERFLOW #31657luukvbaal2024-12-20
* fix(messages): no message kind for completion menu messages #31646Tomasz N2024-12-20