aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
| * vim-patch:9.0.1353: too many "else if" statements to handle option valuesLewis Russell2023-04-28
| * vim-patch:9.0.1345: too many "else if" statements for handling optionsLewis Russell2023-04-28
| * vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* | feat: add link in issue template to minimal config templateLewis Russell2023-04-28
|/
* vim-patch:8.2.3509: undo file is not synced (#23371)zeertzjq2023-04-28
* fix(tui): position cursor at bottom-left before stopping (#23369)zeertzjq2023-04-28
* Merge pull request #23367 from zeertzjq/vim-8.2.1108zeertzjq2023-04-28
|\
| * vim-patch:9.0.1084: code handling low level MS-Windows events cannot be testedzeertzjq2023-04-28
| * vim-patch:partial:8.2.1235: Not all mouse codes covered by testszeertzjq2023-04-28
| * vim-patch:8.2.1108: mouse left-right scroll is not supported in terminal windowzeertzjq2023-04-28
|/
* Merge pull request #23364 from zeertzjq/vim-8.1.1155zeertzjq2023-04-28
|\
| * vim-patch:9.0.0825: cannot drag an entry in the tabpage linezeertzjq2023-04-28
| * vim-patch:8.1.2306: double and triple clicks are not testedzeertzjq2023-04-28
| * vim-patch:8.1.2148: no test for right click extending Visual areazeertzjq2023-04-28
| * vim-patch:8.1.2106: no tests for dragging the mouse beyond the windowzeertzjq2023-04-28
| * vim-patch:8.1.1248: no test for dec mousezeertzjq2023-04-28
| * vim-patch:8.1.1247: urxvt mouse codes are not testedzeertzjq2023-04-28
| * vim-patch:8.1.1244: no tests for CTRL-mouse-clickzeertzjq2023-04-28
| * vim-patch:8.1.1223: middle mouse click test fails without a clipboardzeertzjq2023-04-28
| * vim-patch:8.1.1216: mouse middle click is not testedzeertzjq2023-04-28
| * vim-patch:8.1.1181: tests for mouse clicks are a bit flakyzeertzjq2023-04-28
| * vim-patch:8.1.1179: no test for mouse clicks in the fold columnzeertzjq2023-04-28
| * vim-patch:8.1.1178: when mouse click tests fails value of 'ttytype' is unknownzeertzjq2023-04-28
| * vim-patch:8.1.1176: test for dragging a tab is flakyzeertzjq2023-04-28
| * vim-patch:8.1.1175: no test for dragging a tab and double click for new tabzeertzjq2023-04-28
| * vim-patch:8.1.1167: no test for closing tab by click in tablinezeertzjq2023-04-28