aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4649: various formatting problemszeertzjq2022-03-30
* fix(PVS/V1019): compound assignment expression is used inside conditionDundar Göc2022-03-24
* vim-patch:8.2.4593: unnecessary call to redraw_later() (#17775)zeertzjq2022-03-19
* Merge pull request #17653 from dundargoc/chore/lgtmzeertzjq2022-03-10
|\
| * chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
* | vim-patch:8.1.0999: use register one too often and not properly testedzeertzjq2022-03-09
* | refactor(ops): use op_yank_reg() instead of op_yank() when deletingzeertzjq2022-03-09
|/
* vim-patch:8.2.0997: cannot execute a register containing line continuationzeertzjq2022-03-09
* vim-patch:8.2.3601: check for overflow in put count does not work wellSean Dewar2022-02-17
* fix(ops): str_to_reg passing NULL to memcpySean Dewar2022-02-17
* vim-patch:8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)Sean Dewar2022-02-17
* vim-patch:8.2.3574: divide by zeroSean Dewar2022-02-17
* vim-patch:8.2.3573: cannot decide whether to skip test that fails with 64 bitSean Dewar2022-02-17
* vim-patch:8.2.3492: crash when pasting too many timesSean Dewar2022-02-17
* vim-patch:8.2.4388: dead code in op_insert()zeertzjq2022-02-15
* vim-patch:8.2.3820: "vrc" does not replace composing characterszeertzjq2022-02-15
* vim-patch:8.2.4151: reading beyond the end of a lineSean Dewar2022-02-14
* vim-patch:8.2.4120: block insert goes over the end of the lineSean Dewar2022-02-14
* vim-patch:8.2.3073: when cursor is move for block append wrong text is insertedSean Dewar2022-02-14
* vim-patch:8.1.2221: cannot filter :disp outputzeertzjq2022-02-10
* Merge pull request #17342 from zeertzjq/mbyte-constzeertzjq2022-02-10
|\
| * refactor(mbyte.c): add const qualifierszeertzjq2022-02-09
* | vim-patch:8.2.4242: put in Visual mode cannot be repeatedzeertzjq2022-02-09
|/
* 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.3540: the mark '] is wrong after put with a countzeertzjq2022-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
| |/
* / vim-patch:8.2.3932: C line comment not formatted properlyzeertzjq2022-01-31
|/
* vim-patch:8.1.2302: :lockmarks does not work for '[ and ']Sean Dewar2022-01-27
* Merge pull request #17166 from Shougo/vim-8.2.4160bfredl2022-01-27
|\
| * vim-patch:8.2.4160: cannot change the register used for Select mode deleteShougo Matsushita2022-01-22
* | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \
| * | vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solutionzeertzjq2022-01-15
| * | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
| |/
* | vim-patch:8.2.4219: reading before the start of the lineChristian Clason2022-01-26
* | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
|/
* vim-patch:8.1.2375: no suffucient testing for registerszeertzjq2022-01-14
* feat(autocmd): populate v:event in RecordingLeave (#16828)Axel Dahlberg2022-01-04
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.1.2104: the normal.c file is too big (#16389)Volodymyr Kot2021-12-06
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
* | vim-patch:8.2.3687: blockwise insert does not handle autoindent properlyChristian Clason2021-11-28
* | vim-patch:8.2.3684: blockwise insert does not handle autoindent properlyChristian Clason2021-11-27
* | vim-patch:8.2.3677: after a put the '] mark is on the last byte (#16442)Christian Clason2021-11-26