summaryrefslogtreecommitdiffstats
path: root/src/ops.c
AgeCommit message (Expand)Author
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-11-30patch 9.0.2138: Overflow logic requires long longv9.0.2138Ernie Rael
2023-11-23patch 9.0.2124: INT overflow detection logic can be simplifiedv9.0.2124Ernie Rael
2023-11-22patch 9.0.2122: [security]: prevent overflow in indentingv9.0.2122Christian Brabandt
2023-11-19patch 9.0.2113: Coverity warns for another overflow in shift_line()v9.0.2113Christian Brabandt
2023-11-16patch 9.0.2112: [security]: overflow in shift_linev9.0.2112Christian Brabandt
2023-10-27patch 9.0.2075: TextChangedI may not always triggerv9.0.2075Christian Brabandt
2023-09-15patch 9.0.1899: potential buffer overflow in PBYTE macrov9.0.1899Christian Brabandt
2023-09-02patch 9.0.1847: [security] potential oob write in do_addsub()v9.0.1847Christian Brabandt
2023-05-07patch 9.0.1521: failing redo of command with control charactersv9.0.1521zeertzjq
2023-05-06patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq
2023-03-04patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-01-30patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan
2023-01-16patch 9.0.1208: code is indented more than necessaryv9.0.1208Yegappan Lakshmanan
2022-11-24patch 9.0.0934: various code formatting issuesv9.0.0934Bram Moolenaar
2022-11-15patch 9.0.0884: mouse shape remains in op-pending mode after failed changev9.0.0884zeertzjq
2022-11-11patch 9.0.0861: solution for "!!sort" in closed fold is not optimalv9.0.0861Bram Moolenaar
2022-10-15patch 9.0.0764: indent and option tests failv9.0.0764Bram Moolenaar
2022-10-14patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar
2022-10-08patch 9.0.0699: tiny build failsv9.0.0699Bram Moolenaar
2022-10-08patch 9.0.0697: cursor in wrong position with Visual substitutev9.0.0697Bram Moolenaar
2022-09-16patch 9.0.0483: illegal memory access when replacing in virtualedit modev9.0.0483Bram Moolenaar
2022-09-04patch 9.0.0376: clang warns for dead assignmentsv9.0.0376Yegappan Lakshmanan
2022-09-03patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan
2022-08-31patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-06patch 9.0.0154: text properties wrong after splitting a linev9.0.0154Bram Moolenaar
2022-08-01patch 9.0.0133: virtual text after line moves to joined linev9.0.0133Bram Moolenaar
2022-07-30patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-06-30patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-05-15patch 8.2.4957: text properties in a wrong position after a block changev8.2.4957LemonBoy
2022-05-14patch 8.2.4951: smart indenting done when not enabledv8.2.4951Bram Moolenaar
2022-05-13patch 8.2.4950: text properties position wrong after shifting textv8.2.4950LemonBoy
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-02-15patch 8.2.4388: dead code in op_insert()v8.2.4388zeertzjq
2022-02-03patch 8.2.4288: preprocessor indents are inconsistentv8.2.4288K.Takata
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-20patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita
2022-01-20patch 8.2.4151: reading beyond the end of a linev8.2.4151Bram Moolenaar
2022-01-17patch 8.2.4120: block insert goes over the end of the linev8.2.4120Bram Moolenaar
2022-01-15patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-02patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedv8.2.3980Bram Moolenaar