summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't load the plugin more than onceHEADmasterJesse Luehrs2017-10-181-0/+4
|
* use proper directory structureJesse Luehrs2011-11-091-0/+0
|
* remove all non-foldtext related filesdoy2009-05-0115-7880/+0
|
* handle terminal widths other than 80jluehrs22008-05-071-2/+2
|
* strip out the explicit foldlevel markers as welljluehrs22008-05-071-1/+1
|
* move my custom foldtext stuff into a separate pluginjluehrs22008-05-052-306/+314
|
* add another foldjluehrs22008-04-281-0/+2
|
* add a function to generate text objectsjluehrs22008-04-281-0/+37
|
* add a / text object for regexesjluehrs22008-04-241-0/+53
|
* add note about a minor bug in the list item foldtext codejluehrs22008-04-221-0/+3
|
* simplify things a bitjluehrs22008-04-221-8/+3
|
* off by one errorjluehrs22008-04-221-1/+1
|
* don't increment the counter for labeled itemsjluehrs22008-04-221-1/+1
|
* work around a vim segfaultjluehrs22008-04-221-1/+4
|
* handle labeled items properlyjluehrs22008-04-221-9/+22
|
* turns out i did need to remove the most recent item herejluehrs22008-04-221-0/+1
|
* make this regex more exactjluehrs22008-04-211-1/+1
|
* generalize the enumerate folding to other list environmentsjluehrs22008-04-211-6/+14
|
* add more folds to the foldtext functions, since they're getting pretty bigjluehrs22008-04-211-17/+16
|
* add a function to display the current nesting levels of enumeration items in ↵jluehrs22008-04-211-6/+100
| | | | latex
* be a little more precise in the regexes to match unknown thingsjluehrs22008-04-211-2/+2
|
* only recognize oo stuff if it's the first argumentjluehrs22008-04-211-2/+2
|
* filter out arrays from anywhere but the end of an argument listjluehrs22008-04-211-0/+3
|
* actually restrict the length of the final linejluehrs22008-04-211-0/+1
|
* report unknown parameters betterjluehrs22008-04-211-13/+15
|
* make comment stripping more intelligentjluehrs22008-04-211-4/+14
|
* mark functions whose parameter list we can't figure out, since they use ↵jluehrs22008-04-211-0/+7
| | | | shift or @_ in unexpected ways
* handle variable argument functions that rename @_jluehrs22008-04-211-0/+7
|
* look for the label for a theorem, etc on following lines if it's not on the ↵jluehrs22008-04-211-3/+17
| | | | same line
* handle method modifiersjluehrs22008-04-211-6/+13
|
* skip blank lines before argument handlingjluehrs22008-04-211-2/+2
|
* set -> setlocaljluehrs22008-04-211-4/+4
|
* set commentstring for lua filesjluehrs22008-04-211-0/+3
|
* fix up some regexes a bitjluehrs22008-04-211-2/+2
|
* add a foldtext function for perl filesjluehrs22008-04-201-0/+64
|
* formattingjluehrs22008-04-201-5/+3
|
* move the foldtext overrides up with the rest of the folding stuffjluehrs22008-04-201-70/+71
|
* add a special foldtext function to strip out single line comments from c++ filesjluehrs22008-04-201-2/+15
|
* expand the space for line numbers a bitjluehrs22008-04-201-2/+2
|
* checking for surrounding whitespace isn't necessary, since we strip the ↵jluehrs22008-04-201-1/+1
| | | | front and back afterwards
* use the commentstring option to filter out most comment strings from our displayjluehrs22008-04-201-0/+9
|
* add nifty folding stuffjluehrs22008-04-201-0/+55
|
* add a make command for latex filesjluehrs22007-10-071-0/+3
|
* don't need to copy things manually anymorejluehrs22007-09-091-30/+0
|
* oopsjluehrs22007-09-091-1/+2
|
* comment/whitespace fixesjluehrs22007-09-091-2/+1
|
* add my .vim directoryjluehrs22007-09-0913-0/+7502
|
* add my vimrc changesjluehrs22007-09-091-136/+96
|
* Include zshrc and screenrc on auto-darcs-recordShawn M Moore2007-09-091-1/+7
|
* Fix commentShawn M Moore2007-09-091-1/+1
|