aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | lsp: Add a flag to debounce didChange notificationsMathias Fussenegger2021-04-13
* | | | | | | | | Merge pull request #14324 from mhinz/lsp-border-float-placementMarco Hinz2021-04-13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | lsp: correct float placement when using bordersMarco Hinz2021-04-12
| * | | | | | | | lsp: make sure borders are always inside of the screenMarco Hinz2021-04-12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #14318 from chentau/extmark_luadoBjörn Linse2021-04-13
|\ \ \ \ \ \ \ \
| * | | | | | | | extmark: splice extmarks on :luadochentau2021-04-12
* | | | | | | | | tutor: force one sign per line (#14352)Marco Hinz2021-04-13
* | | | | | | | | float: add "solid" border style (#14310)Marco Hinz2021-04-12
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #14337 from janlazo/vim-8.2.0409Jan Edmund Lazo2021-04-11
|\ \ \ \ \ \ \ \
| * | | | | | | | test/old: ':execute' does not suppress range errorJan Edmund Lazo2021-04-11
| * | | | | | | | vim-patch:8.1.2416: loading menus sets v:errmsgJan Edmund Lazo2021-04-11
| * | | | | | | | vim-patch:8.1.1841: no test for Ex shift commandsJan Edmund Lazo2021-04-11
| * | | | | | | | vim-patch:8.2.1920: listlbr test fails when run after another testJan Edmund Lazo2021-04-11
| * | | | | | | | vim-patch:8.2.2050: search test contains unneeded sleepsJan Edmund Lazo2021-04-11
| * | | | | | | | vim-patch:8.2.0409: search test leaves file behindJan Edmund Lazo2021-04-11
* | | | | | | | | Merge pull request #14343 from jamessan/doc-fixJames McCoy2021-04-11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix(doc): Add '/site' to stdpath('data') example in `:help 'rtp'`James McCoy2021-04-10
* | | | | | | | | Merge pull request #14339 from janlazo/vim-8.2.0044Jan Edmund Lazo2021-04-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch:8.2.2319: "exptype_T" can be read as "expected type"Jan Edmund Lazo2021-04-11
| * | | | | | | | | vim-patch:8.2.0069: ETYPE_ is used for two different enumsJan Edmund Lazo2021-04-11
| * | | | | | | | | vim-patch:8.2.0045: script test failsJan Edmund Lazo2021-04-11
| * | | | | | | | | vim-patch:8.2.0044: expression type is used inconsistentlyJan Edmund Lazo2021-04-11
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14340 from mjlbach/fix_clangd_nixMichael Lingelbach2021-04-10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | contrib: add clang-tools to nix flakeMichael Lingelbach2021-04-10
* | | | | | | | | test/ui/cmdline: set notimeout to remove indeterminism (#14338)Jan Edmund Lazo2021-04-10
* | | | | | | | | Merge pull request #14317 from chentau/extmark_subBjörn Linse2021-04-10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | extmark: correct extmark_splice call with inccommandchentau2021-04-09
| |/ / / / / / /
* | | | | | | | doc: advertise nanotee/nvim-lua-guide (#14332) [skip ci]Christian Clason2021-04-09
* | | | | | | | Merge pull request #14321 from jamessan/ci-fixesJames McCoy2021-04-09
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | fix(test): Detect more core filenamesJames McCoy2021-04-08
| * | | | | | | Add more info to debug messagesJames McCoy2021-04-08
| * | | | | | | Lower "closed by the client" message level to INFOJames McCoy2021-04-08
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #14326 from janlazo/vim-8.2.0623Jan Edmund Lazo2021-04-09
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.2.2738: extending a list with itself can give wrong resultJan Edmund Lazo2021-04-08
| * | | | | | | vim-patch:8.2.1822: list test doesn't failJan Edmund Lazo2021-04-08
| * | | | | | | eval: add v:_null_stringJan Edmund Lazo2021-04-08
| * | | | | | | vim-patch:8.2.0623: typo in test commentJan Edmund Lazo2021-04-08
* | | | | | | | vim-patch:8.2.2737: status line not updated when local 'statusline' option se...bphilly962021-04-08
|/ / / / / / /
* | | | | | | Merge pull request #14314 from janlazo/vim-8.2.2720Jan Edmund Lazo2021-04-08
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | vim-patch:8.2.1305: some tests are still old styleJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1791: Vim9: debugger test failsJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1508: not all debugger commands covered by testsJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1393: insufficient testing for script debuggingJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1304: debug backtrace isn't tested muchJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.0.1511: some code for the debugger watch expression is clumsyJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.0.1505: debugger can't break on a conditionJan Edmund Lazo2021-04-08
|/ / / / / /
* | | | | | Merge pull request #14302 from vigoux/fix-8449Michael Lingelbach2021-04-07
|\ \ \ \ \ \
| * | | | | | docs: add priority option in buf_set_extmarkThomas Vigouroux2021-04-07
* | | | | | | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(ts): move checkhealth in runtime/vimThomas Vigouroux2021-04-06