aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/vim_spec.lua
Commit message (Expand)AuthorAge
* 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
* test: move vim.iter tests to separate fileGregory Anders2023-04-24
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
* fix(iter): add tag to packed tableGregory Anders2023-04-19
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)Gregory Anders2023-04-07
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2023-03-22
* feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes2023-03-15
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* fix(lua): always return nil values in vim.tbl_get when no resultsWilliam Boman2022-12-15
* fix: vim.opt_local:append ignoring global option value (#21382)Phelipe Teles2022-12-12
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* fix(lua): make `vim.deepcopy` work with `vim.NIL`Max2022-11-14
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* fix(lua): pesc, tbl_islist result types #20751NAKAI Tsuyoshi2022-10-24
* docs: fix typos (#20724)dundargoc2022-10-23
* fix(lua): on_yank error with blockwise multibyte region #20162Daniel Zhang2022-10-14
* fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia2022-10-10
* docs: fix typos (#20394)dundargoc2022-09-30