summaryrefslogtreecommitdiffstats
path: root/src/cindent.c
AgeCommit message (Expand)Author
2024-01-12patch 9.1.0022: Coverity complains about improper use of negative valuev9.1.0022Christian Brabandt
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-05-09patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar
2023-03-24patch 9.0.1426: indent wrong after "export namespace" in C++v9.0.1426Virginia Senioria
2023-01-22patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar
2023-01-09patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan
2022-11-14patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata
2022-07-27patch 9.0.0095: conditions are always truev9.0.0095zeertzjq
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-16patch 8.2.4968: reading past end of the line when C-indentingv8.2.4968Bram Moolenaar
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-04-17patch 8.2.4773: build failure without the +eval featurev8.2.4773Bram Moolenaar
2022-04-07patch 8.2.4703: memory leak in handling 'cinscopedecls'v8.2.4703Bram Moolenaar
2022-04-07patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2021-12-29patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-22patch 8.2.3876: 'cindent' does not recognize inline namespacev8.2.3876zeertzjq
2021-12-12patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar
2021-11-19patch 8.2.3625: illegal memory access when C-indentingv8.2.3625Bram Moolenaar
2021-10-05patch 8.2.3482: reading beyond end of line ending in quote and backslashv8.2.3482Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-05-31patch 8.2.0864: pragmas are indented all the way to the leftv8.2.0864Bram Moolenaar
2020-01-12patch 8.2.0112: illegal memory access when using 'cindent'v8.2.0112Bram Moolenaar
2019-11-30patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-09patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar