aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* vim-patch:8.2.4951: smart indenting done when not enabledzeertzjq2022-05-14
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4794: compiler warning for not initialized variablezeertzjq2022-04-21
* vim-patch:8.2.4792: indent operator creates an undo entry for every linezeertzjq2022-04-21
* fix(events): make v:event readonly in more events (#18070)zeertzjq2022-04-11
* 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