aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* vim-patch:8.2.2848: crash whn calling partialzeertzjq2023-04-16
* vim-patch:8.2.1945: crash when passing NULL function to reduce()zeertzjq2023-04-16
* vim-patch:8.2.4716: memory allocation failure not tested when defining a func...zeertzjq2023-04-16
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* vim-patch:9.0.1431: getscriptinfo() loops even when specific SID is givenzeertzjq2023-04-15
* vim-patch:9.0.0303: it is not easy to get information about a scriptzeertzjq2023-04-15
* vim-patch:9.0.0269: getscriptinfo() does not include the versionzeertzjq2023-04-15
* vim-patch:9.0.0104: going beyond allocated memory when evaluating string cons...zeertzjq2023-04-15
* vim-patch:8.2.4934: string interpolation fails when not evaluatingzeertzjq2023-04-15
* vim-patch:8.2.4930: interpolated string expression requires escapingzeertzjq2023-04-15
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.4840: heredoc expression evaluated even when skippingzeertzjq2023-04-15
* vim-patch:8.2.4770: cannot easily mix expression and heredoczeertzjq2023-04-15
* vim-patch:8.2.4476: operator name spelled wrongzeertzjq2023-04-15
* vim-patch:8.2.4373: expression test failszeertzjq2023-04-15
* vim-patch:8.2.4361: Vim9: some tests failzeertzjq2023-04-15
* vim-patch:8.2.3856: Vim9: not enough testszeertzjq2023-04-15
* vim-patch:8.2.1378: cannot put space between function name and parenzeertzjq2023-04-15
* vim-patch:8.2.0634: crash with null partial and blobzeertzjq2023-04-15
* vim-patch:8.2.0633: crash when using null partial in filter()zeertzjq2023-04-15
* vim-patch:8.2.0104: using channel or job with ":execute" has strange effectszeertzjq2023-04-15
* vim-patch:8.2.0103: using null object with execute() has strange effectszeertzjq2023-04-15
* vim-patch:8.2.0102: messages test fails in small versionzeertzjq2023-04-15
* vim-patch:8.2.0101: crash when passing null object to ":echomsg"zeertzjq2023-04-15
* vim-patch:8.2.2138: Vim9: "exit_cb" causes Vim to exit (#23087)zeertzjq2023-04-14
* refactor(unit): add type annotationsLewis Russell2023-04-14
* vim-patch:8.2.1798: Vim9: trinary operator condition is too permissivezeertzjq2023-04-14
* vim-patch:8.2.1794: no falsy Coalescing operatorzeertzjq2023-04-14
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* vim-patch:8.2.1512: failure after trinary expression failszeertzjq2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* vim-patch:8.2.1065: Vim9: no line break allowed inside a listzeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:9.0.1449: test for prompt buffer is flaky (#23076)zeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* Merge pull request #23071 from luukvbaal/sloclaterzeertzjq2023-04-14
|\
| * test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline"quintik2023-04-14
* | test: remove penlight usagedundargoc2023-04-14
* | refactor: remove modelines from Lua filesGregory Anders2023-04-13
|/
* fix(loader): reset hashes when running the loaderLewis Russell2023-04-13
* Merge pull request #23064 from bfredl/nolinkbfredl2023-04-13
|\
| * fix(api): make nvim_get_hl not return non-existing groupsbfredl2023-04-13
* | build(vim-patch.sh): ignore test_behave.vim (#23062)zeertzjq2023-04-13
|/
* Merge pull request #23054 from bfredl/nobehavebfredl2023-04-13
|\
| * feat(ex_cmds)!: remove :behavebfredl2023-04-13
* | vim-patch:9.0.1444: crash when passing NULL to setcmdline() (#23048)zeertzjq2023-04-12
* | fix(column): add truncated width during estimation for 'statuscolumn'luukvbaal2023-04-12
|/
* test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034)zeertzjq2023-04-12
* refactor: remove :CheckHealthdundargoc2023-04-12
* test(lsp): fix unstable tests for set_defaults (#23002)Michal Liszcz2023-04-11