aboutsummaryrefslogtreecommitdiff
path: root/text-objects.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-10text: add text_object_find_next/prevEvan Gates1-0/+14
2020-08-31text: improve and simplify inner word text objectMarc André Tanner1-21/+14
2020-08-29text: make inner text objects work on single delimiting symbolsMarc André Tanner1-4/+10
2020-08-01vis: remove ie inner entire text objectMarc André Tanner1-13/+0
2020-01-26vis: don't search off screen when highlighting matchesGeorgi Kirilov1-1/+1
2018-03-05Fix a typo in identifiersTwoFinger1-1/+1
2018-02-28vis: improve handling of linewise ranges in change operatorMarc André Tanner1-1/+1
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner1-0/+6
2018-02-27text-object: implement more precise paragraph text objectMarc André Tanner1-2/+31
2017-04-09text: drop special handling of \r\n line endingsMarc André Tanner1-5/+5
2017-04-08text: simplify \r\n handlingMarc André Tanner1-6/+6
2017-03-05text-object: remove C implementation of file name text objectMarc André Tanner1-27/+0
2017-02-23text-object: remove text_object_numberMarc André Tanner1-23/+0
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner1-31/+0
2017-01-16vis: fix single letter word text objects at start of fileMarc André Tanner1-2/+2
2016-12-23text-objects: explicitly ignore return value of strtoll(3)Marc André Tanner1-1/+1
2016-08-07text-object: add ` as a delimiter for file name text objectsMarc André Tanner1-1/+1
2016-04-11text-motions: fix misspelled function name "is_word_boundry"Steven Noonan1-2/+2
2016-04-06text-object: fixup last commit, add accidentally missed hunkMarc André Tanner1-0/+1
2016-04-06vis: make af and if text objects more robustMarc André Tanner1-10/+21
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner1-15/+0
2016-02-15Add text object to cover lines with same indentation levelMarc André Tanner1-0/+56
2016-02-12text-object: simplify text_object_range implementationMarc André Tanner1-6/+5
2016-02-11vis: implement gn and gN text objectsMarc André Tanner1-0/+20
2016-02-07text-object: introduce text_object_filenameMarc André Tanner1-0/+15
2016-02-07text-object: introduce text_object_numberMarc André Tanner1-0/+25
2016-02-03text-object: add utility function for abitrarily delimited text objectsMarc André Tanner1-0/+13
2016-02-03text-object: hide ugly casts for isboundary behind a #defineMarc André Tanner1-29/+29
2016-02-03text-object: hide ugly casts for isspace behind a #defineMarc André Tanner1-4/+5
2016-02-03text-object: merge word/WORD implementationsMarc André Tanner1-89/+37
2016-02-03text-object: fix bugs in outer word `aw` implementationMarc André Tanner1-2/+2
2015-11-23Cast argument to ctype.h is* functions to unsigned charMarc André Tanner1-10/+10
2015-11-19vis: fix <C-n> in visual mode for partial matchesMarc André Tanner1-1/+1
2015-11-08Update year numbers in Copyright clauseMarc André Tanner1-1/+1
2015-08-06vis: implement al and il text objectsMarc André Tanner1-0/+17
2015-08-02vis: add text objects `af` and `if`Marc André Tanner1-0/+19
2015-08-01vis: support `ae` and `ie` text objectsMarc André Tanner1-0/+17
2015-07-28text-object: introduce utility function text_range_is_linewiseMarc André Tanner1-0/+6
2015-07-28text: move utility functions to separate fileMarc André Tanner1-0/+1
2015-07-26text-object: add new functions to search for wordsMarc André Tanner1-0/+31
2015-07-23text-object: add text_range_linewiseMarc André Tanner1-0/+8
2014-12-23Distinct between inner and outer word text objectsMarc André Tanner1-6/+78
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner1-15/+25
2014-09-25Perform some renames in preparation for different word typesMarc André Tanner1-13/+13
2014-09-25Add text_object_word_raw which does not include any whitespacesMarc André Tanner1-0/+32
2014-09-17Simplify text_object_line implementationMarc André Tanner1-7/+1
2014-09-13Introduce some helper functions dealing with FilerangeMarc André Tanner1-10/+5
2014-09-10Add license headerMarc André Tanner1-0/+15
2014-09-03Introduce a logical line as text-objectMarc André Tanner1-0/+13
2014-08-31Expose various text objects with individual functionsMarc André Tanner1-1/+29