aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/vim_spec.lua
Commit message (Expand)AuthorAge
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* test: fix vim.deprecate testsLewis Russell2024-06-12
* fix(vim.wo): never allow non-zero bufnrLewis Russell2024-06-12
* perf: add fast path to vim.validate (#28977)Gregory Anders2024-05-27
* fix: change deprecation presentationdundargoc2024-05-24
* fix(test): failure after version bump #28771Justin M. Keyes2024-05-16
* test: improve test conventionsdundargoc2024-04-23
* perf(lua): faster vim.deprecate() #28470Evgeni Chasnovski2024-04-23
* refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes2024-04-21
* refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()Sean Dewar2024-03-09
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi2024-01-19
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc2023-12-25
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: check vim.wait() error message in fast context (#26242)zeertzjq2023-11-27
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq2023-11-21
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(lua): correct return value for on_key with no arguments (#25911)altermo2023-11-07
* fix(lua): vim.region on linewise selection #25467Aayush Ojha2023-10-06
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* fix(lua): not using global value in vim.opt_global (#25196)Phelipe Teles2023-09-17
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* test(api): update tests to new error messagesbfredl2023-08-07
* fix(api/options): validate buf and winLewis Russell2023-07-22
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell2023-07-07
* feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor(build): include lpeg as a librarybfredl2023-04-27