aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* LSP: Fix show_line_diagnostics #12186Mathias Fußenegger2020-04-26
* LSP: Add a check for null version in VersionedTextDocumentIdentifier (#12185)Chris Kipp2020-04-26
* LSP: remove obsolete "peek definition" code #12178Thore Weilbier2020-04-25
* LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger2020-04-25
* lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata2020-04-25
* lsp: callback for references now opens qf (#12171)Thore Weilbier2020-04-23
* lsp: do not assert even if the code does not exist in ErrorCodes (#11981)Hirokazu Hata2020-04-21
* lsp: textDocument/definition can return Location or Location[] (#12014)Khangal2020-04-21
* Merge pull request #11989 from Weypare/textEditMatthieu Coudron2020-04-20
|\
| * LSP/completion: Add completion text helper functionAndrey Avramenko2020-04-20
| * LSP/completion: add textEdit supportAndrey Avramenko2020-03-06
* | lsp: export convert_signature_help_to_markdown_lines (#11950)Hirokazu Hata2020-04-19
* | lua: allow deepcopy of functions (#12136)Tristan Konolige2020-04-19
* | lsp: replace the event that closes the signature help preview window from Ins...Hirokazu Hata2020-04-18
* | LSP: fix breakage when severity isn't specified (#12027)Ghjuvan Lacambre2020-04-18
* | treesitter: escape backslashes in queriesThomas Vigouroux2020-04-18
* | lsp: provide a default for missing reference kind (#12127)George Zhao2020-04-16
* | vim.uri: fix uri_to_fname (#12059)Hirokazu Hata2020-03-30
* | Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse2020-03-16
|\ \ | |/ |/|
| * Use buffer version instead of changedtick for editsJesse Bakker2020-02-27
* | lsp: make showMessage and logMessage callbacks different (#11942)Hirokazu Hata2020-03-02
* | lua: add vim.tbl_len() #11889Hirokazu Hata2020-03-01
* | lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* | lsp: add bufnr to callback function argumentsHirokazu Hata2020-02-28
* | LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2020-02-27
* | LSP/references: Add context to locations returned by serverMathias Fussenegger2020-02-27
* | Merge pull request #11880 from bfredl/tree-sitter-regexBjörn Linse2020-02-27
|\ \
| * | lua: add regex support, and `@match` support in treesitter queriesBjörn Linse2020-02-26
| * | treesitter: redraw on changed queryBjörn Linse2020-02-26
| |/
* | Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* | LSP/hover: Do not throw away contents if first line is empty (#11939)Mathias Fußenegger2020-02-27
* | add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
* | LSP: implement documentHighlight (#11638)Alvaro Muñoz2020-02-26
|/
* lsp/completion: show duplicates in completion popup #11920Mathias Fußenegger2020-02-21
* lsp: make functions private and use filter functionHirokazu Hata2020-02-19
* lsp: respect the sort order if there is sortTextHirokazu Hata2020-02-19
* lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata2020-02-18
* lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* LSP: fix validate_client_configJustin M. Keyes2020-02-16
* lua: if second argument is vim.empty_dict(), vim.tbl_extend uses empty_dict()...Hirokazu Hata2020-02-14
* lua: vim.deepcopy uses empty_dict() instead of {} for empty_dict()Hirokazu Hata2020-02-13
* LSP: rename validate_command to _cmd_parts #11847Matthieu Coudron2020-02-11
* LSP: Refine formatting tabSize #11834Jesse-Bakker2020-02-10
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* lsp: Support text edit on inactive buffer (#11843)Mathias Fußenegger2020-02-10
* LSP: set InitializeParams.rootPath value #11838Hirokazu Hata2020-02-08
* treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
* LSP: show diagnostic in qf/loclist #11777Matthieu Coudron2020-01-28
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26