aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | 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
* | | test: reorg #15698Justin M. Keyes2021-09-17
* | | Merge pull request #15364 from seandewar/vim-8.2.3337Jan Edmund Lazo2021-09-17
|\ \ \ | |/ / |/| |
| * | vim-patch:8.2.3375: using uninitialized memorySean Dewar2021-09-17
| * | vim-patch:8.2.3369: auto formatting after "cw" leaves cursor in wrong spotSean Dewar2021-09-17
| * | vim-patch:8.2.3360: user function completion fails with dict functionSean Dewar2021-09-17
| * | vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrowSean Dewar2021-09-17
| * | vim-patch:8.2.3337: completing "call g:" returns entries with just "g:"Sean Dewar2021-09-17
| * | vim-patch:8.2.3330: Coverity reports using uninitialized fieldSean Dewar2021-09-17
| * | vim-patch:8.2.3328: Coverity error for not checking return valueSean Dewar2021-09-17
| * | vim-patch:8.2.3321: some code is not testedSean Dewar2021-09-17
| * | vim-patch:8.2.3313: unused code in win_exchange() and frame_remove()Sean Dewar2021-09-17
| * | vim-patch:8.2.3293: finding completions may cause an endless loopSean Dewar2021-09-17
| * | vim-patch:8.2.3286: win_enter_ext() has too many boolean argumentsSean Dewar2021-09-17
* | | refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-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.3398: html text objects are not fully testedSean Dewar2021-09-10
| * | | vim-patch:8.2.3386: using uninitialized memorySean Dewar2021-09-10
| * | | vim-patch:8.2.3384: cannot disable modeline for an individual fileSean Dewar2021-09-10
| * | | vim-patch:8.2.3378: MS-Windows: completing environment variables with % is wrongSean Dewar2021-09-10
* | | | fix: prevent K_EVENT from stopping Select mode CTRL-O #15688zeertzjq2021-09-17
* | | | Merge #15693 fix(diagnostics)Justin M. Keyes2021-09-17
|\ \ \ \
| * | | | 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 pull request #15668 from bfredl/logmenuBjörn Linse2021-09-16
|\ \ \
| * | | fix(ui): don't log from UI events during free_all_mem()Björn Linse2021-09-14
* | | | 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
| * | | | fix(lint): remove unused function from diagnostic specGregory Anders2021-09-16
| * | | | refactor: remove UTF to byte col conversionGregory Anders2021-09-16
| * | | | test: add test case for severity rangesGregory Anders2021-09-15
| * | | | refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | | | | Merge pull request #15211 from seandewar/blob-portJan Edmund Lazo2021-09-16
|\ \ \ \ \
| * | | | | vim-patch:8.2.1866: Vim9: appending to pushed blob gives wrong resultSean Dewar2021-09-16
| * | | | | doc(eval): include latest relevant Blob changesSean Dewar2021-09-16
| * | | | | test(oldtest): unskip existing tests that use BlobsSean Dewar2021-09-16
| * | | | | feat(f_msgpackparse): support parsing from BlobSean Dewar2021-09-16
| * | | | | fix(test/dumplog): tostring(rv) before formatting as stringSean 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