aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:9.0.0643: smoothscroll test failsLuuk van Baal2023-05-02
* vim-patch:9.0.0642: breakindent test failsLuuk van Baal2023-05-02
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* fix(treesitter): do not calc folds on unloaded buffersLewis Russell2023-05-02
* docs(html): right-align inline tags (#23403)Christian Clason2023-05-02
* fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq2023-05-02
* fix(gen_vimvim): correctly add aliases to vimAutoEvent (#23429)Eisuke Kawashima2023-05-02
* Merge pull request #23430 from zeertzjq/multigrid-resizedzeertzjq2023-05-02
|\
| * fix(normal): make "g$" work properly with resized gridzeertzjq2023-05-02
| * fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq2023-05-02
| * fix(float): make bufpos work properly with resized parent gridzeertzjq2023-05-02
|/
* fix(treesitter): foldexpr tweaksLewis Russell2023-05-01
* vim-patch:9.0.1503: Luau files are not recognized (#23412)Christian Clason2023-05-01
* docs(lsp): remove vim.lsp.sync (#23416)Mathias Fußenegger2023-05-01
* build: change dependency URLs to cache variablesdundargoc2023-05-01
* ci: don't install unnecessary dependenciesdundargoc2023-05-01
* perf(lsp): process semantic tokens response in a coroutine that yields every ...jdrouhard2023-05-01
* fix(spell): extmark with spell=false should disable spell (#23400)zeertzjq2023-05-01
* build: make lpeg an imported librarydundargoc2023-04-30
* vim-patch:9.0.1500: The falsy operator is not tested properly (#23407)zeertzjq2023-04-30
* fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
* build(deps): bump LuaJIT to HEAD - 224129a8e (#23405)Christian Clason2023-04-30
* docs: fix erroneous nvim_buf_set_extmark example (#23404)luukvbaal2023-04-30
* docs(api): document nvim_buf_add_highlight vs nvim_buf_set_extmark (#23310)JP2023-04-30
* feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2023-04-30
* version.c: update [skip ci] (#23388)github-actions[bot]2023-04-30
* Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders2023-04-29
|\
| * perf(iter): reduce number of table allocationsGregory Anders2023-04-28
| * test: add benchmark for vim.iterGregory Anders2023-04-28
* | vim-patch:9.0.1499: using uninitialized memory with fuzzy matching (#23399)zeertzjq2023-04-30
* | feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz2023-04-29
* | ci: make install_deps.sh more flexibledundargoc2023-04-29
* | ci: run lintcommit with cmake targetdundargoc2023-04-29
* | vim-patch:9.0.1497: the ruler percentage can't be localized (#23389)zeertzjq2023-04-29
* | ci: install uncrustify through homebrewdundargoc2023-04-29
* | Merge pull request #23386 from zeertzjq/vim-8.2.0551zeertzjq2023-04-29
|\ \
| * | fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
| * | vim-patch:8.2.0672: heredoc in scripts does not accept lower case markerzeertzjq2023-04-29
| * | vim-patch:8.2.0578: heredoc for interfaces does not support "trim"zeertzjq2023-04-29
| * | vim-patch:8.2.0551: not all code for options is testedzeertzjq2023-04-29
|/ /
* | build: add CMakePresets for deps build to reduce verbositydundargoc2023-04-29
* | ci: replace stylua action with our own lint targetdundargoc2023-04-29
* | Merge pull request #23377 from zeertzjq/vim-9.0.1336zeertzjq2023-04-28
|\ \
| * | vim-patch:9.0.1372: test for 'toolbariconsize' may failzeertzjq2023-04-28
| * | vim-patch:9.0.1336: functions without arguments are not always declared properlyzeertzjq2023-04-28
|/ /
* | Merge pull request #23162 from lewis6991/vimpatch/option_cbzeertzjq2023-04-28
|\ \ | |/ |/|
| * refactor(option.c): make did_set callbacks staticLewis Russell2023-04-28
| * vim-patch:9.0.1374: function for setting options not used consistentlyLewis Russell2023-04-28
| * vim-patch:9.0.1369: still some "else if" constructs for setting optionsLewis Russell2023-04-28
| * vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell2023-04-28