aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Merge pull request #19360 from famiu/feat/multibuffer-inccommandbfredl2022-08-19
|\
| * feat: multibuffer preview support for inccommandFamiu Haque2022-08-19
* | vim-patch:8.2.0982: insufficient testing for reading/writing fileszeertzjq2022-08-19
* | vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* | revert: "jobstart(): Fix hang on non-executable cwd #9204" (#19826)zeertzjq2022-08-18
* | Merge pull request #19822 from bfredl/hldefbfredl2022-08-18
|\ \
| * | fix(api): make nvim_set_hl(ns=0, ...) redraw screen properlybfredl2022-08-18
* | | fix(winhl): do not crash when unsetting winhl in just opened windowbfredl2022-08-18
|/ /
* | fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* | feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* | feat: allow :wincmd to accept a count (#19815)Famiu Haque2022-08-17
* | vim-patch:9.0.0190: the way 'cmdheight' can be made zero is inconsistentShougo Matsushita2022-08-17
* | fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
* | test: use poke_eventloop() instead of sleep(10) where possible (#19794)zeertzjq2022-08-16
* | fix(source): fix expand('<sfile>') no longer works for Luazeertzjq2022-08-16
* | vim-patch:8.2.1799: some Normal mode commands not fully testedzeertzjq2022-08-15
* | vim-patch:8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modezeertzjq2022-08-15
* | vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esczeertzjq2022-08-15
* | vim-patch:8.1.1189: mode is not cleared when leaving Insert modezeertzjq2022-08-15
* | fix(getchar): flush screen before doing a blocking waitzeertzjq2022-08-15