aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix(api): nvim_eval_statusline should validate input #18347deforde2022-05-15
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix(man.vim): q in "$MANPAGER mode" does not quit #18443Arsham Shirvani2022-05-13
* vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)zeertzjq2022-05-13
* revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq2022-05-13
* feat(defaults): search selection by * and # in visual mode (#18538)yamatsum2022-05-13
* fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* fix(cmd): make :-tabmove work with modifiers (#18447)Marco Hinz2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque2022-05-11
* Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl2022-05-11
|\
| * feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* | test: convert two statusline oldtests to Lua screen testszeertzjq2022-05-10
|/
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl2022-05-06
|\
| * fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
* | fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* | Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
|\ \
| * | feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* | | fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* | | Merge pull request #18314 from tk-shirasaka/global-statusline-on-ext_messagesbfredl2022-05-05
|\ \ \ | |_|/ |/| |
| * | fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
| |/
* / refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
|/
* Merge pull request #18386 from ii14/version_dict_prereleasebfredl2022-05-04
|\
| * feat: add "prerelease" to version dictii142022-05-03
* | 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