summaryrefslogtreecommitdiffstats
path: root/vimrc
Commit message (Expand)AuthorAgeFilesLines
* add another foldjluehrs22008-04-281-0/+2
* convert the fold text object to use the new helper functionjluehrs22008-04-281-16/+10
* handle the case of the \/ being split when we look forwards and backwards for...jluehrs22008-04-281-3/+14
* we already know where the cursor is, no need to look it upjluehrs22008-04-281-2/+2
* convert regex text object to use the new helper functionjluehrs22008-04-281-20/+6
* add a function to generate text objectsjluehrs22008-04-281-0/+37
* normal -> normal!jluehrs22008-04-251-2/+2
* don't need the C-U since we're escaping firstjluehrs22008-04-251-8/+8
* hmmm, how about a fold textobj that actually worksjluehrs22008-04-251-9/+11
* add a fold text objectjluehrs22008-04-251-0/+19
* 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
* 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
* update the url for eid's vimrcjluehrs22008-04-211-2/+1
* this modeline isn't all that necessaryjluehrs22008-04-211-1/+0
* 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
* fix the spell binding in insert mode (where'd that random backspace come from?)jluehrs22008-04-211-1/+1
* mark functions whose parameter list we can't figure out, since they use shift...jluehrs22008-04-211-0/+7
* 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 s...jluehrs22008-04-211-3/+17
* handle method modifiersjluehrs22008-04-211-6/+13
* skip blank lines before argument handlingjluehrs22008-04-211-2/+2
* formattingjluehrs22008-04-211-6/+0
* make the chmod silentjluehrs22008-04-211-2/+1
* lots of fixups to my file skeletonsjluehrs22008-04-211-5/+6
* 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 front...jluehrs22008-04-201-1/+1
* 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