summaryrefslogtreecommitdiff
path: root/text-motions.h
AgeCommit message (Expand)Author
2015-07-28text-motion: introduce text_line_char_{get,set}Marc André Tanner
2015-07-28text-motion: add functions to iterate over lines of a rangeMarc André Tanner
2015-07-24text-motion: introduce text_line_{up,down}Marc André Tanner
2015-07-19text: move regex related functions to separate fileMarc André Tanner
2015-07-03Add movements to next/previous character within same lineMarc André Tanner
2015-04-21Clean up to/till movementsMarc André Tanner
2015-04-10Highlight matching cursor symbolMarc André Tanner
2015-01-13Add new logical linewise movementsMarc André Tanner
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner
2014-09-25Add infrastructure for word (lowercase) motionsMarc André Tanner
2014-09-25Perform some renames in preparation for different word typesMarc André Tanner
2014-09-25Introduce text_line_lastcharMarc André Tanner
2014-09-25Revert "Change semantics of text_line_end"Marc André Tanner
2014-09-24Change semantics of text_line_endMarc André Tanner
2014-09-19Windows style newlines are actually \r\n not \n\rMarc André Tanner
2014-09-10text-motions: add text_line_prev functionMarc André Tanner
2014-09-10text-motions: fix no match case of text_find_char_{next,prev}Marc André Tanner
2014-09-10Add comments where appropriateMarc André Tanner
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner
2014-09-08Hook up search as a movementMarc André Tanner
2014-09-05Add helper function which finds the start of the next lineMarc André Tanner
2014-08-30Add trivial text motions to start and end of fileMarc André Tanner
2014-08-28motion: add character wise motionMarc André Tanner
2014-08-28Improve text motionsMarc André Tanner
2014-08-25Move motion related stuff into own fileMarc André Tanner