aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* | feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq2022-08-24
* | fix(path): path_is_url returns false for "foo:/" #19797sigmaSd2022-08-23
* | fix(cmdline): do not trigger completion at wrong time (#19920)zeertzjq2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* | vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq2022-08-23
* | test: add test for using :normal to stop Visual mode in cmdwin (#19904)zeertzjq2022-08-23
* | vim-patch:8.2.1046: insufficient tests for src/buffer.c (#19903)zeertzjq2022-08-23
* | vim-patch:8.2.0522: several errors are not tested for (#19901)zeertzjq2022-08-23
* | vim-patch:8.1.0832: confirm() is not tested (#19896)zeertzjq2022-08-23
|/
* fix(api): avoid side effects with nvim_parse_cmd (#19890)zeertzjq2022-08-22
* fix(edit.c): indentkeys double indent after "!" #12894Axel Forsman2022-08-21
* vim-patch:8.2.4334: command line popup menu not positioned correctlyzeertzjq2022-08-22
* vim-patch:8.2.4328: command line complete matches cleard when typing characterzeertzjq2022-08-22
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* fix(eval): check for v:lua when calling callback (#19855)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19