aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* | vim-patch:9.0.0586: missing change in test (#20347)zeertzjq2022-09-26
* | fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq2022-09-26
* | fix(inccommand): deal with unsynced undo (#20041)zeertzjq2022-09-26
|/
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* vim-patch:9.0.0583: only recognizing .m3u8 files is inconsistent (#20342)Christian Clason2022-09-25
* feat: ":write!" skips "file changed" warning #18665Louis Sven Goulet2022-09-24
* vim-patch:8.2.4467: running filetype test leaves file behind (#20335)zeertzjq2022-09-25
* vim-patch:9.0.0576: unused loop variables (#20326)dundargoc2022-09-25
* fix(input): use click number of last click for mouse drag (#20300)zeertzjq2022-09-24
* vim-patch:9.0.0572: insert complete tests leave a mapping behindzeertzjq2022-09-24
* vim-patch:9.0.0567: 'completeopt' "longest" is not used for complete()zeertzjq2022-09-24
* fix(mapset): remove existing abbreviation of same lhs (#20320)zeertzjq2022-09-24
* vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)zeertzjq2022-09-24
* vim-patch:9.0.0566: Nim files are not recognized (#20317)Christian Clason2022-09-24
* vim-patch:9.0.0562: HSL playlist files are not recognized (#20307)Christian Clason2022-09-24
* vim-patch:9.0.0559: timer test may get stuck at hit-enter prompt (#20312)zeertzjq2022-09-24
* vim-patch:9.0.0550: crash when closing a tabpage and buffer is NULLzeertzjq2022-09-23
* vim-patch:9.0.0544: minor issues with setting a string optionzeertzjq2022-09-22
* vim-patch:9.0.0540: assigning stack variable to argument confuses Coverityzeertzjq2022-09-22
* fix(window): close floats first when closing buffer in other tab (#20284)zeertzjq2022-09-22
* vim-patch:9.0.0539: long message test can be flaky (#20282)zeertzjq2022-09-22
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* vim-patch:8.2.4677: the Athena GUI support is outdatedzeertzjq2022-09-22
* vim-patch:8.2.4074: going over the end of NameBuffzeertzjq2022-09-22
* vim-patch:8.2.3568: ctrl-hat test fails with Athena and Motifzeertzjq2022-09-22
* vim-patch:8.2.3567: CTRL-I in Insert mode is not testedzeertzjq2022-09-22
* vim-patch:8.2.3428: using freed memory when replacingzeertzjq2022-09-22
* vim-patch:8.2.3155: some option related code not covered by testszeertzjq2022-09-22
* vim-patch:8.2.2994: various code is not fully testedzeertzjq2022-09-22
* vim-patch:8.2.2979: not all options code is covered by testszeertzjq2022-09-22
* vim-patch:8.2.0712: various code not fully testedzeertzjq2022-09-22
* vim-patch:9.0.0537: the do_set() function is much too long (#20274)zeertzjq2022-09-22
* vim-patch:9.0.0018: going over the end of the typahead (#20269)zeertzjq2022-09-21
* vim-patch:9.0.0517: when at the command line :redrawstatus does not work well...zeertzjq2022-09-21
* refactor: suppress PVS false positives (#20264)zeertzjq2022-09-21
* Merge pull request #20263 from notomo/refactor-remove-unusedbfredl2022-09-20
|\
| * refactor(message): remove unused functionnotomo2022-09-20
* | vim-patch:9.0.0511: unnecessary scrolling for message of only one line (#20261)zeertzjq2022-09-20
* | vim-patch:9.0.0512: cannot redraw the status lines when editing a commandzeertzjq2022-09-20
* | vim-patch:9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedzeertzjq2022-09-20
|/
* vim-patch:9.0.0510: Chatito files are not recognized (#20260)Christian Clason2022-09-20
* vim-patch:9.0.0509: confusing error for "saveas" command with "nofile" buffer...zeertzjq2022-09-20
* fix(tui): handle padding requirements for visual bell (#20238)zeertzjq2022-09-20
* fix(inccommand): avoid unnecessary redraw when not showing (#20244)zeertzjq2022-09-19
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* vim-patch:9.0.0497: LyRiCs files are not recognized (#20239)Christian Clason2022-09-18
* Merge pull request #20198 from zeertzjq/cursorholdbfredl2022-09-18
|\
| * fix(events): make CursorHold behave as documentedzeertzjq2022-09-17