summaryrefslogtreecommitdiff
path: root/src/cindent.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1529: code style test doesn't check for space after "if"v9.0.1529Bram Moolenaar2023-05-091-3/+3
* patch 9.0.1426: indent wrong after "export namespace" in C++v9.0.1426Virginia Senioria2023-03-241-1/+3
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-4/+4
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-54/+53
* patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata2022-11-141-2/+2
* patch 9.0.0095: conditions are always truev9.0.0095zeertzjq2022-07-271-2/+3
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-7/+13
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-11/+2
* patch 8.2.4968: reading past end of the line when C-indentingv8.2.4968Bram Moolenaar2022-05-161-1/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-2/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4773: build failure without the +eval featurev8.2.4773Bram Moolenaar2022-04-171-2/+2
* patch 8.2.4703: memory leak in handling 'cinscopedecls'v8.2.4703Bram Moolenaar2022-04-071-16/+19
* patch 8.2.4702: C++ scope labels are hard-codedv8.2.4702Tom Praschan2022-04-071-12/+26
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-7/+1
* patch 8.2.3938: line comment start is also found in a stringv8.2.3938Bram Moolenaar2021-12-291-14/+17
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-5/+5
* patch 8.2.3876: 'cindent' does not recognize inline namespacev8.2.3876zeertzjq2021-12-221-0/+4
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-121-6/+23
* patch 8.2.3625: illegal memory access when C-indentingv8.2.3625Bram Moolenaar2021-11-191-5/+5
* patch 8.2.3482: reading beyond end of line ending in quote and backslashv8.2.3482Bram Moolenaar2021-10-051-2/+2
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+3
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.0864: pragmas are indented all the way to the leftv8.2.0864Bram Moolenaar2020-05-311-3/+12
* patch 8.2.0112: illegal memory access when using 'cindent'v8.2.0112Bram Moolenaar2020-01-121-0/+2
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-301-3/+3
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-6/+6
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-0/+4133