aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #23293 from bfredl/bigsleepbfredl2023-04-25
|\
| * refactor(time): refactor delay with input checkingbfredl2023-04-24
* | fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* | fix(column): don't reset 'statuscolumn' width after it has been drawnluukvbaal2023-04-24
* | fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* | build: add "ci" configure preset to reduce verbositydundargoc2023-04-23
* | ci: reuse script to enable Developer Command Promptdundargoc2023-04-23
* | vim-patch:71badf9547e8 (#23285)Christian Clason2023-04-23
* | vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason2023-04-23
* | ci(release): clean up wording and undeprecate tar.gzdundargoc2023-04-23
* | fix(typval): don't treat v:null as truthy (#23281)zeertzjq2023-04-23
|/
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq2023-04-23
* vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...zeertzjq2023-04-23
* test(lsp): fix unstable tests for semantic tokensjdrouhard2023-04-23
* ci(labeler): reuse workflow to reduce duplicationdundargoc2023-04-22
* ci: make all linux releases work with same glibc versiondundargoc2023-04-22
* build: drop diff.exe from windows buildsdundargoc2023-04-22
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* vim-patch:9.0.1475: busted configuration files are not recognized (#23266)zeertzjq2023-04-22
* ci(lintcommit): fix error outputdundargoc2023-04-22
* ci(lintcommit): use nvim -lLewis Russell2023-04-22
* Merge pull request #23263 from bfredl/notapplebfredl2023-04-22
|\
| * fix(cmake): restore previously undocumented workround, now documentedbfredl2023-04-22
|/
* ci: remove team reviewersdundargoc2023-04-22
* Merge pull request #23255 from lewis6991/vimpatch/9.0.1293Lewis Russell2023-04-22
|\
| * vim-patch:9.0.1311: Coverity warns for using a NULL pointerLewis Russell2023-04-22
| * vim-patch:9.0.1308: the code for setting options is too complicatedLewis Russell2023-04-22
| * vim-patch:9.0.1293: the set_num_option() is too longLewis Russell2023-04-22
* | build(deps): bump tree-sitter to HEAD - 321a65262 (#23261)Christian Clason2023-04-22
* | docs(powershell): use tee.exe instead of Tee-ObjectT7272023-04-22
* | feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn2023-04-22
* | version.c: update [skip ci] (#22095)github-actions[bot]2023-04-22
* | refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* | build: include all dependency directories when generating headersdundargoc2023-04-21
* | refactor: revert incorrect change to ui_client.c codebfredl2023-04-21
* | Merge pull request #23250 from bfredl/vimvimbfredl2023-04-21
|\ \ | |/ |/|
| * refactor(build): move the last generator from scripts/ to src/nvim/generatorsbfredl2023-04-21
|/
* Merge #23234 from justinmk/fixsplitJustin M. Keyes2023-04-21
|\
| * refactor(lua): simplify vim.gsplit implJustin M. Keyes2023-04-21
| * fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* | vim-patch:9.0.1294: the set_bool_option() function is too long Lewis Russell2023-04-21
|/
* fix(usercmd): Fix buffer overflow in uc_list() (#23225)Andreas Schneider2023-04-21
* Merge pull request #23239 from cryptomilk/asn-fix-warningszeertzjq2023-04-21
|\
| * fix(ui_client): check return code of dup()Andreas Schneider2023-04-21
| * fix(statusline): fix uninitialized variable and possible overflowAndreas Schneider2023-04-21
| * fix(linematch): initialize arrayAndreas Schneider2023-04-21
| * fix(ex_getln): initialize pointer with NULLAndreas Schneider2023-04-21
| * fix(userfunc): fix possible out of bound accessAndreas Schneider2023-04-21
| * fix(drawline): initialize variableAndreas Schneider2023-04-21