aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* feat(docs): gen_help_html.luaJustin M. Keyes2022-09-22
* fix(window): close floats first when closing buffer in other tab (#20284)zeertzjq2022-09-22
* fix(tests): indicate in test logs when nvim exit times outbfredl2022-09-22
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* vim-patch:9.0.0537: the do_set() function is much too long (#20274)zeertzjq2022-09-22
* vim-patch:9.0.0517: when at the command line :redrawstatus does not work well...zeertzjq2022-09-21
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* vim-patch:9.0.0511: unnecessary scrolling for message of only one line (#20261)zeertzjq2022-09-20
* vim-patch:9.0.0512: cannot redraw the status lines when editing a commandzeertzjq2022-09-20
* vim-patch:9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedzeertzjq2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* fix(inccommand): avoid unnecessary redraw when not showing (#20244)zeertzjq2022-09-19
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* vim-patch:9712ff1288f9 (#20240)Christian Clason2022-09-18
* Merge pull request #20198 from zeertzjq/cursorholdbfredl2022-09-18
|\
| * fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* | vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
|/
* test(remote_spec): reduce flakiness in waiting for client exit (#20230)zeertzjq2022-09-17
* 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
* fix(messages): do not crash on cmdheight=0 and g< redisplaybfredl2022-09-16
* Merge pull request #20188 from bfredl/zerocmdlinebfredl2022-09-16
|\
| * feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* | fix(treesitter): return full metadata for get_captures_at_position (#20203)Christian Clason2022-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
* | vim-patch:9.0.0457: substitute prompt does not highlight an empty match (#20186)zeertzjq2022-09-13
* | test(lsp): call clear() before bufwipe test (#20170)zeertzjq2022-09-13
|/
* vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argumentzeertzjq2022-09-12
* ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii142022-09-08
* fix(options): mark `winhighlight` as list style (#19477)ii142022-09-07
* 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(terminal): adopt altscreen test for libvterm 0.2 changesAndreas Schneider2022-09-06
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* Merge pull request #20039 from zeertzjq/cmod-tabbfredl2022-09-06
|\
| * fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* | Merge pull request #15391 from vigoux/ts-lua-builtinbfredl2022-09-06
|\ \
| * | fix(treesitter): do not link @error by defaultChristian Clason2022-09-06
| * | feat(treesitter): add injectionsChristian Clason2022-09-06
| * | ci(tests): don't skip parsers on functionaltestChristian Clason2022-09-06
| |/
* | feat(pum): pretend 'mousemoveevent' is set when showing right-click menuzeertzjq2022-09-04
* | feat(api): add "move" to nvim_input_mousezeertzjq2022-09-04
* | feat(tui): support 'mousemoveevent'zeertzjq2022-09-04