aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0344: Cursor wrong after using setcellwidth() in terminal (#28391)zeertzjq2024-04-18
* vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)zeertzjq2024-04-17
* vim-patch:9.1.0340: Problem: Error with matchaddpos() and empty list (#28381)zeertzjq2024-04-17
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-16
|\
| * feat(diagnostic): enable(…, opts)Justin M. Keyes2024-04-15
| * feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-15
* | test: make mapping tests more consistent (#28368)zeertzjq2024-04-16
* | test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq2024-04-16
* | fix(messages): avoid crash with :intro and ch=0 (#28343)zeertzjq2024-04-16
* | vim-patch:9.1.0335: String interpolation fails for List type (#28364)zeertzjq2024-04-16
* | vim-patch:9.1.0332: tests: some assert_equal() calls have wrong order of args...zeertzjq2024-04-16
* | vim-patch:9.1.0326: filetype: some requirements files are not recognized (#28...zeertzjq2024-04-16
* | vim-patch:9.1.0325: CMakeCache.txt files not recognized (#28359)zeertzjq2024-04-16
* | vim-patch:8.2.3415: Vim9: not all function argument types are properly checke...zeertzjq2024-04-16
* | vim-patch:9.1.0324: filetype: some json files are not recognizedzeertzjq2024-04-16
* | vim-patch:9.1.0322: filetype: some mail tools not recognizedzeertzjq2024-04-16
* | vim-patch:9.1.0334: No test for highlight behavior with 'ambiwidth' (#28354)zeertzjq2024-04-16
* | fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders2024-04-15
|/
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* vim-patch:9.1.0328: CI fails with t_?? testzeertzjq2024-04-15
* vim-patch:9.1.0321: Garbled output on serial terminals with XON/XOFF flow con...zeertzjq2024-04-15
* vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334)zeertzjq2024-04-15
* vim-patch:9.1.0319: Using heredoc in string not tested with :execute (#28333)zeertzjq2024-04-15
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* ci: enable unittests on macos-14Joey Gouly2024-04-14
* vim-patch:9.1.0318: filetype: translate shell config files are not recognizedChristian Clason2024-04-14
* vim-patch:9.1.0317: filetype: matplotlibrc files are not recognizedChristian Clason2024-04-14
* vim-patch:9.1.0316: filetype: some sh and confini files not recognizedChristian Clason2024-04-14
* vim-patch:9.1.0315: filetype: a few more dosini files are not recognizedChristian Clason2024-04-14
* fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322)zeertzjq2024-04-14
* vim-patch:9.1.0313: Crash when using heredoc with comment in command blockzeertzjq2024-04-14
* vim-patch:9.1.0312: heredocs are not supported for :commandszeertzjq2024-04-14
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* fix(move): fix using the wrong window (#28312)zeertzjq2024-04-13
* vim-patch:9.1.0311: filetype: Some config files are not recognized (#28311)zeertzjq2024-04-13
* revert: "feat(health): fold successful healthchecks #22866"dundargoc2024-04-13
* fix(move): check for filler lines properly (#28307)zeertzjq2024-04-13
* Merge pull request #28306 from jgouly/strings_spec_negative_zerobfredl2024-04-12
|\
| * fix(test): fix strings_spec.lua for AArch64Joey Gouly2024-04-12
* | Merge pull request #26774 from glepnir/24129bfredl2024-04-12
|\ \
| * | fix(float): don't relative flaot win itselfglepnir2024-04-10