aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #15351 from bfredl/virt_lineBjörn Linse2021-09-26
|\
| * feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* | refactor: replace sprintf with snprintf #15794dundargoc2021-09-26
* | Merge pull request #15721 from bfredl/electricboogaloBjörn Linse2021-09-26
|\ \ | |/ |/|
| * fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
|/
* docs(CONTRIBUTING.md): how to use uncrustify #15780Dundar Göc2021-09-25
* fix(api): fix crash after set_option_value_for() #15390gmntroll2021-09-25
* refactor: format with uncrustify #15778dundargoc2021-09-25
* Merge pull request #15776 from jamessan/macos-11-ciJames McCoy2021-09-25
|\
| * ci: use runner, instead of os, for job name and cache keyJames McCoy2021-09-24
| * ci: add macOS 11 buildJames McCoy2021-09-24
* | test(normal): CA_COMMAND_BUSY in visual select mode #15292Thomas Vigouroux2021-09-24
|/
* Merge #15774 fix(pvs): fix warnings, scriptJustin M. Keyes2021-09-24
|\
| * fix(pvs): Exclude xdiff from analysisJustin M. Keyes2021-09-24
| * fix(PVS): disable "typo" warnings V1051, V1074Justin M. Keyes2021-09-24
| * fix(PVS V681): function call order is undefinedJustin M. Keyes2021-09-24
| * fix(PVS V576): false positiveJustin M. Keyes2021-09-24
| * fix(PVS V576): wrong fprintf() formatJustin M. Keyes2021-09-24
| * fix(PVS V507): false positiveJustin M. Keyes2021-09-24
* | Merge #15731 vim-patch:7.4.725,8.2.{0597,0598,0924,1035}Justin M. Keyes2021-09-24
|\ \
| * | vim-patch:8.2.1035: setreg() does not always clear the registerSean Dewar2021-09-23
| * | vim-patch:7.4.725Sean Dewar2021-09-23
| * | vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
| * | vim-patch:8.2.0598: test_eval_stuff fails in normal terminalSean Dewar2021-09-22
| * | vim-patch:8.2.0597: test_eval is old styleSean Dewar2021-09-22
* | | refactor: format with uncrustify #15755dundargoc2021-09-24
| |/ |/|
* | fix(lsp): guard textDocument/codeAction command logic #15769Chris Kipp2021-09-23
* | fix: move contrib/uncrustify.cfg -> src/uncrustify.cfg #15768Justin M. Keyes2021-09-23
* | fix(diagnostic): check for nil in show_diagnostics (#15772)Gregory Anders2021-09-23
* | fix(diagnostic): don't return nil when callers expect a table (#15765)Gregory Anders2021-09-23
* | Merge #14979 doc: convert Nvim style guide XML to vim :helpJustin M. Keyes2021-09-23
|\ \ | |/ |/|
| * doc(dev_style.txt): misc updatesJustin M. Keyes2021-09-23
| * doc: convert neovim style guide to vim doc.Dundar Göc2021-09-23
|/
* build(deps): bump luarocks to 3.7.0 #15740Christian Clason2021-09-22
* feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders2021-09-22
* Merge pull request #15739 from clason/luv-bumpJames McCoy2021-09-22
|\
| * fix(build): call find_package(Threads) before using its variablesJames McCoy2021-09-21
| * chore(deps): bump libuv and luv to 1.42.0Christian Clason2021-09-21
* | Merge pull request #14115 from mfussenegger/lsp-commandsMichael Lingelbach2021-09-22
|\ \
| * | feat(lsp): add a registry for client side code action commandsMathias Fussenegger2021-09-20
| * | feat(lsp): include original request params in handler ctxMathias Fussenegger2021-09-20
* | | docs: .git-blame-ignore-revs #15653Justin M. Keyes2021-09-22
* | | refactor: format with uncrustify #15741dundargoc2021-09-22
* | | vim-patch:34cc7d8c034f #15753Christian Clason2021-09-22
* | | Merge pull request #15717 from gpanders/diagnostic-include-sourceMichael Lingelbach2021-09-21
|\ \ \
| * | | 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
* | | ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21