summaryrefslogtreecommitdiffstats
path: root/src/fold.c
AgeCommit message (Expand)Author
2024-03-13patch 9.1.0177: Coverity reports dead codev9.1.0177zeertzjq
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-01-03patch 9.1.0002: a closing fold expr, may start a new foldv9.1.0002Shota Nozaki
2023-01-27patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan
2023-01-09patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan
2023-01-08patch 9.0.1158: code is indented more than necessaryv9.0.1158Yegappan Lakshmanan
2023-01-02patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-05-23patch 8.2.5009: fold may not be closeable after appendingv8.2.5009Brandon Simmons
2022-05-20patch 8.2.4987: after deletion a small fold may be closablev8.2.4987Brandon Simmons
2022-05-10patch 8.2.4935: with 'foldmethod' "indent" some lines not included in foldv8.2.4935Brandon Simmons
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-23patch 8.2.4813: pasting text while indent folding may mess up foldsv8.2.4813Brandon Simmons
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-15patch 8.2.4393: possible number overflow with nested foldsv8.2.4393Bram Moolenaar
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-22patch 8.2.4179: 'foldtext' is evaluated in the current script contextv8.2.4179Bram Moolenaar
2022-01-21patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-11-24patch 8.2.3662: illegal memory access if malloc() failsv8.2.3662Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-02-01patch 8.2.2447: 'foldlevel' not applied to folds restored from sessionv8.2.2447Bram Moolenaar
2020-12-21patch 8.2.2176: crash with a sequence of fold commandsv8.2.2176Bram Moolenaar
2020-11-10patch 8.2.1972: crash when recreating nested foldv8.2.1972Bram Moolenaar
2020-11-03patch 8.2.1947: crash when using "zj" without foldsv8.2.1947Bram Moolenaar
2020-09-17patch 8.2.1702: crash when using undo after deleting folded linesv8.2.1702Bram Moolenaar
2020-09-01patch 8.2.1561: using NULL pointers in fold codev8.2.1561Bram Moolenaar
2020-09-01patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar
2020-08-31patch 8.2.1554: crash in normal testv8.2.1554Bram Moolenaar
2020-08-31patch 8.2.1553: crash in edit testv8.2.1553Bram Moolenaar
2020-08-31patch 8.2.1552: warnings from asan with clang-11v8.2.1552Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2019-12-01patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar
2019-09-28patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar
2019-09-01patch 8.1.1960: fold code is spread outv8.1.1960Bram Moolenaar
2019-08-24patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar
2019-08-19patch 8.1.1890: ml_get error when deleting fold markerv8.1.1890Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-11-14patch 8.1.0527: using 'shiftwidth' from wrong buffer for foldingv8.1.0527Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-04-23patch 8.0.0583: fold test hangs on MS-Windowsv8.0.0583Bram Moolenaar
2017-04-22patch 8.0.0581: moving folded text is sometimes not correctv8.0.0581Bram Moolenaar
2017-03-23patch 8.0.0503: endless loop in updating folds with 32 bit intsv8.0.0503Bram Moolenaar