summaryrefslogtreecommitdiffstats
path: root/src/register.c
AgeCommit message (Expand)Author
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-02-21patch 9.1.0120: hard to get visual region using Vim scriptv9.1.0120Shougo Matsushita
2024-01-25patch 9.1.0056: wrong number of trailing spaces inserted after blockwise putv9.1.0056VanaIgr
2024-01-12patch 9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace modev9.1.0021zeertzjq
2024-01-05patch 9.1.0015: i_CTRL-R- no longer works in replace modev9.1.0015Christian Brabandt
2023-12-19patch 9.0.2178: reg_executing() wrong for :normal with rangev9.0.2178zeertzjq
2023-06-01patch 9.0.1597: cursor ends up below the window after a putv9.0.1597Bram Moolenaar
2023-05-09patch 9.0.1531: crash when register contents ends up being invalidv9.0.1531Bram Moolenaar
2023-03-04patch 9.0.1378: illegal memory access when using virtual editingv9.0.1378Bram Moolenaar
2023-03-03patch 9.0.1376: accessing invalid memory with put in Visual block modev9.0.1376Bram Moolenaar
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-01-18patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan
2023-01-17patch 9.0.1213: adding a line below the last one does not expand foldv9.0.1213Brandon Simmons
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-15patch 9.0.0765: with a Visual block a put command column may go negativev9.0.0765Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
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