summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim
AgeCommit message (Expand)AuthorFiles
2025-09-24fix(highlight): allow ephemeral extmarks past final newline #35888skewb1k1
2025-09-23fix(lua): coverity "unreachable" warning #35874Justin M. Keyes1
2025-09-23fix(message): no wait return for delayed exception error #35881luukvbaal1
2025-09-23vim-patch:8.1.2021: some global functions can be local to the fileJan Edmund Lazo2
2025-09-23vim-patch:224f8ca: runtime(doc): clarify 'fileignorecase' option setting (#35...zeertzjq1
2025-09-23vim-patch:9.1.1783: ins_compl_leader() too far away from ins_compl_leader_len()zeertzjq1
2025-09-23vim-patch:9.1.1781: some functions could be defined staticzeertzjq2
2025-09-21perf(events): skip Progress prep if there are no subscribers #35871Justin M. Keyes1
2025-09-22vim-patch:9.1.1780: mbyte contains overlapping list of utf_classes table (#35...zeertzjq1
2025-09-21refactor: remove unused fn `au_event_is_empty` #35862Justin M. Keyes1
2025-09-21fix(options): increase t_Co buffer size (#35859)zeertzjq1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq6
2025-09-21vim-patch:9.1.1776: completion: "adding" expansion doesn't work with cfc=keyw...zeertzjq1
2025-09-21vim-patch:9.1.1778: sha256() treats empty blob and null blob differentlyzeertzjq1
2025-09-21vim-patch:9.1.1774: cannot calculate sha256 of a Blobzeertzjq2
2025-09-19vim-patch:9.1.1772: completion: inconsistent selection of first item with 'au...zeertzjq1
2025-09-19vim-patch:9.1.1769: completion: "preinsert" insert wrong word with 'smartcase...zeertzjq1
2025-09-19vim-patch:9.1.1771: complete: some redraw issues with 'autocomplete'zeertzjq2
2025-09-19vim-patch:9.1.1621: flicker in popup menu during cmdline autocompletionzeertzjq2
2025-09-19vim-patch:9.1.1773: Crash in BufLeave after BufUnload closes other windows (#...zeertzjq1
2025-09-17fix(swapfile): don't use uninitialized memory (#35813)zeertzjq1
2025-09-16fix(swapfile): handle newlines in swapfile list message #35802luukvbaal1
2025-09-16vim-patch:9.1.1762: completion: selected item not cleared on <BS> with 'ac'zeertzjq1
2025-09-16docs: small fixes (#35791)zeertzjq5
2025-09-15docs: optionlinks don't need the bars #35777Yochem van Rosmalen2
2025-09-15fix(lua): don't leak timer when vim._watch.watch() fails (#35768)zeertzjq1
2025-09-15vim-patch:partial:235e77a: runtime(doc): Tweak documentation style more in op...zeertzjq1
2025-09-15vim-patch:9.1.1758: Diff mode crashes when adding text property in autocomman...zeertzjq1
2025-09-14vim-patch:97e0f95: runtime(doc): tweak documentation style a bit more in opti...zeertzjq1
2025-09-13docs: manpage, keycodes, jsonJustin M. Keyes1
2025-09-13vim-patch:partial:450d591: runtime(doc): tweak documentation style (#35748)zeertzjq1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo8
2025-09-13fix(ui): forward 'rulerformat' to msg_ruler event #35707luukvbaal5
2025-09-13docs: update version.c #35670github-actions[bot]1
2025-09-13fix(tui): don't wait for DA1 response when stdin is closed (#35745)zeertzjq1
2025-09-13vim-patch:8.1.1964: crash when using nested map() and filter() (#35715)Jan Edmund Lazo1
2025-09-12vim-patch:9.1.1753: defaults: 'diffopt' option value can be improved (#35727)zeertzjq2
2025-09-12vim-patch:9.1.1754: :helptags doesn't skip examples with syntaxzeertzjq1
2025-09-11vim-patch:a0f37db: runtime(doc): use a single pattern in :h 'incsearch' examp...zeertzjq1
2025-09-10fix(startup): crash in read_stdin #35699Cameron Ring1
2025-09-11vim-patch:b2c8848: runtime(doc): improve docs related to 'autocomplete'zeertzjq1
2025-09-11vim-patch:9.1.1750: completion: preinserted text highlighed using ComplMatchInszeertzjq2
2025-09-10vim-patch:9.1.1751: potential buffer-overflow in find_pattern_in_path() (#35705)zeertzjq1
2025-09-10refactor(lua): fix coverity warning from #35536 (#35703)zeertzjq1
2025-09-09vim-patch:8.1.1940: script tests failJan Edmund Lazo3
2025-09-09vim-patch:8.1.1920: cannot always close a popup when filter consumes all eventsJan Edmund Lazo1
2025-09-09vim-patch:8.1.1751: when redrawing popups plines_win() may be called oftenJan Edmund Lazo1
2025-09-10refactor: remove cmdline_pum_create() return value (#35701)zeertzjq1
2025-09-09vim-patch:9.1.1747: completion: redo (.) broken with preinsert and autocomple...zeertzjq1
2025-09-09Merge pull request #35536 from bfredl/skipaheadbfredl8