aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | feat(lsp): allow subset of CodeActionContext as arg to code_action methods (#...Mathias Fußenegger2021-09-26
* | | | feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach2021-09-26
* | | | Merge pull request #14871 from mjlbach/feature/lua-cjson-embeddedMichael Lingelbach2021-09-26
|\ \ \ \
| * | | | test: add tests for vim.jsonMichael Lingelbach2021-09-26
| * | | | feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach2021-09-26
| * | | | feat(lua): add lua-cjson as vendored dependencyMichael Lingelbach2021-09-26
* | | | | ci(lintcommit.lua): replace third-party commitlint #15747dundargoc2021-09-26
* | | | | Merge pull request #15797 from smolck/ui-stuffBjörn Linse2021-09-26
|\ \ \ \ \
| * | | | | fix(ui_bridge): set bridge width and height on attachsmolck2021-09-26
| | |_|/ / | |/| | |
* | | | | fix(tui): remove obsolete $NVIM detection #15791erw72021-09-26
* | | | | 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