aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* perf: improve utf_char2cells() performance (#27353)VanaIgr2024-02-07
* fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
* fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* docs: small fixes (#27213)dundargoc2024-02-06
* vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
* fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:9.1.0075: insert completion not correct when adding new leader (#27...Raphael2024-02-04
* vim-patch:9.1.0074: did_set_breakat() should be in optionstr.czeertzjq2024-02-04
* vim-patch:9.1.0073: Looping over modifier_keys_table unnecessarilyzeertzjq2024-02-04
* feat: update unicode tables (#27317)zeertzjq2024-02-04
* refactor(strcase_save): optimize memory allocation (#27319)Raphael2024-02-03
* fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq2024-02-03
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
* fix(drawline): missing NUL termination when drawing TAB (#27307)zeertzjq2024-02-02
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | build: various fixesdundargoc2024-02-01
* | refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq2024-02-01
* | feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* | vim-patch:8.2.0085: dead code in builtin functions (#27281)zeertzjq2024-02-01
* | build: update builtin terminfo (#27272)zeertzjq2024-01-31
* | fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq2024-01-31
* | fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30
* | vim-patch:9.1.0065: Segfault with CompleteChanged autocommand (#27261)zeertzjq2024-01-30
* | feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* | feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* | fix(jumplist): Ctrl+o, Ctrl+i weird behavior when deleting buffers #25461vE5li2024-01-28
* | refactor(window.c): add a few more assertions (#27249)zeertzjq2024-01-29
* | docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* | vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (...zeertzjq2024-01-29
* | build(docs): separate lint job to validate vimdoc #27227Jongwook Choi2024-01-28
* | docs: explain why TUI is reinitialized on resume (#27177)Gregory Anders2024-01-28
* | Merge pull request #24704 from seandewar/cmdwin-madnessSean Dewar2024-01-28
|\ \
| * | vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
| * | vim-patch:9.1.0048: Abort opening cmdwin if autocmds screw things upSean Dewar2024-01-28
| * | vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* | | Merge pull request #27221 from BugLight/fix-coverity-found-bugszeertzjq2024-01-28
|\ \ \ | |/ / |/| |
| * | fix(coverity/471380): null dereference in get_local_additions()Daniil Zhukov2024-01-27
| * | fix(coverity/348240): memory leak in put_view()Daniil Zhukov2024-01-26
* | | docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* | | fix(decor): check decor kind before accessing union field (#27205)Gregory Anders2024-01-27
| |/ |/|
* | fix(events): check for WinResized/WinScrolled in terminal mode (#27226)zeertzjq2024-01-27
* | fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27