aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:8.2.4731: the changelist index is not remembered per bufferzeertzjq2022-07-23
* Merge pull request #19467 from zeertzjq/vim-8.2.1489zeertzjq2022-07-22
|\
| * vim-patch:8.2.1489: Vim9: error when setting an option with setbufvar()zeertzjq2022-07-22
| * refactor: move f_getbufvar() and f_setbufvar() to eval/vars.czeertzjq2022-07-22
|/
* fix(build): non-git ("tarball") build fails #19448kylo2522022-07-22
* ci(release): use cpack on macOS #19459Carlo Cabrera2022-07-22
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* feat(l10n): Turkish translations #19441Emir SARI2022-07-22
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)zeertzjq2022-07-22
* fix(grid): don't use utfc_ptr2char_len() when printing until NUL (#19456)zeertzjq2022-07-22
* ci(labeler): do not add "column" label for mark.{c,h} (#19455)zeertzjq2022-07-21
* refactor: fix clang warnings (#19453)zeertzjq2022-07-21
* fix(mark): give correct error message when mark is in another buffer (#19454)zeertzjq2022-07-21
* vim-patch:9.0.0047: using freed memory with recursive substitute (#19457)zeertzjq2022-07-21
* vim-patch:8.2.4502 (#19439)zeertzjq2022-07-21
* Merge pull request #19445 from famiu/fix/local_winbar_tabsbfredl2022-07-20
|\
| * fix: local winbar with tabsFamiu Haque2022-07-20
* | test(old): set 'display' to an empty string (#19450)zeertzjq2022-07-20
* | feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
* | Merge pull request #19446 from bfredl/fixarraybfredl2022-07-20
|\ \
| * | refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
|/ /
* | Merge pull request #19415 from zeertzjq/vim-8.1.1076zeertzjq2022-07-20
|\ \
| * | vim-patch:8.1.1849zeertzjq2022-07-20
| * | vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
|/ /
* | fix(tmpdir): invalid tempname() if username has slashes #19323August Masquelier2022-07-19
* | docs: fix vim.filetype.add by avoiding quotes (#19433)Javier Lopez2022-07-19
* | Merge pull request #19434 from zeertzjq/vim-8.2.0509zeertzjq2022-07-19
|\ \
| * | vim-patch:8.2.2632: not all command line arguments are testedzeertzjq2022-07-19
| * | vim-patch:8.2.0509: various code is not properly tested.zeertzjq2022-07-19
* | | build(macos): use consistent MACOSX_DEPLOYMENT_TARGET (#19430)Christian Clason2022-07-19
|/ /
* | Merge pull request #19428 from jamessan/deps-cmake-versionJames McCoy2022-07-19
|\ \
| * | build: bump minimum CMake version in cmake.depsJames McCoy2022-07-19
* | | Merge pull request #19429 from zeertzjq/fix-flaky-testszeertzjq2022-07-19
|\ \ \
| * | | test: deal with RPC call causing Nvim to exit laterzeertzjq2022-07-19
| * | | test: avoid timing-sensitive undo messagezeertzjq2022-07-19
|/ / /
* | | Merge pull request #19409 from bfredl/uiunpackbfredl2022-07-19
|\ \ \ | |/ / |/| |
| * | fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
| * | perf(ui): unpack grid_line (screen contents) directlybfredl2022-07-19
| * | perf(ui): avoid ui_flush() work in headless modebfredl2022-07-18
| * | perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
| * | perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl2022-07-18
* | | Merge pull request #19427 from Maverun/maveBranchDocbfredl2022-07-19
|\ \ \
| * | | fix(docs): remove internal function from docs (nvim__*)Maverun2022-07-19
| |/ /
* | | vim-patch:8.2.1147 (#19425)zeertzjq2022-07-19
* | | fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)JP2022-07-19
* | | fix(mouse): click on global statusline with splits (#19390)Munif Tanjim2022-07-19
* | | fix(powershell): filter ":!" commands with args #19268Enan Ajmain2022-07-18
* | | Merge pull request #19167 from dundargoc/refactor/conversionLewis Russell2022-07-18
|\ \ \
| * | | refactor: enable -Wconversion warning for memline.cDundar Goc2022-06-30