aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #27295 from wookayin/feat/inspecttreeGregory Anders2024-02-05
|\
| * test(treesitter): add test cases for inspect_treeJongwook Choi2024-02-05
| * feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi2024-02-05
|/
* fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
* Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2024-02-05
|\
| * test(lsp): add test cases for vim.lsp.tagfuncJongwook Choi2024-02-03
| * fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi2024-02-03
* | 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
* | build(deps): bump luajit to HEAD - 0d313b243Christian Clason2024-02-04
* | fix(treesitter): inspect-tree remember opts on buf changealtermo2024-02-04
* | vim-patch:9.1.0076: luau config file not detectedChristian Clason2024-02-04
* | vim-patch:9.1.0075: insert completion not correct when adding new leader (#27...Raphael2024-02-04
* | vim-patch:7c5aeaffa2be (#27327)zeertzjq2024-02-04
* | Merge pull request #27326 from zeertzjq/vim-9.1.0073zeertzjq2024-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: create function for deferred loadingdundargoc2024-02-03
* 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
* test(old): correct path to .valgrind.supp (#27306)zeertzjq2024-02-02
* fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq2024-02-02
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* vim-patch:9204f39580bdChristian Clason2024-02-02
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* refactor(runtime): remove nvimMap and nvimUnmap syntax groups (#27298)zeertzjq2024-02-02
* Merge pull request #27297 from zeertzjq/vim-e3e3934bb182zeertzjq2024-02-02
|\
| * vim-patch:e3e3934bb182zeertzjq2024-02-02
| * vim-patch:69866449ddb2zeertzjq2024-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
* | vim-patch:c46c21b4ca47Christian Clason2024-02-01
* | vim-patch:83f627ff42a3Christian Clason2024-02-01
* | build(deps): bump luajit to HEAD - 9cc2e42b1Christian Clason2024-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
* | vim-patch:8.2.0117: crash when using gettabwinvar() with invalid arguments (#...zeertzjq2024-02-01
* | build: update builtin terminfo (#27272)zeertzjq2024-01-31
* | vim-patch:bdb9d9afba97Christian Clason2024-01-31
* | vim-patch:26b0176a98f8Christian Clason2024-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