aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | docs: reword description for nvim_buf_line_count() (#17766)Xiretza2022-03-18
* | | fix(translation): po file for Russian (#17767)matveyt2022-03-18
* | | Merge pull request #17719 from dundargoc/doxygen/ex_docmdbfredl2022-03-18
|\ \ \ | |/ / |/| |
| * | refactor(ex_docmd): convert function comments to doxygen formatDundar Göc2022-03-16
* | | fix(syntax.c): correct hunk from Vim patch 8.0.0647 (#17761)Lewis Russell2022-03-18
* | | Merge pull request #17694 from lewis6991/fix_signcolbfredl2022-03-18
|\ \ \
| * | | fix(signcol): always trigger a redrawLewis Russell2022-03-12
* | | | vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* | | | Merge pull request #17459 from rktjmp/lua-error-tostringbfredl2022-03-18
|\ \ \ \
| * | | | feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* | | | | feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* | | | | Merge pull request #17747 from bfredl/ui_inputbfredl2022-03-17
|\ \ \ \ \
| * | | | | feat(ui_client): implement async paste handlingbfredl2022-03-17
| * | | | | feat(ui_client): handle resize eventshlpr982022-03-17
| * | | | | feat(ui_client): pass user input to remote serverhlpr982022-03-17
* | | | | | Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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