aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | build(win): don't try to package a PDB if not building with MSVC…Quentin Minster2022-02-03
| * | | | | build(win): package the debug symbols (PDB file) along with nvim.exequentin2022-02-03
| | |/ / / | |/| | |
* | | | | Merge pull request #17194 from zeertzjq/inccommand-prev-subzeertzjq2022-02-06
|\ \ \ \ \
| * | | | | fix(inccommand): do not change reg_prev_sub when previewingzeertzjq2022-01-25
* | | | | | Merge pull request #16862 from seandewar/vim-8.2.2658Sean Dewar2022-02-06
|\ \ \ \ \ \
| * | | | | | feat(eval): port emsg from v8.2.3284Sean Dewar2022-02-05
| * | | | | | vim-patch:8.2.2661: leaking memory when looping over a stringSean Dewar2022-02-05
| * | | | | | vim-patch:8.2.2658: :for cannot loop over a stringSean Dewar2022-02-05
| | |_|/ / / | |/| | | |
* | | | | | vim-patch:8.2.2363: curpos() does not accept a string argument as beforezeertzjq2022-02-06
* | | | | | vim-patch:8.2.2324: not easy to get mark en cursor posotion by character countzeertzjq2022-02-06
* | | | | | vim-patch:8.2.1727: a popup created with "cursorline" will ignore "firstline"zeertzjq2022-02-06
|/ / / / /
* | | | | fix(diff): make algorithm work for vim.diff (#17300)Lewis Russell2022-02-05
* | | | | Merge pull request #17199 from glacambre/fix_9358bfredl2022-02-05
|\ \ \ \ \
| * | | | | fix(--headless): do not block on press-enter prompts when no UIglacambre2022-02-05
* | | | | | Merge pull request #17020 from seandewar/vim-8.1.2342Sean Dewar2022-02-05
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.0233: crash when using garbagecollect() in between rand()Sean Dewar2022-02-05
| * | | | | | vim-patch:8.1.2357: no test with wrong argument for rand()Sean Dewar2022-02-05
| * | | | | | vim-patch:8.1.2356: rand() does not use the best algorithmSean Dewar2022-02-05
| * | | | | | vim-patch:8.1.2343: using time() for srand() is not very randomSean Dewar2022-02-05
| * | | | | | vim-patch:8.1.2342: random number generator in Vim script is slowSean Dewar2022-02-05
| |/ / / / /
* / / / / / vim-patch:8.2.4298: divide by zero with huge tabstop valuezeertzjq2022-02-05
|/ / / / /
* | | | | Merge pull request #17275 from bfredl/keysethlbfredl2022-02-05
|\ \ \ \ \
| * | | | | refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
| | |/ / / | |/| | |
* | | | | test(old): add test_expand.vimzeertzjq2022-02-05
* | | | | Merge pull request #17288 from zeertzjq/vim-8.2.1128zeertzjq2022-02-04
|\ \ \ \ \
| * | | | | vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq2022-02-04
* | | | | | vim-patch:8.1.2133: some tests fail when run as rootzeertzjq2022-02-04
|/ / / / /
* | | | | vim-patch:8.2.3583: the "gd" and "gD" commands do not update search statszeertzjq2022-02-04
* | | | | test(old): fix test order in test_search_stat.vimzeertzjq2022-02-04
* | | | | Merge pull request #17272 from zeertzjq/vim-8.1.0846zeertzjq2022-02-04
|\ \ \ \ \
| * | | | | vim-patch:8.2.0687: some tests do not work on FreeBSDzeertzjq2022-02-04
| * | | | | vim-patch:8.2.0352: FreeBSD: test for sourcing utf-8 is skippedzeertzjq2022-02-04
| * | | | | vim-patch:8.2.0305: relativenumber test fails on some systemszeertzjq2022-02-04
| * | | | | vim-patch:8.1.2358: tests fail on Cirrus CI for FreeBSDzeertzjq2022-02-04
| * | | | | vim-patch:8.1.0884: double check for bsd systemszeertzjq2022-02-04
| * | | | | vim-patch:8.1.0878: test for has('bsd') fails on some BSD systemszeertzjq2022-02-04
| * | | | | vim-patch:8.1.0846: not easy to recognize the system Vim runs onzeertzjq2022-02-04
* | | | | | fix(api/nvim_win_call): share common win_execute logicSean Dewar2022-02-03
* | | | | | vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar2022-02-03
* | | | | | vim-patch:8.2.4026: ml_get error with specific win_execute() commandSean Dewar2022-02-03
* | | | | | vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
|/ / / / /
* | | | | Merge pull request #16818 from zeertzjq/vim-8.2.3454zeertzjq2022-02-03
|\ \ \ \ \
| * | | | | vim-patch:8.2.3678: illegal memory accesszeertzjq2022-01-29
| * | | | | vim-patch:8.2.3581: reading character past end of linezeertzjq2022-01-29
| * | | | | vim-patch:8.2.3540: the mark '] is wrong after put with a countzeertzjq2022-01-29
| * | | | | vim-patch:8.2.3497: put test fails when run by itselfzeertzjq2022-01-29
| * | | | | vim-patch:8.2.3455: using a count with "gp" leaves '] in wrong positionzeertzjq2022-01-29
| * | | | | vim-patch:8.2.3454: using a count with "gp" leave cursor in wrong positionzeertzjq2022-01-29
* | | | | | Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30