aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* NVIM v0.5.1v0.5.1stableJustin M. Keyes2021-09-26
* fix(release.sh): ignore failed "rm"Justin M. Keyes2021-09-26
* fix(lsp): fix handler signature, testsJustin M. Keyes2021-09-26
* feat(lsp): allow root_dir to be nil (#15430)Mathias Fußenegger2021-09-26
* lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132)sim2021-09-26
* fix(lsp): check if buffer is valid in changetracking (#15505)Jose Alvarez2021-09-26
* fix(lsp): avoid ipairs on non-sequential tables (#15059)Michael Lingelbach2021-09-26
* feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th2021-09-26
* feat(lsp): improve logging (#15636)Michael Lingelbach2021-09-26
* fix(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger2021-09-26
* fix(lsp): adapt codelens resolve to handler signature change (#15578)Mathias Fußenegger2021-09-26
* fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez2021-09-26
* feat(lsp)!: change handler signature #15504Michael Lingelbach2021-09-26
* fix(inccommand): ignore trailing commands only for *previewed* command #15732Justin M. Keyes2021-09-20
* Merge #15677 release-0.5: backportsJustin M. Keyes2021-09-16
|\
| * backport: fix(windowing): positioning of relative floatsandrew-pa2021-09-16
| * backport: fix(lsp): resolve bufnr in buf_is_attached (#15523)Jose Alvarez2021-09-16
| * backport: tests(lua/on_yank): assert conditions that fail correctly #15495notomo2021-09-16
| * backport: fix(lua): verify buffer in highlight.on_yank (#15482)notomo2021-09-16
| * backport: fix(window.c): win_close from other tabpage #15454notomo2021-09-16
| * backport: fix(autocmd.c): fix conditions in block_autocmds, unblock_autocmds ...gmntroll2021-09-16
| * backport: refactor(sign): include longer sign column optionSirisak Lueangsaksri2021-09-16
| * backport: fix(sign): reset auto sign column with minimum in float win minimal...Sirisak Lueangsaksri2021-09-16
| * backport: fix(decorations): crash when :bdelete (extmark_free_all) after clea...Björn Linse2021-09-16
| * backport: fix(lsp): Ensure human readable errors are printedMathias Fussenegger2021-09-16
| * backport: fix(lsp): Ensure users get feedback on references/symbols errors or...Mathias Fussenegger2021-09-16
| * backport: fix(lsp): correctly check for windows in lsp logger (#14954)Oliver Marriott2021-09-16
| * backport: fix(lsp): restore diagnostics extmarks that were moved to the last ...Folke Lemaitre2021-09-16
|/
* Merge #15671 backport: :source and nvim_exec fixesJustin M. Keyes2021-09-15
|\
| * backport: fix(:source): copy curbuf lines to memory before sourcing #15111Sean Dewar2021-09-15
| * backport: fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-15
|/
* Merge #15667 release-0.5: backportsJustin M. Keyes2021-09-14
|\
| * test: use $TEST_TIMEOUT to specify timeoutJames McCoy2021-09-14
| * test: timeout at 20 minutes #15597Justin M. Keyes2021-09-14
| * ci: skip "cancels stale events on channel close" #15278Justin M. Keyes2021-09-14
| * feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-14
| * fix(lsp): correctly parse LSP snippets #15579hrsh7th2021-09-14
|/
* Merge #15664 backport PRsJustin M. Keyes2021-09-14
|\
| * backport: test/memory_usage_spec: skip on MacOS #15043Daniel Steinberg2021-09-14
| * backport: fixup(clipboard): Fix error not properly handled #14984Shadman2021-09-14
| * backport: fix(lsp): restore diagnostics extmarks on buffer changes (#15011)Folke Lemaitre2021-09-14
| * backport: fix(lsp): prevent double <text> for cached plaintext markupFolke Lemaitre2021-09-14
| * backport: fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta2021-09-14
| * backport: fixup(clipboard): Use case matching #14962Shadman2021-09-14
|/
* Merge pull request #15496 from jamessan/stdin_closed_backportJames McCoy2021-08-27
|\
| * Add test case for 'null' stdin modeGregory Anders2021-08-26
| * Rename stdin to stdin_modeGregory Anders2021-08-26
| * feat(job): add parameter to close stdinGregory Anders2021-08-26
|/
* fix(man.vim): filetype=man is too eager #15489Justin M. Keyes2021-08-26
* Merge pull request #15445 from jamessan/appdata-versionJames McCoy2021-08-21
|\