aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge #15218 from gpanders/split-trimemptyJustin M. Keyes2021-10-03
|\
| * refactor: use kwargs parameter in vim.splitGregory Anders2021-09-25
| * feat: add trimempty optional parameter to vim.splitGregory Anders2021-09-25
* | Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\ \
| * | refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | | Merge pull request #15786 from gpanders/diagnostic-signs-unique-severityGregory Anders2021-10-02
|\ \ \
| * | | test(diagnostic): add test case for signsGregory Anders2021-10-02
* | | | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | | | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
* | | | Merge #15803 fix(lsp_spec): tests depend on previous sessionJustin M. Keyes2021-10-02
|\ \ \ \
| * | | | fix(lsp_spec): tests depended on previous sessionJustin M. Keyes2021-10-02
| | |/ / | |/| |
* | | | fix(input): resolve isolated (non-ALT/META) mappings #13109erw72021-10-02
| |/ / |/| |
* | | fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
|/ /
* | fix(runtime): fix ordering of "after" packagesBjörn Linse2021-09-30
* | test: add a test for getmousepos()Daniel Steinberg2021-09-29
* | feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* | Merge pull request #15812 from bfredl/tabaBjörn Linse2021-09-28
|\ \
| * | fix(runtime): make a copy of runtime_search_path when iteratingBjörn Linse2021-09-27
* | | feat(lsp): add client command support to codelens (#15820)Mathias Fußenegger2021-09-28
* | | fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger2021-09-27
* | | feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
|/ /
* | feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach2021-09-26
* | Merge pull request #14871 from mjlbach/feature/lua-cjson-embeddedMichael Lingelbach2021-09-26
|\ \
| * | test: add tests for vim.jsonMichael Lingelbach2021-09-26
* | | Merge pull request #15351 from bfredl/virt_lineBjörn Linse2021-09-26
|\ \ \
| * | | feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* | | | fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
|/ / /
* | / fix(api): fix crash after set_option_value_for() #15390gmntroll2021-09-25
| |/ |/|
* | test(normal): CA_COMMAND_BUSY in visual select mode #15292Thomas Vigouroux2021-09-24
* | vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
|/
* feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders2021-09-22
* Merge pull request #14115 from mfussenegger/lsp-commandsMichael Lingelbach2021-09-22
|\
| * feat(lsp): add a registry for client side code action commandsMathias Fussenegger2021-09-20
| * feat(lsp): include original request params in handler ctxMathias Fussenegger2021-09-20
* | feat(diagnostic): add option to include diagnostic sourceGregory Anders2021-09-21
* | fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)masterGregory Anders2021-09-21
* | fix(startup): init.lua: set $MYVIMRC to absolute path #15748Justin M. Keyes2021-09-21
|/
* fix(diagnostic): clamp line numbers in display layer (#15729)Gregory Anders2021-09-20
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th2021-09-18
* Merge pull request #15710 from gpanders/show_line_diagnosticsMichael Lingelbach2021-09-18
|\
| * test: add test case for show_line_diagnosticsGregory Anders2021-09-18
* | vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
|/
* refactor(runtime): handle pack/foo/start/bar/after dirs properlyBjörn Linse2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(diagnostic): change default severity_sort orderGregory Anders2021-09-17
* Merge pull request #15696 from gpanders/diagnostic-sign-fixMichael Lingelbach2021-09-17
|\
| * fix(diagnostic): support severity_sortGregory Anders2021-09-17