aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
| * | | refactor: add warnings for deprecated functions (#18662)dundargoc2022-05-21
| * | | ci: bump github actions versions #18616dundargoc2022-05-20
| * | | build(clint.py): remove rules for includes, whitespace, tabs #18611dundargoc2022-05-20
| * | | ci: lint with uncrustify #18563dundargoc2022-05-20
| * | | refactor: remove unused USE_WCHAR_FUNCTIONS #18618Lewis Russell2022-05-20
| * | | fix(unittests): coredump when running unit tests #18663Jun-ichi TAKIMOTO2022-05-20
| * | | Merge pull request #18648 from jamessan/coverity-fixesJames McCoy2022-05-20
| |\ \ \
| | * | | ci(coverity): run every day instead of once/weekJames McCoy2022-05-20
| | * | | perf(cid/350479): avoid copying ExtmarkInfo when calling extmark_to_array()James McCoy2022-05-20
| | * | | fix(cid/352782): assert str->items is non-NULL to hint static analyzersJames McCoy2022-05-20
| | * | | fix(cid/348314): free user_copy, not userJames McCoy2022-05-20
| | * | | fix(cid/351940): free compl_arg in create_user_commands()'s error path exitJames McCoy2022-05-20
| | * | | ci(coverity): annotate register_cfunc as leaking memoryJames McCoy2022-05-20
| | * | | ci(coverity): model our allocation functionsJames McCoy2022-05-20
| * | | | Merge pull request #18664 from famiu/fix/winbar_crashbfredl2022-05-20
| |\ \ \ \
| | * | | | fix: prevent crash when statusline expression sets value of 'winbar'Famiu Haque2022-05-20
| * | | | | build(deps): bump LuaJIT to HEAD - 4ef96cff8 (#18656)Christian Clason2022-05-20
| * | | | | Merge pull request #18653 from dundargoc/refactor/move-reverse-textbfredl2022-05-20
| |\ \ \ \ \
| | * | | | | refactor: move reverse_text to strings.c as it's a string operationDundar Goc2022-05-20
| | |/ / / /
| * | | | | Merge pull request #18657 from dundargoc/vim-8.2.4985zeertzjq2022-05-20
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | vim-patch:8.2.4985: PVS warns for possible array underrunDundar Goc2022-05-20
| |/ / / /
| * | | | Merge pull request #18641 from famiu/fix/nvim_cmd/keymap_error_suppressbfredl2022-05-20
| |\ \ \ \
| | * | | | fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
| * | | | | fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre2022-05-20
| | |/ / / | |/| | |
| * | | | vim-patch:8.2.4980: when 'shortmess' contains 'A' loading session may still w...zeertzjq2022-05-20
| * | | | Merge pull request #18629 from famiu/fix/ui/winbarbfredl2022-05-19
| |\ \ \ \
| | * | | | fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque2022-05-19
| * | | | | Merge pull request #18638 from zeertzjq/fix-winbar-mousezeertzjq2022-05-20
| |\ \ \ \ \
| | * | | | | fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq2022-05-19
| | * | | | | fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
| |/ / / / /
| * | | | | Merge pull request #18502 from drybalka/fix-languagetree-contains-descriptionChristian Clason2022-05-19
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | refactor: simple logic in tree_contains()Denys2022-05-18
| | * | | | docs: correct description of LanguageTree:contains()Denys2022-05-18
| * | | | | test(mksession_spec): only sleep on Windows (#18637)zeertzjq2022-05-19
| * | | | | vim-patch:8.2.4979: accessing freed memory when line is flushed (#18634)zeertzjq2022-05-19
| * | | | | Merge pull request #18630 from dundargoc/refactor/remove-remapGregory Anders2022-05-18
| |\ \ \ \ \
| | * | | | | refactor!: remove 'terse' optionDundar Goc2022-05-19
| | * | | | | refactor!: remove 'remap' optionDundar Goc2022-05-19
| * | | | | | fix(termopen): avoid ambiguity in URI when CWD is root dir (#16988)zeertzjq2022-05-19
| * | | | | | Merge pull request #18620 from bfredl/multibarbfredl2022-05-18
| |\ \ \ \ \ \
| | * | | | | | refactor(events): remove unnecessary fudging of updating_screenbfredl2022-05-18
| | * | | | | | fix(ui): make winbar work with floats and multigridbfredl2022-05-18
| | * | | | | | refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
| | * | | | | | refactor: grid->rows and grid->colsbfredl2022-05-18
| * | | | | | | feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #18507 from gpanders/au-lsp-attachedGregory Anders2022-05-18
| |\ \ \ \ \ \
| | * | | | | | feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders2022-05-18
| | * | | | | | feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
| * | | | | | | Merge pull request #18624 from famiu/feat/ui/winbarbfredl2022-05-18
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |