aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* vim-patch:8.2.2901: some operators not fully testedzeertzjq2022-11-04
* vim-patch:8.2.1810: some code in normal.c not covered by testszeertzjq2022-11-04
* vim-patch:8.2.1022: various parts of code not covered by testszeertzjq2022-11-04
* vim-patch:8.2.0976: some 'cpoptions' not testedzeertzjq2022-11-04
* vim-patch:8.2.0968: no proper testing of the 'cpoptions' flagszeertzjq2022-11-04
* vim-patch:8.2.0540: regexp and other code not tested (#20930)zeertzjq2022-11-04
* fix(vim.diff): correctly apply hunk offsets with linematch (#20931)Lewis Russell2022-11-04
* fix(diff): remove size_t underflow (#20929)Lewis Russell2022-11-04
* vim-patch:8.2.0448: various functions not properly tested (#20926)zeertzjq2022-11-04
* Enable new diff option linematch (#14537)Jonathon2022-11-04
* docs: fix typosdundargoc2022-11-02
* vim-patch:9.0.0825: cannot drag an entry in the tabpage linezeertzjq2022-11-02
* vim-patch:9.0.0824: crash when using win_move_separator() in other tab pagezeertzjq2022-11-02
* 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
* 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
* refactor(memory): simplify new alignment logicbfredl2022-10-31
* fix(memory): fix memory alignment for dynamic allocationJan Palus2022-10-31
* 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
* 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
* vim-patch:partial:6ebe4f970b8b (#20860)Christian Clason2022-10-29
* build: make update-po support optwin.vim (#20840)zeertzjq2022-10-28
* fix(diff.c): regression in diffgetput (#20843)Lewis Russell2022-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
* 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
* 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
* | build: fix plural messages missing from .po files (#20830)zeertzjq2022-10-27
* | vim-patch:8.2.4234: test_garbagecollect_now() does not check v:testingzeertzjq2022-10-27
* | vim-patch:8.2.2653: build failurezeertzjq2022-10-27
* | vim-patch:8.2.4207: recursion test fails with MSVCzeertzjq2022-10-27
* | vim-patch:8.2.4206: condition with many "(" causes a crashzeertzjq2022-10-27
* | vim-patch:8.2.4070: using uninitialized memory when reading empty filezeertzjq2022-10-27
* | build: copy each treesitter parser library individually #20797dundargoc2022-10-26
* | refactor(clint): convert short to int16_t (#20815)dundargoc2022-10-27
* | vim-patch:8.2.3408: can delete a numbered functionzeertzjq2022-10-27
* | vim-patch:partial:8.2.2881: various pieces of code not covered by testszeertzjq2022-10-27
* | vim-patch:8.2.2727: function test failszeertzjq2022-10-27