aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | vim-patch:9.0.0823: mouse drag test failszeertzjq2022-11-02
| * | | vim-patch:9.0.0822: crash when dragging the statusline with a mappingzeertzjq2022-11-02
|/ / /
* | / vim-patch:9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong pl...zeertzjq2022-11-02
| |/ |/|
* | build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* | build(deps): bump lua parser to v0.0.14 (#20897)Christian Clason2022-11-01
* | vim-patch:8.2.2343: Vim9: return type of readfile() is any (#20896)zeertzjq2022-11-01
* | refactor: move do_mouse() and its helpers to mouse.c (#20895)zeertzjq2022-11-01
* | vim-patch:9.0.0821: crash with win_move_statusline() in another tabpage (#20894)zeertzjq2022-11-01
* | fix(mark): do not restore view in op-pending mode (#20889)zeertzjq2022-11-01
* | Merge pull request #20489 from jpalus/memory-alignmentbfredl2022-10-31
|\ \
| * | refactor(memory): simplify new alignment logicbfredl2022-10-31
| * | fix(memory): fix memory alignment for dynamic allocationJan Palus2022-10-31
|/ /
* | Merge #20873 from justinmk/checkhealthJustin M. Keyes2022-10-30
|\ \
| * | feat(checkhealth): check runtime ($VIMRUNTIME)Justin M. Keyes2022-10-30
| * | refactor(checkhealth): convert "nvim" check to LuaJustin M. Keyes2022-10-30
| * | feat(checkhealth): improve treesitter reportJustin M. Keyes2022-10-30
|/ /
* | ci(stylua): explicitly set the version to latest (#20869)dundargoc2022-10-30
* | fix(lsp/window_showDocument): correctly handle external resources #20867lvimuser2022-10-30
* | ci(windows): build dependencies with Ninja (#20800)dundargoc2022-10-30
* | Merge pull request #20855 from zeertzjq/vim-fb0cf2357e0czeertzjq2022-10-30
|\ \
| * | vim-patch:9.0.0819: still a build error, tests are failingzeertzjq2022-10-30
| * | vim-patch:9.0.0816: CTRL-Z at end of file is always droppedzeertzjq2022-10-30
|/ /
* | build(vim-patch.sh): checkout files with path for uncrustify (#20863)zeertzjq2022-10-30
* | fix(health): correct tmux rgb verification (#20868)Barrett Ruth2022-10-30
* | fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861)zeertzjq2022-10-30
* | fix(path): don't remove trailing slash when getting absolute path (#20853)zeertzjq2022-10-30
* | fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30
* | ci: use GHA default clang for asan, tsan jobs #20846dundargoc2022-10-29
* | build: remove python linting #20851dundargoc2022-10-29
* | vim-patch:partial:6ebe4f970b8b (#20860)Christian Clason2022-10-29
* | fix(docs): nil as viable argument for goto_prev (#20852)Martin Kunz2022-10-28
* | Merge pull request #20848 from zeertzjq/vim-8.2.1639zeertzjq2022-10-29
|\ \
| * | vim-patch:8.2.1716: options window has duplicate translationszeertzjq2022-10-28
| * | vim-patch:8.2.1663: options window entries cannot be translatedzeertzjq2022-10-28
| * | vim-patch:8.2.1652: cannot translate lines in the options windowzeertzjq2022-10-28
| * | vim-patch:8.2.1642: otions test failszeertzjq2022-10-28
| * | vim-patch:8.2.1639: options window cannot be translatedzeertzjq2022-10-28
|/ /
* | build: make update-po support optwin.vim (#20840)zeertzjq2022-10-28
* | fix(diff.c): regression in diffgetput (#20843)Lewis Russell2022-10-28
* | Merge pull request #20842 from zeertzjq/vim-8.2.1395zeertzjq2022-10-28
|\ \
| * | vim-patch:8.2.3407: using uninitialized memory with "let g:['bar'] = 2"zeertzjq2022-10-28
| * | vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letterzeertzjq2022-10-28
|/ /
* | Merge pull request #20832 from zeertzjq/vim-8.2.1544zeertzjq2022-10-28
|\ \
| * | vim-patch:8.2.1585: messages in globals.h not translatedzeertzjq2022-10-28
| * | vim-patch:8.2.1544: cannot translate messages in a Vim scriptzeertzjq2022-10-28
|/ /
* | docs(api): pattern is not expanded for autocommands (#20812)Christian Clason2022-10-27
* | docs: .git-blame-ignore-revs (#20820)dundargoc2022-10-27
* | Merge pull request #20796 from lewis6991/refactor/diff.c_memmoveLewis Russell2022-10-27
|\ \
| * | refactor(diff.c): copy lines via memmoveLewis Russell2022-10-25
| * | refactor(diff.c): factor out diffblock deletionLewis Russell2022-10-25