summaryrefslogtreecommitdiff
path: root/src/register.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1531: crash when register contents ends up being invalidv9.0.1531Bram Moolenaar2023-05-091-1/+1
* patch 9.0.1378: illegal memory access when using virtual editingv9.0.1378Bram Moolenaar2023-03-041-0/+2
* patch 9.0.1376: accessing invalid memory with put in Visual block modev9.0.1376Bram Moolenaar2023-03-031-1/+10
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-2/+2
* patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan2023-01-181-48/+47
* patch 9.0.1213: adding a line below the last one does not expand foldv9.0.1213Brandon Simmons2023-01-171-9/+1
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0765: with a Visual block a put command column may go negativev9.0.0765Bram Moolenaar2022-10-151-0/+2
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-1/+1
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-17/+0
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-4/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-2/+2
* patch 9.0.0164: using freed memory with put commandv9.0.0164Bram Moolenaar2022-08-071-3/+5
* patch 9.0.0163: text property not adjusted for text inserted with "p"v9.0.0163Bram Moolenaar2022-08-071-1/+2
* patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq2022-07-311-1/+1
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-0/+17
* patch 9.0.0078: star register is unexpectedly changed when deletingv9.0.0078Ernie Rael2022-07-261-1/+4
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-6/+20
* patch 9.0.0011: reading beyond the end of the line with put commandv9.0.0011Bram Moolenaar2022-06-301-0/+2
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-2/+2
* patch 8.2.5016: access before start of text with a put commandv8.2.5016Bram Moolenaar2022-05-251-2/+5
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-2/+0
* patch 8.2.4717: for TextYankPost v:event does not contain all informationv8.2.4717Bram Moolenaar2022-04-091-0/+9
* patch 8.2.4649: various formatting problemsv8.2.4649Bram Moolenaar2022-03-301-2/+2
* patch 8.2.4593: unnecessary call to redraw_later()v8.2.4593zeertzjq2022-03-191-2/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-14/+0
* patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242Shougo Matsushita2022-01-281-8/+0
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.4219: reading before the start of the linev8.2.4219Bram Moolenaar2022-01-251-1/+1
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-1/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+16
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-2/+1
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar2021-12-281-1/+1
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked textv8.2.3722Bram Moolenaar2021-12-021-18/+0
* patch 8.2.3721: using memory freed by losing the clipboard selectionv8.2.3721Bram Moolenaar2021-12-021-0/+10
* patch 8.2.3678: illegal memory accessv8.2.3678Bram Moolenaar2021-11-251-2/+4
* patch 8.2.3677: after a put the '] mark is on the last bytev8.2.3677Bram Moolenaar2021-11-251-3/+15
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-171-9/+9
* patch 8.2.3601: check for overflow in put count does not work wellv8.2.3601ichizok2021-11-161-27/+35
* patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)v8.2.3575Bram Moolenaar2021-11-021-3/+9
* patch 8.2.3574: divide by zerov8.2.3574Bram Moolenaar2021-11-021-2/+3
* patch 8.2.3573: cannot decide whether to skip test that fails with 64 bitv8.2.3573Bram Moolenaar2021-11-021-1/+2
* patch 8.2.3540: the mark '] is wrong after put with a countv8.2.3540Bram Moolenaar2021-10-191-1/+1
* patch 8.2.3492: crash when pasting too many timesv8.2.3492Bram Moolenaar2021-10-101-2/+9
* patch 8.2.3455: using a count with "gp" leaves '] in wrong positionv8.2.3455Bram Moolenaar2021-09-221-0/+3
* patch 8.2.3454: using a count with "gp" leave cursor in wrong positionv8.2.3454Bram Moolenaar2021-09-221-3/+11
* patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt2021-09-141-0/+7