summaryrefslogtreecommitdiff
path: root/text-motions.c
AgeCommit message (Expand)Author
2016-04-27text-motions: fix character next motion within a lineMarc André Tanner
2016-04-13text-motion: simplify implementation of [{, ]}, [( and ]) motionsMarc André Tanner
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling
2016-04-11text-motions: fix misspelled function name "is_word_boundry"Steven Noonan
2016-04-06text-motion: restore old text_{line_,}find_prev behaviorMarc André Tanner
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner
2016-02-13Convert call sites of text_line_char_{get,set} to text_line_width_{get,set}Marc André Tanner
2016-02-13text-motion: add functions to get/set position based on display widthMarc André Tanner
2016-02-03text-motion: hide ugly casts for isboundary behind a #defineMarc André Tanner
2016-02-03text-motion: hide ugly casts for isspace behind a #defineMarc André Tanner
2016-02-03text-motion: export custom word motion functionsMarc André Tanner
2016-02-03fix {, }, (, ) movementsMarkus Teich
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner
2016-01-20Fix to/till movementsMarkus Teich
2016-01-10text-motion: fix integer overflow in text_search_{forward,backward}Marc André Tanner
2015-11-23Cast argument to ctype.h is* functions to unsigned charMarc André Tanner
2015-11-08Update year numbers in Copyright clauseMarc André Tanner
2015-11-07text-motion: do not treat ' as string delimiter in match bracketMarc André Tanner
2015-08-07vis: limit to/till movements to current lineMarc André Tanner
2015-08-02text-motion: make text_bracket_match more robustMarc André Tanner
2015-08-02vis: add motions [[, [], ][, ]]Marc André Tanner
2015-08-01text-motion: fix text_find_{next,prev}Marc André Tanner
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-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
2015-01-05define underscores to be part of a wordMatthias Braun
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner
2014-09-27Simplify text_line_finishMarc André Tanner
2014-09-27Implement proper distinction between word and WORDMarc 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 license headerMarc 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-09-04text-motion: fix find_char_prevMarc André Tanner
2014-08-30Add trivial text motions to start and end of fileMarc André Tanner
2014-08-30Add support for backticks to movement and text objectMarc André Tanner