Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | Merge pull request #14486 from Sh3Rm4n/fix_get_str_line | James McCoy | 2021-05-04 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | get_str_line: Replace grow_array usage | Fabian Viöl | 2021-05-03 | |
* | | | | | | | | | Merge pull request #14418 from DerekStride/treesitter-set-directive | Thomas Vigouroux | 2021-05-03 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Ensure there is a nested table allocated for #set! | derekstride | 2021-04-27 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #14334 from DarwinSenior/vim.log | Michael Lingelbach | 2021-05-02 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | lsp: deep copy vim.lsp.log when reloading | Dingcheng Yue | 2021-04-16 | |
* | | | | | | | | | Merge pull request #14455 from Sh3Rm4n/fix_get_str_line | James McCoy | 2021-05-02 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| * | | | | | | | | get_str_line: Simplify growarray usage | Fabian Viöl | 2021-04-30 | |
| * | | | | | | | | Fix documentation typos for msg_scroll_flush | Fabian Viöl | 2021-04-29 | |
| * | | | | | | | | get_str_line: Use heap instead of stack | Fabian Viöl | 2021-04-29 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #14462 from kabouzeid/feature/formatting_seq_sync | Michael Lingelbach | 2021-05-02 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||
| * | | | | | | | Increase default LSP sync timeout to 1000ms | Karim Abou Zeid | 2021-05-02 | |
| * | | | | | | | Add client.request_sync doc | Karim Abou Zeid | 2021-05-02 | |
| * | | | | | | | Synchronous formatting methods notify the user on timeout and interrupted | Karim Abou Zeid | 2021-05-02 | |
| * | | | | | | | Support multiple range formatting clients | Karim Abou Zeid | 2021-05-02 | |
| * | | | | | | | doc clarification | Karim Abou Zeid | 2021-05-02 | |
| * | | | | | | | Add formatting_seq_sync, change formatting and formatting_sync | Karim Abou Zeid | 2021-05-01 | |
* | | | | | | | | signs: fix overflow during adjustment on Windows (#14472) | statiolake | 2021-05-02 | |
* | | | | | | | | lsp: fix regression in jump_to_location() (#14446) | francisco souza | 2021-05-01 | |
* | | | | | | | | fix: make nvim_win_get_number() return win number (#14470) | Julian Berman | 2021-05-01 | |
* | | | | | | | | docs: Treesitter (#13260) | TJ DeVries | 2021-05-01 | |
* | | | | | | | | doc: update vim.cmd() (#14450) | Shadman | 2021-05-01 | |
* | | | | | | | | Merge pull request #14380 from bfredl/virtcol | Björn Linse | 2021-05-01 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | decorations: right_align and win_col | Björn Linse | 2021-05-01 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge pull request #14463 from mfussenegger/decoded-result-false | Michael Lingelbach | 2021-04-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | lsp: Allow decoded.result to be `false` | Mathias Fussenegger | 2021-04-30 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge pull request #14361 from bfredl/synenable | Björn Linse | 2021-04-30 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | startup: do "syntax enable" instead of "syntax on" | Björn Linse | 2021-04-30 | |
|/ / / / / / / | ||||
* | | | | | | | Merge pull request #14459 from jamessan/pvs-script | James McCoy | 2021-04-29 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | fix(pvscheck): Switch URL to pvs-studio.com | James McCoy | 2021-04-29 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #14448 from jamessan/nightly-ci-permissions | James McCoy | 2021-04-27 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | ci(gha/vim-patches): Create PR against branch running the workflow | James McCoy | 2021-04-26 | |
| * | | | | | | ci(gha): Rename nightly workflow to vim-patches | James McCoy | 2021-04-26 | |
| * | | | | | | ci(gha/nightly): Enable "contents: write" permissions to setup PR | James McCoy | 2021-04-26 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #14416 from bfredl/floatorder | Björn Linse | 2021-04-26 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | ui_compositior: handle multiple displayed floats in the same tick | Björn Linse | 2021-04-26 | |
|/ / / / / | ||||
* | | | | | Merge pull request #14435 from michaelb/doc_missing_nvim_open_term | Thomas Vigouroux | 2021-04-24 | |
|\ \ \ \ \ | ||||
| * | | | | | doc : fixing missing @return in nvim_open_term doc | Michael Bleuez | 2021-04-24 | |
|/ / / / / | ||||
* | | | | | Merge pull request #14429 from ckipp01/force | Michael Lingelbach | 2021-04-23 | |
|\ \ \ \ \ | ||||
| * | | | | | Don't automatically force shutdown on second restart. | ckipp01 | 2021-04-23 | |
* | | | | | | lsp: make tagstack smarter motion-wise (#12262) | Gabriel Sanches | 2021-04-23 | |
* | | | | | | Merge pull request #14432 from mjlbach/revert_14428 | Michael Lingelbach | 2021-04-23 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Revert "lsp: fix blocking in closing of clients" | Michael Lingelbach | 2021-04-23 | |
|/ / / / / / | ||||
* | | | | | | lsp: check if config is nil | Marco Hinz | 2021-04-23 | |
* | | | | | | lsp: sort diagnostics by severity (#14372) | Marco Hinz | 2021-04-23 | |
|/ / / / / | ||||
* | | | | | vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and 'splitr... | Jan Edmund Lazo | 2021-04-22 | |
* | | | | | lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401) | Shadman | 2021-04-22 | |
* | | | | | Merge pull request #14411 from seandewar/vim-8.2.1588 | Jan Edmund Lazo | 2021-04-21 | |
|\ \ \ \ \ | ||||
| * | | | | | fix(oldtest): fix assert_match() for :buffers t | Sean Dewar | 2021-04-21 | |
| * | | | | | vim-patch:8.2.1588: cannot read back the prompt of a prompt buffer | Sean Dewar | 2021-04-21 |