aboutsummaryrefslogtreecommitdiff
path: root/text-motions.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-10text-motions: add text_line_prev functionMarc André Tanner1-0/+14
2014-09-10text-motions: fix no match case of text_find_char_{next,prev}Marc André Tanner1-4/+9
2014-09-10Add license headerMarc André Tanner1-0/+15
2014-09-10Add comments where appropriateMarc André Tanner1-1/+1
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner1-1/+1
2014-09-08Hook up search as a movementMarc André Tanner1-0/+30
2014-09-05Add helper function which finds the start of the next lineMarc André Tanner1-0/+10
2014-09-04text-motion: fix find_char_prevMarc André Tanner1-1/+1
2014-08-30Add trivial text motions to start and end of fileMarc André Tanner1-0/+8
2014-08-30Add support for backticks to movement and text objectMarc André Tanner1-0/+1
2014-08-28motion: improve matching of single and double quotesMarc André Tanner1-14/+22
2014-08-28motion: fix movement to previous word end when right beforeMarc André Tanner1-2/+3
2014-08-28motion: add character wise motionMarc André Tanner1-0/+12
2014-08-28Improve text motionsMarc André Tanner1-7/+37
2014-08-25Move motion related stuff into own fileMarc André Tanner1-0/+228