aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
...
* test: introduce skip() #21010dundargoc2022-11-13
* Merge pull request #20984 from notomo/fix-message-kind-on-historybfredl2022-11-13
|\
| * fix(ui-ext): correct message kind in history before vim.ui_attach()notomo2022-11-07
* | test(lua/ui_spec): fix Ctrl-C test flakiness (#21039)zeertzjq2022-11-13
* | fix: vim.ui.input always calls callback #21006Steven Arcangeli2022-11-12
* | fix(vim.ui.input): return empty string when inputs nothing (#20883)Jongwook Choi2022-11-08
* | vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
|/
* fix(lua): pesc, tbl_islist result types #20751NAKAI Tsuyoshi2022-10-24
* docs: fix typos (#20724)dundargoc2022-10-23
* docs: update vimdoc parser #20747Justin M. Keyes2022-10-20
* feat(docs): update parser, HTML gen #20720Justin M. Keyes2022-10-18
* fix(lua): on_yank error with blockwise multibyte region #20162Daniel Zhang2022-10-14
* build(deps): bump vimdoc (help) parser to v1.2.1 #20642Justin M. Keyes2022-10-13
* fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia2022-10-10
* fix(docs-html): keycodes, taglinks, column_heading #20498Justin M. Keyes2022-10-06
* feat(docs): nested lists in HTML, update :help parserJustin M. Keyes2022-10-04
* docs: fix typos (#20394)dundargoc2022-09-30
* feat(docs): fixes for :help HTML generatorJustin M. Keyes2022-09-29
* test: add a Lua test for #17501 (#20392)zeertzjq2022-09-29
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* fix!: make :undo! notify buffer update callbacks (#20344)zeertzjq2022-09-26
* fix(filetype): use :setf instead of nvim_buf_set_option (#20334)zeertzjq2022-09-25
* Merge #11967 generate :help HTML with treesitterJustin M. Keyes2022-09-22
|\
| * feat(docs): gen_help_html.luaJustin M. Keyes2022-09-22
* | Merge pull request #20103 from lewis6991/refactor/vim_optLewis Russell2022-09-22
|\ \ | |/ |/|
| * refactor(vim.opt): unify vim.bo/wo buildingLewis Russell2022-09-09
* | fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)zeertzjq2022-09-16
* | fix(lua): free vim.ui_attach callback before lua close (#20205)notomo2022-09-16
* | Merge pull request #20164 from bfredl/luanullbfredl2022-09-13
|\ \
| * | fix(lua): make vim.str_utfindex and vim.str_byteindex handle NUL bytesbfredl2022-09-13
| |/
* | feat(fs): extend fs.find to accept predicate (#20193)Mathias Fußenegger2022-09-13
* | feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders2022-09-13
|/
* Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)Sean Dewar2022-09-06
* fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)zeertzjq2022-09-01
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* fix(lsp): clean the diagnostic cache when buffer delete (#19449)Raphael2022-08-29
* feat(lua): add vim.iconv (#18286)Lewis Russell2022-08-24
* fix(eval): check for v:lua when calling callback (#19855)zeertzjq2022-08-20
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
* fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)JP2022-07-19
* fix(vim.ui.input): accept nil or empty "opts" #191090x74696d6d792022-06-28
* refactor(filetype)!: allow vim.filetype.match to use different strategies (#1...Gregory Anders2022-06-26
* Merge pull request #19041 from lewis6991/globallocalbfredl2022-06-25
|\
| * fix(api): nvim_set_option_value for global-local optionsLewis Russell2022-06-22
* | fix(api): check error after getting win/buf handle (#19052)Gregory Anders2022-06-22
|/
* refactor: use nvim_{get,set}_option_value for vim.{b,w}oGregory Anders2022-06-20
* fix(lua): clear got_int when calling vim.on_key() callback (#18979)zeertzjq2022-06-16