aboutsummaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* make textobj creation into config again, since the functions don't get define...doy2008-12-231-0/+5
* need to make the inner textobj generator function take varargs toodoy2008-12-231-5/+5
* convert regex textobj to allow arbitrary paired charactersdoy2008-12-231-7/+7
* move the textobj definition calls into the vimrc, rather than just having con...doy2008-12-231-11/+0
* make the other textobj callbacks publicdoy2008-12-231-2/+2
* allow the Textobj function to take extra arguments to pass on to the callbackdoy2008-12-231-2/+2
* subtract 1 from the length rather than backspacing afterwards in visual modejluehrs22008-05-071-2/+3
* allow the cursor to end up at the beginning of the start linejluehrs22008-05-071-0/+5
* don't readjust the cursor if the command is 'c', just use 'd' as the command ...jluehrs22008-05-071-2/+6
* simplify the length calculation by quite a bitjluehrs22008-05-071-8/+4
* make sure spaces can traverse newlinesjluehrs22008-05-071-0/+3
* todo for textobj.vimjluehrs22008-05-051-0/+1
* split the textobj stuff out into its own filejluehrs22008-04-301-0/+234
* add my .vim directoryjluehrs22007-09-0913-0/+7502