aboutsummaryrefslogtreecommitdiffstats
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* convert regex textobj to allow arbitrary paired charactersdoy2008-12-231-7/+7
|
* move the textobj definition calls into the vimrc, rather than just having ↵doy2008-12-231-11/+0
| | | | config options
* 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
| | | | to start with, and start insert mode after that
* 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