aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Merge pull request #20276 from zeertzjq/vim-8.2.2979zeertzjq2022-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
* feat(filetype): expand environment variables in filetype patterns (#20145)Jonas Strittmatter2022-09-21
* 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
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* 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
* | Merge pull request #20262 from zeertzjq/vim-9.0.0507zeertzjq2022-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
* feat(lua): move compat module from runtime to test (#20257)Lewis Russell2022-09-20
* docs(lua): opts in `vim.keymap.{set,del}` can be optional (#20255)Lewis Russell2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* fix(tui): handle padding requirements for visual bell (#20238)zeertzjq2022-09-20
* build: add basic cmake-presets integration (#19128)kylo2522022-09-19
* ci(publish-winget): fix errors that prevents release (#20232)Vedant2022-09-19
* 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:9712ff1288f9 (#20240)Christian Clason2022-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
* | vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
|/
* test(remote_spec): reduce flakiness in waiting for client exit (#20230)zeertzjq2022-09-17
* vim-patch:8.2.0690: line number of option set by modeline is wrong (#20228)zeertzjq2022-09-17
* vim-patch:9.0.0483: illegal memory access when replacing in virtualedit mode ...zeertzjq2022-09-17
* test(old): add a function roughly equivalent to test_setmouse() (#20224)zeertzjq2022-09-17
* ci(release-winget): publish nightly winget prerelease #20209Vedant2022-09-16
* build(deps): bump libvterm to v0.3 (#20222)Christian Clason2022-09-16
* vim-patch:9.0.0479: in :def function all closures in loop get the sam… (#20...Christian Clason2022-09-16
* fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)zeertzjq2022-09-16
* feat(tui): support undercurl when Konsole version >= 221170 (#20219)zeertzjq2022-09-16
* vim-patch:9.0.0476: varargs does not work for replacement function of substit...zeertzjq2022-09-16
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* fix(lua): free vim.ui_attach callback before lua close (#20205)notomo2022-09-16
* Merge pull request #20213 from bfredl/redisplaybfredl2022-09-16
|\
| * fix(messages): do not crash on cmdheight=0 and g< redisplaybfredl2022-09-16