summaryrefslogtreecommitdiffstatshomepage
path: root/runtime
AgeCommit message (Expand)AuthorFiles
2022-02-26docs: update explanation of Y to reflect new defaultsDundar Göc5
2022-02-24vim-patch:8.2.3873: go.mod files are not recognizedDundar Göc1
2022-02-05fix(msgpack#strptime): use calendar.timegm to get seconds since epochJames McCoy1
2022-01-17Merge pull request #16907 from neovim/backport-16906-to-release-0.6James McCoy1
2022-01-17Merge pull request #16896 from neovim/backport-16886-to-release-0.6James McCoy2
2022-01-09docs: regeneratemarvim3
2022-01-09feat(lua): add notify_once() (#17010)github-actions[bot]3
2022-01-09fix(runtime): check markdownError before syn-clear (#17009)github-actions[bot]1
2022-01-08fix(lsp): only send command and args in executeCommand (#17002)github-actions[bot]1
2022-01-08fix(lsp): resolve bufnr for get_lines (#16997)github-actions[bot]1
2022-01-04fix(lsp): explicitly pass bufnr in didSave handlerMichael Lingelbach1
2022-01-03docs(usr_05): fix section numbersSean Dewar2
2022-01-02fix(lsp): always use target bufnr in location handler (#16880)github-actions[bot]1
2021-12-31NVIM 0.6.1 (2021-12-31)v0.6.1Björn Linse1
2021-12-29chore: fix typos in doc and Lua filesdundargoc13
2021-12-26fix(uri): change scheme pattern to not include the comma character (#16798)github-actions[bot]1
2021-12-25refactor(lsp): remove usage of deprecated function (#16787)Michael Lingelbach2
2021-12-25fix(lsp): fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods (#1...github-actions[bot]1
2021-12-25feat(lsp,diagnostic): open folds in jump-related functions (#16784)github-actions[bot]2
2021-12-25fix(lsp): handle offset encoding (#16783)github-actions[bot]2
2021-12-25feat(lsp): use `vim.ui.select` for selecting lsp client (#16782)github-actions[bot]1
2021-12-25fix(lsp): call config on_exit handler before context is cleared (#16781)github-actions[bot]1
2021-12-23feat(runtime): new checkhealth filetype (#16708)github-actions[bot]3
2021-12-21feat(lsp): add buf_detach_client (#16741)github-actions[bot]1
2021-12-21 fix(lsp): correctly align start and end range to codepoints during increment...github-actions[bot]1
2021-12-19fix(lsp): avoid attaching to unloaded buffers (#16726)github-actions[bot]1
2021-12-17fix(diagnostic): respect "if_many" source option for virtual text (#16697)github-actions[bot]2
2021-12-17fix(diagnostic): assert that diagnostics have line number and column (#16687)github-actions[bot]1
2021-12-16refactor(diagnostic): remove hack (#16689)github-actions[bot]1
2021-12-16fix(api): allow nvim_buf_set_extmark to accept end_row key (#16686)github-actions[bot]1
2021-12-15docs(options): mention how to disable `inccommand` preview (#16671)github-actions[bot]1
2021-12-15fix(ui): close floating window on BufLeave event (#16664)github-actions[bot]2
2021-12-10refactor: replace deprecated lua functions with their new versions (#16609)github-actions[bot]1
2021-12-08fix(diagnostic): set effective buffer number in autocmd (again) (#16590)github-actions[bot]1
2021-12-08fix(diagnostic): escape special chars in file names (#16588)github-actions[bot]1
2021-12-08refactor(diagnostic): remove bufnr parameter from open_float (#16587)github-actions[bot]2
2021-12-08docs(lsp): fix resolve_capabilities docstring (#16580)github-actions[bot]2
2021-12-08docs: update missing help sections from main help page (#16578)github-actions[bot]1
2021-12-08refactor(diagnostic): add warning to deprecated functions (#16575)github-actions[bot]2
2021-12-05docs(lsp): re-add client.requests documentation (#16533)github-actions[bot]1
2021-12-02fix(diagnostic): clamp diagnostics on negative line numbers (#16497)github-actions[bot]1
2021-12-01fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...github-actions[bot]1
2021-12-01fix(lsp): progress handlers should return vim.NIL on error (#16476)github-actions[bot]1
2021-11-30NVIM 0.6.0v0.6.0Björn Linse1
2021-11-30vim-patch:8.2.3703: most people call F# "fsharp" and not "fs" (#16469)zeertzjq2
2021-11-30fix(lsp): change rpc start notify level to warn (#16467)Michael Lingelbach1
2021-11-30Merge pull request #16460 from dundargoc/chore/typosBjörn Linse9
2021-11-30docs(lsp): do not use nvim_command for Vimscript examplesGregory Anders2
2021-11-30docs(lsp): do not use | as argument separatorGregory Anders2
2021-11-30docs(lsp): add annotations for private functionsGregory Anders8