aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | Merge pull request #14486 from Sh3Rm4n/fix_get_str_lineJames McCoy2021-05-04
|\ \ \ \ \ \ \ \
| * | | | | | | | get_str_line: Replace grow_array usageFabian Viöl2021-05-03
* | | | | | | | | Merge pull request #14418 from DerekStride/treesitter-set-directiveThomas Vigouroux2021-05-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Ensure there is a nested table allocated for #set!derekstride2021-04-27
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #14334 from DarwinSenior/vim.logMichael Lingelbach2021-05-02
|\ \ \ \ \ \ \ \
| * | | | | | | | lsp: deep copy vim.lsp.log when reloadingDingcheng Yue2021-04-16
* | | | | | | | | Merge pull request #14455 from Sh3Rm4n/fix_get_str_lineJames McCoy2021-05-02
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | get_str_line: Simplify growarray usageFabian Viöl2021-04-30
| * | | | | | | | Fix documentation typos for msg_scroll_flushFabian Viöl2021-04-29
| * | | | | | | | get_str_line: Use heap instead of stackFabian Viöl2021-04-29
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #14462 from kabouzeid/feature/formatting_seq_syncMichael Lingelbach2021-05-02
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Increase default LSP sync timeout to 1000msKarim Abou Zeid2021-05-02
| * | | | | | | Add client.request_sync docKarim Abou Zeid2021-05-02
| * | | | | | | Synchronous formatting methods notify the user on timeout and interruptedKarim Abou Zeid2021-05-02
| * | | | | | | Support multiple range formatting clientsKarim Abou Zeid2021-05-02
| * | | | | | | doc clarificationKarim Abou Zeid2021-05-02
| * | | | | | | Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid2021-05-01
* | | | | | | | signs: fix overflow during adjustment on Windows (#14472)statiolake2021-05-02
* | | | | | | | lsp: fix regression in jump_to_location() (#14446)francisco souza2021-05-01
* | | | | | | | fix: make nvim_win_get_number() return win number (#14470)Julian Berman2021-05-01
* | | | | | | | docs: Treesitter (#13260)TJ DeVries2021-05-01
* | | | | | | | doc: update vim.cmd() (#14450)Shadman2021-05-01
* | | | | | | | Merge pull request #14380 from bfredl/virtcolBjörn Linse2021-05-01
|\ \ \ \ \ \ \ \
| * | | | | | | | decorations: right_align and win_colBjörn Linse2021-05-01
| |/ / / / / / /
* | | | | | | | Merge pull request #14463 from mfussenegger/decoded-result-falseMichael Lingelbach2021-04-30
|\ \ \ \ \ \ \ \
| * | | | | | | | lsp: Allow decoded.result to be `false`Mathias Fussenegger2021-04-30
|/ / / / / / / /
* | | | | | | | Merge pull request #14361 from bfredl/synenableBjörn Linse2021-04-30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | startup: do "syntax enable" instead of "syntax on"Björn Linse2021-04-30
|/ / / / / / /
* | | | | | | Merge pull request #14459 from jamessan/pvs-scriptJames McCoy2021-04-29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(pvscheck): Switch URL to pvs-studio.comJames McCoy2021-04-29
|/ / / / / /
* | | | | | Merge pull request #14448 from jamessan/nightly-ci-permissionsJames McCoy2021-04-27
|\ \ \ \ \ \
| * | | | | | ci(gha/vim-patches): Create PR against branch running the workflowJames McCoy2021-04-26
| * | | | | | ci(gha): Rename nightly workflow to vim-patchesJames McCoy2021-04-26
| * | | | | | ci(gha/nightly): Enable "contents: write" permissions to setup PRJames McCoy2021-04-26
|/ / / / / /
* | | | | | Merge pull request #14416 from bfredl/floatorderBjörn Linse2021-04-26
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ui_compositior: handle multiple displayed floats in the same tickBjörn Linse2021-04-26
|/ / / / /
* | | | | Merge pull request #14435 from michaelb/doc_missing_nvim_open_termThomas Vigouroux2021-04-24
|\ \ \ \ \
| * | | | | doc : fixing missing @return in nvim_open_term docMichael Bleuez2021-04-24
|/ / / / /
* | | | | Merge pull request #14429 from ckipp01/forceMichael Lingelbach2021-04-23
|\ \ \ \ \
| * | | | | Don't automatically force shutdown on second restart.ckipp012021-04-23
* | | | | | lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches2021-04-23
* | | | | | Merge pull request #14432 from mjlbach/revert_14428Michael Lingelbach2021-04-23
|\ \ \ \ \ \
| * | | | | | Revert "lsp: fix blocking in closing of clients"Michael Lingelbach2021-04-23
|/ / / / / /
* | | | | | lsp: check if config is nilMarco Hinz2021-04-23
* | | | | | lsp: sort diagnostics by severity (#14372)Marco Hinz2021-04-23
|/ / / / /
* | | | | vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and 'splitr...Jan Edmund Lazo2021-04-22
* | | | | lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401)Shadman2021-04-22
* | | | | Merge pull request #14411 from seandewar/vim-8.2.1588Jan Edmund Lazo2021-04-21
|\ \ \ \ \
| * | | | | fix(oldtest): fix assert_match() for :buffers tSean Dewar2021-04-21
| * | | | | vim-patch:8.2.1588: cannot read back the prompt of a prompt bufferSean Dewar2021-04-21