aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
|\
| * feat(api/ui): win_extmarksYatao Li2022-05-03
* | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
|/
* test: add more tests for K_SPECIAL escaping in <Cmd> mappingzeertzjq2022-05-03
* Merge pull request #18357 from bfredl/ui_stdinbfredl2022-05-02
|\
| * refactor(ui): simplify stdin handlingbfredl2022-05-02
* | fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
|/
* fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* Merge pull request #18231 from famiu/feat/api/parse_cmdlinebfredl2022-04-30
|\
| * feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
* | feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
|/
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* test: add test for <Cmd> mapping with character containing K_SPECIAL bytezeertzjq2022-04-30
* feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
* feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq2022-04-29
* fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
* feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
* vim-patch:8.2.4837: modifiers not simplified when timed outzeertzjq2022-04-29
* vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq2022-04-29
* vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeyszeertzjq2022-04-29
* test: revert test and doc changes from #6724, add a test for #6716zeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* test(old): revert changes from ed88ca75034a48916d165e88459c791c450df550zeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* fix: has() should preserve v:shell_error #18280Andrey Mishchenko2022-04-26
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* feat(tui): query terminal for CSI u support (#18181)Gregory Anders2022-04-25
* fix(ci): workaround bug in msgpackparse() on windows caused by api level bumpbfredl2022-04-25
* vim-patch:8.2.4818: no test for what 8.2.4806 fixeszeertzjq2022-04-25
* vim-patch:8.2.4805: CurSearch used for all matches in current linezeertzjq2022-04-23
* fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)Andrey Mishchenko2022-04-23
* fix(treesitter): create new parser if language is not the same as cached pars...Chinmay Dalal2022-04-22
* vim-patch:8.2.4759: CurSearch highlight does not work for multi-line matchzeertzjq2022-04-21
* test: add a Lua functional test for NoName buffer event orderCharlie Groves2022-04-21
* vim-patch:8.1.1756: autocommand that splits window messes up window layoutzeertzjq2022-04-21
* vim-patch:8.2.0358: insufficient testing for indent.czeertzjq2022-04-21
* Merge pull request #18189 from zeertzjq/vim-8.2.4795zeertzjq2022-04-21
|\
| * vim-patch:8.2.4801: fix for cursorbind fix not fully testedzeertzjq2022-04-21
| * vim-patch:8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is...zeertzjq2022-04-21
* | vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq2022-04-21
|/