aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into colorcolcharJosh Rahm2022-09-12
|\
| * 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
| * | feat(ui-ext): make 'mousemoveevent' a ui_optionzeertzjq2022-09-04
| |/
| * feat(Man): port to Lua (#19912)Lewis Russell2022-09-02
| * feat(api): add support for :horizontal modifierzeertzjq2022-09-01
| * fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)zeertzjq2022-09-01
| * feat(mapset): support restoring Lua callback (#20024)zeertzjq2022-09-01
| * Merge pull request #16396 from bfredl/luaeventbfredl2022-08-31
| |\
| | * feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
| * | refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
| * | fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq2022-08-31
| |/
| * vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018)zeertzjq2022-08-31
| * fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
| * fix(highlight): set the window namespace when redrawing statuslinebfredl2022-08-30
| * feat(tui): recognize sidescroll events (#19992)zeertzjq2022-08-30
| * fix(redraw): handle switching to a tabpage with larger p_ch valuebfredl2022-08-29
| * fix(lsp): clean the diagnostic cache when buffer delete (#19449)Raphael2022-08-29
| * Merge pull request #19916 from mfussenegger/lsp-tcpMathias Fußenegger2022-08-29
| |\
| | * feat(lsp): add tcp supportMathias Fussenegger2022-08-28
| * | fix(events): triggered WinScrolled when only skipcol changed (#19972)zeertzjq2022-08-29
| * | fix(keywordprg): default to :help if set to empty string (#19983)zeertzjq2022-08-29
| |/
* | feat(colorcolchar): revert "feat: rename colorcol in fillchars to colorc"Josh Rahm2022-08-27
* | feat(colorcolchar): fix highlight_spec.luaJosh Rahm2022-08-27
* | feat(colorcolchar): rename colorcol in fillchars to colorcJosh Rahm2022-08-27
* | feat(colorcolchar): add the option "colorcol" to the fillchars settingJosh Rahm2022-08-27
|/
* fix(treesitter): make it get_captures_at_positionbfredl2022-08-26
* feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
* fix(tests): use pending_c_parser when neededbfredl2022-08-25
* feat(treesitter): upstream node_length() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): upstream get_root_for_node() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): upstream get_named_children() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): add ability to retreive a tree/node given a rangeQuentin Rasmont2022-08-25