aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
* | build: remove BUSTED_PRG dead code (#23340)zeertzjq2023-04-27
* | build(Makefile): add nvim to oldtest phony targetluukvbaal2023-04-27
* | vim-patch:9.0.1491: wrong scrolling with ls=0 and :botright split (#23333)zeertzjq2023-04-27
* | refactor: uncrustifydundargoc2023-04-26
* | ci: containerize the external dependencies testdundargoc2023-04-26
* | refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
* | ci: update reviewersdundargoc2023-04-26
* | build(clint): fix deprecation and linter warningsdundargoc2023-04-26
* | Merge pull request #23288 from MunifTanjim/issue-22263zeertzjq2023-04-27
|\ \ | |/ |/|
| * test: scheduled callback shouldn't trigger ModeChanged repeatedlyMunif Tanjim2023-04-26
| * vim-patch:9.0.1490: the ModeChanged event may be triggered too oftenzeertzjq2023-04-26
|/
* Merge pull request #23308 from bfredl/fs_time_boogalobfredl2023-04-26
|\
| * refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl2023-04-25
* | build: revert accidental permission changes (#23319)zeertzjq2023-04-26
* | vim-patch:9.0.1485: no functions for converting from/to UTF-16 index (#23318)zeertzjq2023-04-26
* | vim-patch:8.2.3314: behavior of exists() in a :def function is unpredictable ...zeertzjq2023-04-26
* | vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* | vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* | vim-patch:9.0.0875: using freed memory when executing delfunc at more prompt ...zeertzjq2023-04-25
* | Merge pull request #23303 from gpanders/more-vim-iterGregory Anders2023-04-25
|\ \
| * | refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
| * | test: move vim.iter tests to separate fileGregory Anders2023-04-24