summaryrefslogtreecommitdiff
path: root/text-objects.c
AgeCommit message (Expand)Author
2016-02-03text-object: fix bugs in outer word `aw` implementationMarc André Tanner
2015-11-23Cast argument to ctype.h is* functions to unsigned charMarc André Tanner
2015-11-19vis: fix <C-n> in visual mode for partial matchesMarc André Tanner
2015-11-08Update year numbers in Copyright clauseMarc André Tanner
2015-08-06vis: implement al and il text objectsMarc André Tanner
2015-08-02vis: add text objects `af` and `if`Marc André Tanner
2015-08-01vis: support `ae` and `ie` text objectsMarc André Tanner
2015-07-28text-object: introduce utility function text_range_is_linewiseMarc André Tanner
2015-07-28text: move utility functions to separate fileMarc André Tanner
2015-07-26text-object: add new functions to search for wordsMarc André Tanner
2015-07-23text-object: add text_range_linewiseMarc André Tanner
2014-12-23Distinct between inner and outer word text objectsMarc André Tanner
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner
2014-09-25Perform some renames in preparation for different word typesMarc André Tanner
2014-09-25Add text_object_word_raw which does not include any whitespacesMarc André Tanner
2014-09-17Simplify text_object_line implementationMarc André Tanner
2014-09-13Introduce some helper functions dealing with FilerangeMarc André Tanner
2014-09-10Add license headerMarc André Tanner
2014-09-03Introduce a logical line as text-objectMarc André Tanner
2014-08-31Expose various text objects with individual functionsMarc André Tanner
2014-08-30Add support for backticks to movement and text objectMarc André Tanner
2014-08-28text-objects: add objects delimited by brackets or quotesMarc André Tanner
2014-08-28text-object: make word object behave more like in vimMarc André Tanner
2014-08-28text-object: correctly detect word boundriesMarc André Tanner
2014-08-25Move motion related stuff into own fileMarc André Tanner