aboutsummaryrefslogtreecommitdiff
path: root/text-motions.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-29fix miscellaneous spelling mistakesNick Hanley1-1/+1
2020-12-10fix typos in commentsMoesasji1-7/+7
2020-01-26vis: don't search off screen when highlighting matchesGeorgi Kirilov1-2/+2
2018-04-08Fix "parenthese" in identifiersTwoFinger1-2/+2
2018-02-27text-motion: implement text_line_blank_{prev,next}Marc André Tanner1-0/+3
2017-04-09text: drop special handling of \r\n line endingsMarc André Tanner1-5/+5
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-0/+3
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner1-5/+0
2017-02-15text-motions: remove unused text_line_lastcharMarc André Tanner1-3/+2
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling1-0/+2
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling1-0/+2
2016-04-11text-motions: fix misspelled function name "is_word_boundry"Steven Noonan1-1/+1
2016-02-13text-motion: add functions to get/set position based on display widthMarc André Tanner1-0/+4
2016-02-03text-motion: hide ugly casts for isboundary behind a #defineMarc André Tanner1-4/+4
2016-02-03text-motion: export custom word motion functionsMarc André Tanner1-0/+7
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner1-2/+2
2015-11-23text: introduce functions to iterate over graphemesMarc André Tanner1-4/+4
2015-08-07vis: limit to/till movements to current lineMarc André Tanner1-0/+3
2015-08-02vis: add motions [[, [], ][, ]]Marc André Tanner1-0/+8
2015-07-28text-motion: introduce text_line_char_{get,set}Marc André Tanner1-0/+4
2015-07-28text-motion: add functions to iterate over lines of a rangeMarc André Tanner1-0/+5
2015-07-24text-motion: introduce text_line_{up,down}Marc André Tanner1-0/+3
2015-07-19text: move regex related functions to separate fileMarc André Tanner1-0/+1
2015-07-03Add movements to next/previous character within same lineMarc André Tanner1-0/+3
2015-04-21Clean up to/till movementsMarc André Tanner1-2/+2
2015-04-10Highlight matching cursor symbolMarc André Tanner1-0/+2
2015-01-13Add new logical linewise movementsMarc André Tanner1-0/+1
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner1-0/+3
2014-09-25Add infrastructure for word (lowercase) motionsMarc André Tanner1-9/+10
2014-09-25Perform some renames in preparation for different word typesMarc André Tanner1-4/+4
2014-09-25Introduce text_line_lastcharMarc André Tanner1-4/+5
2014-09-25Revert "Change semantics of text_line_end"Marc André Tanner1-2/+2
2014-09-24Change semantics of text_line_endMarc André Tanner1-2/+2
2014-09-19Windows style newlines are actually \r\n not \n\rMarc André Tanner1-1/+1
2014-09-10text-motions: add text_line_prev functionMarc André Tanner1-2/+3
2014-09-10text-motions: fix no match case of text_find_char_{next,prev}Marc André Tanner1-1/+2
2014-09-10Add comments where appropriateMarc André Tanner1-5/+14
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner1-3/+3
2014-09-08Hook up search as a movementMarc André Tanner1-0/+3
2014-09-05Add helper function which finds the start of the next lineMarc André Tanner1-2/+3
2014-08-30Add trivial text motions to start and end of fileMarc André Tanner1-0/+3
2014-08-28motion: add character wise motionMarc André Tanner1-0/+3
2014-08-28Improve text motionsMarc André Tanner1-5/+8
2014-08-25Move motion related stuff into own fileMarc André Tanner1-0/+58