summaryrefslogtreecommitdiffstats
path: root/src/register.c
AgeCommit message (Expand)Author
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-07patch 9.0.0164: using freed memory with put commandv9.0.0164Bram Moolenaar
2022-08-07patch 9.0.0163: text property not adjusted for text inserted with "p"v9.0.0163Bram Moolenaar
2022-07-31patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-26patch 9.0.0078: star register is unexpectedly changed when deletingv9.0.0078Ernie Rael
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-06-30patch 9.0.0011: reading beyond the end of the line with put commandv9.0.0011Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-25patch 8.2.5016: access before start of text with a put commandv8.2.5016Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-04-09patch 8.2.4717: for TextYankPost v:event does not contain all informationv8.2.4717Bram Moolenaar
2022-03-30patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar
2022-03-19patch 8.2.4593: unnecessary call to redraw_later()v8.2.4593zeertzjq
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-28patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242Shougo Matsushita
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-25patch 8.2.4219: reading before the start of the linev8.2.4219Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2021-12-28patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-12-02patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked textv8.2.3722Bram Moolenaar
2021-12-02patch 8.2.3721: using memory freed by losing the clipboard selectionv8.2.3721Bram Moolenaar
2021-11-25patch 8.2.3678: illegal memory accessv8.2.3678Bram Moolenaar
2021-11-25patch 8.2.3677: after a put the '] mark is on the last bytev8.2.3677Bram Moolenaar
2021-11-17patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar
2021-11-16patch 8.2.3601: check for overflow in put count does not work wellv8.2.3601ichizok
2021-11-02patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)v8.2.3575Bram Moolenaar
2021-11-02patch 8.2.3574: divide by zerov8.2.3574Bram Moolenaar
2021-11-02patch 8.2.3573: cannot decide whether to skip test that fails with 64 bitv8.2.3573Bram Moolenaar
2021-10-19patch 8.2.3540: the mark '] is wrong after put with a countv8.2.3540Bram Moolenaar
2021-10-10patch 8.2.3492: crash when pasting too many timesv8.2.3492Bram Moolenaar
2021-09-22patch 8.2.3455: using a count with "gp" leaves '] in wrong positionv8.2.3455Bram Moolenaar
2021-09-22patch 8.2.3454: using a count with "gp" leave cursor in wrong positionv8.2.3454Bram Moolenaar
2021-09-14patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt
2021-07-26patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-06-28patch 8.2.3072: "zy" does not work well when "virtualedit' is "block"v8.2.3072Bram Moolenaar
2021-06-16patch 8.2.3010: not enough testing for viminfo codev8.2.3010Yegappan Lakshmanan
2021-06-10patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt
2021-06-04patch 8.2.2935: calculating register width is not always neededv8.2.2935Bram Moolenaar
2021-06-04patch 8.2.2934: ASAN error when using text from the clipboardv8.2.2934Bram Moolenaar
2021-06-04patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar
2021-05-30patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt