aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | feat: add support for global statuslineFamiu Haque2022-03-18
| * | | | | | chore: fix typos (#17670)dundargoc2022-03-17
| * | | | | | Merge pull request #17707 from tesaguri/refactor-gen_vimdocJames McCoy2022-03-16
| |\ \ \ \ \ \
| | * | | | | | docs: remove extra whitespacesDaiki Mizukami2022-03-14
| | * | | | | | chore(gen_vimdoc): fall back to `brief_desc_node` when `desc_node` is emptyDaiki Mizukami2022-03-14
| | * | | | | | refactor(gen_vimdoc): simplify `files` in `CONFIG`Daiki Mizukami2022-03-14
| | * | | | | | chore(gen_vimdoc): call `delete_lines_below` only if the file existsDaiki Mizukami2022-03-14
| | * | | | | | refactor(gen_vimdoc): detect `section_start_token` automaticallyDaiki Mizukami2022-03-14
| * | | | | | | Merge pull request #17739 from dundargoc/doxygen/ex_cmdsbfredl2022-03-16
| |\ \ \ \ \ \ \
| | * | | | | | | refactor(ex_cmds): convert function comments to doxygen formatDundar Göc2022-03-16
| * | | | | | | | Merge pull request #17741 from dundargoc/doxygen/messagebfredl2022-03-16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | refactor(message): convert function comments to doxygen formatDundar Göc2022-03-16
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #17732 from dundargoc/doxygen/foldbfredl2022-03-16
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | refactor(fold): convert function comments to doxygen formatDundar Göc2022-03-16
| * | | | | | | | Merge pull request #17708 from bfredl/ui_clientbfredl2022-03-16
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | refactor(ui): make auto-generated ui client handlers typesafebfredl2022-03-15
| | * | | | | | | refactor(ui): make ui_client_event_grid_line typesafebfredl2022-03-15
| | * | | | | | | refactor(ui): use "ui_client" instead of "redraw" as general prefixbfredl2022-03-15
| | * | | | | | | feat(ui): invoke ui client handlersbfredl2022-03-15
| | * | | | | | | feat(ui): implement ui_client event handlershlpr982022-03-15
| * | | | | | | | chore(checkhealth/provider): style fixes (#17738)Sean Dewar2022-03-16
| * | | | | | | | fix(checkhealth): make provider checkhealth output more consistent (#17722)dundargoc2022-03-16
| * | | | | | | | vim-patch:8.2.4571: not all gdb files are recognized (#17727)Jade Lovelace2022-03-15
| * | | | | | | | Merge pull request #17731 from dundargoc/doxygen/ex_evalbfredl2022-03-15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | refactor: convert function comments to doxygen formatDundar Göc2022-03-15
| | |/ / / / / /
| * | | | | | | Merge pull request #17709 from seandewar/vim-8.2.4559Sean Dewar2022-03-15
| |\ \ \ \ \ \ \
| | * | | | | | | vim-patch:8.2.4568: getmousepos() does not compute the column below the last ...Sean Dewar2022-03-15
| | * | | | | | | vim-patch:8.2.4559: getmousepos() returns the screen columnSean Dewar2022-03-15
| | * | | | | | | vim-patch:8.2.4555: getmousepos() returns the wrong columnSean Dewar2022-03-15
| |/ / / / / / /
| * | | | | | | Merge pull request #16585 from zeertzjq/lua-paste-eolzeertzjq2022-03-15
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | fix(paste): escape control characters in Cmdline modezeertzjq2022-03-15
| | * | | | | | test(paste): add tests with virtualedit=onemorezeertzjq2022-03-15
| | * | | | | | test(paste): reorganize tests and add tests for linewise Visual modezeertzjq2022-03-15
| | * | | | | | fix(paste): deal with trailing new line in chunkzeertzjq2022-03-15
| | * | | | | | fix(paste): avoid edges cases caused by empty chunkzeertzjq2022-03-15
| | * | | | | | refactor(paste): do not print dots in cmdline modezeertzjq2022-03-15
| | * | | | | | fix(paste): deal with eol and eof in Visual modezeertzjq2022-03-15
| | * | | | | | fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq2022-03-15
| | * | | | | | fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq2022-03-15
| |/ / / / / /
| * | | | | | Merge pull request #17725 from zeertzjq/vim-8.2.4566zeertzjq2022-03-15
| |\ \ \ \ \ \
| | * | | | | | vim-patch:8.2.4566: check for existing buffer in session file may not workzeertzjq2022-03-15
| |/ / / / / /
| * | | | | | Merge pull request #17718 from dundargoc/doxygen/eval_cbfredl2022-03-14
| |\ \ \ \ \ \
| | * | | | | | refactor(eval): convert function comments to doxygen formatDundar Göc2022-03-14
| * | | | | | | Merge pull request #17488 from seandewar/vim-8.2.4428Sean Dewar2022-03-14
| |\ \ \ \ \ \ \
| | * | | | | | | vim-patch:8.2.1413: previous tab page not usable from an Ex commandSean Dewar2022-03-14
| | * | | | | | | vim-patch:8.2.1401: cannot jump to the last used tabpageSean Dewar2022-03-14
| | * | | | | | | vim-patch:8.2.4454: resetting cmdwin_type only for one situationSean Dewar2022-03-14
| | * | | | | | | vim-patch:8.2.4445: exit test fails on MS-Windows anywaySean Dewar2022-03-14
| | * | | | | | | vim-patch:8.2.4444: beep caused by testSean Dewar2022-03-14
| | * | | | | | | vim-patch:8.2.4442: test for error reading input fails on MS-WindowsSean Dewar2022-03-14