summaryrefslogtreecommitdiffstats
path: root/src/fold.c
AgeCommit message (Collapse)Author
2016-01-30patch 7.4.1207v7.4.1207Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1200v7.4.1200Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-29patch 7.4.1197v7.4.1197Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2015-08-11patch 7.4.822v7.4.822Bram Moolenaar
Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
2015-04-15patch 7.4.700v7.4.700Bram Moolenaar
Problem: Fold can't be opened after ":move". (Ein Brown) Solution: Delete the folding information and update it afterwards. (Christian Brabandt)
2015-04-13patch 7.4.699v7.4.699Bram Moolenaar
Problem: E315 when trying to delete a fold. (Yutao Yuan) Solution: Make sure the fold doesn't go beyond the last buffer line. (Christian Brabandt)
2014-03-23updated for version 7.4.212v7.4.212Bram Moolenaar
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
2013-11-05updated for version 7.4.069v7.4.069Bram Moolenaar
Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
2013-06-15updated for version 7.3.1199v7.3.1199Bram Moolenaar
Problem: When evaluating 'foldexpr' causes an error this is silently ignored and evaluation is retried every time. Solution: Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is it is causing errors. (Christian Brabandt)
2012-08-29updated for version 7.3.641v7.3.641Bram Moolenaar
Problem: ":mkview" uses ":normal" instead of ":normal!" for folds. (Dan) Solution: Add the bang. (Christian Brabandt)
2012-08-08updated for version 7.3.629v7.3.629Bram Moolenaar
Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
2012-02-29updated for version 7.3.462v7.3.462Bram Moolenaar
Problem: When using ":loadview" folds may be closed unexpectedly. Solution: Take into account foldlevel. (Xavier de Gaye)
2012-01-10updated for version 7.3.400v7.3.400Bram Moolenaar
Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
2011-08-26updated for version 7.3.286v7.3.286Bram Moolenaar
Problem: Crash when using "zd" on a large number of folds. (Sam King) Solution: Recompute pointer after reallocating array. Move fewer entries when making room.
2010-06-22Fix compiler warnings for shadowed variables. Make 'conceal' a long insteadBram Moolenaar
of int.
2010-03-17updated for version 7.2.397v7.2.397Bram Moolenaar
Problem: Redundant check for w_lines_valid. Solution: Remove the if. (Lech Lorens)
2010-02-24updated for version 7.2.370v7.2.370Bram Moolenaar
Problem: A redraw may cause folds to be closed. Solution: Revert part of the previous patch. Add a test. (Lech Lorens)
2010-02-03updated for version 7.2.356v7.2.356Bram Moolenaar
Problem: When 'foldmethod' is changed not all folds are closed as expected. Solution: In foldUpdate() correct the start position and reset fd_flags when w_foldinvalid is set. (Lech Lorens)
2010-01-19updated for version 7.2.340v7.2.340Bram Moolenaar
Problem: Gcc warning for condition that can never be true. (James Vega) Solution: Use start_lvl instead flp->lvl.
2009-11-03updated for version 7.2-282v7.2.282Bram Moolenaar
2009-11-03updated for version 7.2-278v7.2.278Bram Moolenaar
2009-11-03updated for version 7.2-274v7.2.274Bram Moolenaar
2009-09-18updated for version 7.2-261v7.2.261Bram Moolenaar
2009-01-06updated for version 7.2-078v7.2.078Bram Moolenaar
2008-11-28updated for version 7.2-055v7.2.055Bram Moolenaar
2008-08-06updated for version 7.2c-000v7.2c.000Bram Moolenaar
2008-06-24updated for version 7.2av7.2aBram Moolenaar
2008-03-06updated for version 7.1-267v7.1.267Bram Moolenaar
2008-01-13updated for version 7.1-228v7.1.228Bram Moolenaar
2007-10-14updated for version 7.1-139v7.1.139Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-11-01updated for version 7.0-154v7.0.154Bram Moolenaar
2006-04-22updated for version 7.0e06v7.0e06Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-02-22updated for version 7.0204v7.0204Bram Moolenaar
2006-02-01updated for version 7.0191v7.0191Bram Moolenaar
2006-01-20updated for version 7.0183v7.0183Bram Moolenaar
2005-08-10updated for version 7.0127v7.0127Bram Moolenaar
2005-07-18updated for version 7.0109v7.0109Bram Moolenaar
2004-12-31updated for version 7.0027Bram Moolenaar
2004-12-27updated for version 7.0025v7.0025Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-12-09updated for version 7.0021v7.0021Bram Moolenaar
2004-10-24updated for version 7.0020Bram Moolenaar
2004-10-11updated for version 7.0018v7.0018Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar