aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Merge pull request #17329 from cryptomilk/asn-vterm-0-2Christian Clason2022-09-06
|\
| * fix(terminal): adopt altscreen test for libvterm 0.2 changesAndreas Schneider2022-09-06
* | refactor: replace char_u with charDundar Göc2022-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
|/
* 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
* feat(treesitter): upstream is_parent()Quentin Rasmont2022-08-25
* vim-patch:8.2.0911: crash when opening a buffer for the cmdline window failszeertzjq2022-08-25
* fix(usercmd): also check for whitespace after escaped character (#19942)zeertzjq2022-08-25
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
* feat(lua): add vim.iconv (#18286)Lewis Russell2022-08-24
* Merge pull request #19496 from vigoux/ts_internal_langThomas Vigouroux2022-08-24
|\
| * feat(treesitter): allow customizing language symbol nameThomas Vigouroux2022-08-22