aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
| * vim-patch:8.1.1165: no test for mouse clicks in the terminal tabpage linezeertzjq2023-04-28
| * vim-patch:8.1.1160: termcodes test would fail in a very big terminalzeertzjq2023-04-28
| * vim-patch:partial:8.1.1155: termcodes tests can be improvedzeertzjq2023-04-28
|/
* vim-patch:partial:8.2.0425: code for modeless selection not sufficiently test...zeertzjq2023-04-28
* vim-patch:9.0.1494: crash when recovering from corrupted swap file (#23358)zeertzjq2023-04-28
* Merge pull request #23352 from zeertzjq/pum-at-cursorzeertzjq2023-04-28
|\
| * vim-patch:9.0.1493: popup menu position wrong in window with toolbarzeertzjq2023-04-28
| * fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
|/
* Merge pull request #23356 from ii14/fix/23355bfredl2023-04-27
|\
| * fix(events): null dereference in autocmd functionsii142023-04-27
* | ci: replace stale bot with custom implementationdundargoc2023-04-27
|/
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* vim-patch:9.0.1492: using uninitialized memory when argument is missing (#23351)zeertzjq2023-04-28
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* docs(lsp): remove obsolete lsp-extension example (#23346)Christian Clason2023-04-27
* Merge pull request #23216 from bfredl/lpegbfredl2023-04-27
|\
| * refactor(build): include lpeg as a librarybfredl2023-04-27
* | test: fix dependencies between test cases (#23343)zeertzjq2023-04-27