aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq2023-01-22
* test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael2023-01-12
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* fix(fs): duplicate path separator #21509Eric Haynes2023-01-03
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* test(lua/fs_spec): fix vim.fs.dir() test (#21503)zeertzjq2022-12-22
* fix(ci): skip test on windows (#21502)Lewis Russell2022-12-22
* Merge pull request #21402 from lewis6991/feat/fs_lsLewis Russell2022-12-22
|\
| * feat(fs): add opts argument to vim.fs.dir()Lewis Russell2022-12-20
* | fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger2022-12-17
* | Merge pull request #21393 from folke/highlight_showChristian Clason2022-12-17
|\ \
| * | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
| |/
* / 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
* fix(secure): crash when hitting escape in prompt (#21283)ii142022-12-05
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* refactor(fs): replace vim.fn/vim.env in vim.fs (#20379)Mike2022-12-01
* docs: fix typos (#21196)dundargoc2022-11-29
* refactor: rework parameter validation in vim.secure.trust() (#21223)Gregory Anders2022-11-28
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey2022-11-20
* feat(diagnostic): add `suffix` option to `open_float()` (#21130)beardedsakimonkey2022-11-20
* perf(diagnostic): use api variable and improve validate (#21111)Raphael2022-11-19
* feat: add vim.secure.read()Gregory Anders2022-11-17
* 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
* 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