aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* | refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders2021-09-21
* | 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(lsp): update lsp-handler signature in call_hierarchy (#15738)Mathias Fußenegger2021-09-21
|/
* fix(diagnostic): clamp line numbers in display layer (#15729)Gregory Anders2021-09-20
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* vim-patch:8.2.3424: a sequence of spaces is hard to see in list modezeertzjq2021-09-19
* vim-patch:8.1.1071: cannot get composing characters from the screenzeertzjq2021-09-19
* fix(diagnostic): only update decorations for loaded buffers (#15715)Gregory Anders2021-09-18
* feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th2021-09-18
* fix(diagnostic): resolve nil bufnr in show_line_diagnosticsGregory Anders2021-09-18
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(diagnostic): remove check on nil return valueGregory Anders2021-09-17
* refactor(diagnostic): combine config() and set() callsGregory Anders2021-09-17
* refactor(diagnostic): group local functions togetherGregory Anders2021-09-17
* 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
| * fix(diagnostic): correctly handle folder level diagnosticsGregory Anders2021-09-17
| * docs(diagnostics): fix typosGregory Anders2021-09-17
| * fix(diagnostic): fix wrong data type in setqflist()Gregory Anders2021-09-17
| * fix(diagnostic): don't overwrite existing sign definitionsGregory Anders2021-09-17
* | fix(termdebug): replace mapset with nvim_set_keymap (#15699)ii142021-09-17
* | fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
|/
* Merge pull request #15580 from seandewar/vim-8.2.3378Jan Edmund Lazo2021-09-17
|\
| * vim-patch:8.2.3400: ":z!" is not supportedSean Dewar2021-09-10
| * vim-patch:8.2.3384: cannot disable modeline for an individual fileSean Dewar2021-09-10
* | fix(diagnostic): don't convert diagnostic table twiceChristian Clason2021-09-17
* | fix(diagnostic): show_line_diagnostic with empty lnumChristian Clason2021-09-17
* | fix(diagnostic): nvim_echo takes three args (#15687)Christian Clason2021-09-17
* | fix(diagnostic): remove useless highlight links (#15683)Gregory Anders2021-09-17
* | fix(diagnostic): don't override existing highlight groups #15682Gregory Anders2021-09-16
* | Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\ \
| * | fix(lint): remove unused parameters from deprecated functionsGregory Anders2021-09-16
| * | refactor: remove UTF to byte col conversionGregory Anders2021-09-16
| * | refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | | Merge pull request #15211 from seandewar/blob-portJan Edmund Lazo2021-09-16
|\ \ \
| * | | doc(eval): include latest relevant Blob changesSean Dewar2021-09-16
| * | | feat(f_msgpackparse): support parsing from BlobSean Dewar2021-09-16
| * | | feat(f_msgpackdump): support dumping to BlobSean Dewar2021-09-16
| * | | feat(f_chansend): support Blob data argumentSean Dewar2021-09-16
| * | | fix(eval): partially port v8.2.3284Sean Dewar2021-09-16
| * | | vim-patch:8.2.1473: items in a list given to :const can still be modifiedSean Dewar2021-09-16
| * | | vim-patch:8.1.0797: error E898 is used twiceSean Dewar2021-09-15
| * | | vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
| * | | vim-patch:8.1.0757: not enough documentation for BlobsSean Dewar2021-09-15
| * | | feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
| * | | feat(msgpack): convert Blobs to BIN stringsSean Dewar2021-09-15
| * | | feat(json): convert Blobs to array of byte valuesSean Dewar2021-09-15
| * | | vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15