| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-10-09 | vis: fix g_ motion to never cross line boundaries | Marc André Tanner | 1 | -3/+11 |
| 2016-08-24 | text-motions: improve matching quotation marks heuristic | Marc André Tanner | 1 | -32/+55 |
| 2016-04-27 | text-motions: fix character next motion within a line | Marc André Tanner | 1 | -2/+1 |
| 2016-04-13 | text-motion: simplify implementation of [{, ]}, [( and ]) motions | Marc André Tanner | 1 | -21/+8 |
| 2016-04-12 | Add "[(" and "])" motions for jumping to a parenthese pair's start/end | Rob Pilling | 1 | -0/+8 |
| 2016-04-12 | Add "[{" and "]}" motions to jump to a block's start/end | Rob Pilling | 1 | -0/+26 |
| 2016-04-11 | text-motions: fix misspelled function name "is_word_boundry" | Steven Noonan | 1 | -5/+5 |
| 2016-04-06 | text-motion: restore old text_{line_,}find_prev behavior | Marc André Tanner | 1 | -3/+1 |
| 2016-03-23 | Remove identically replicated copyright comments from source files | Marc André Tanner | 1 | -15/+0 |
| 2016-02-13 | Convert call sites of text_line_char_{get,set} to text_line_width_{get,set} | Marc André Tanner | 1 | -4/+4 |
| 2016-02-13 | text-motion: add functions to get/set position based on display width | Marc André Tanner | 1 | -0/+77 |
| 2016-02-03 | text-motion: hide ugly casts for isboundary behind a #define | Marc André Tanner | 1 | -16/+17 |
| 2016-02-03 | text-motion: hide ugly casts for isspace behind a #define | Marc André Tanner | 1 | -17/+19 |
| 2016-02-03 | text-motion: export custom word motion functions | Marc André Tanner | 1 | -4/+4 |
| 2016-02-03 | fix {, }, (, ) movements | Markus Teich | 1 | -70/+44 |
| 2016-01-27 | text-motion: change text_bracket_match API | Marc André Tanner | 1 | -3/+3 |
| 2016-01-20 | Fix to/till movements | Markus Teich | 1 | -5/+6 |
| 2016-01-10 | text-motion: fix integer overflow in text_search_{forward,backward} | Marc André Tanner | 1 | -6/+6 |
| 2015-11-23 | Cast argument to ctype.h is* functions to unsigned char | Marc André Tanner | 1 | -27/+27 |
| 2015-11-08 | Update year numbers in Copyright clause | Marc André Tanner | 1 | -1/+1 |
| 2015-11-07 | text-motion: do not treat ' as string delimiter in match bracket | Marc André Tanner | 1 | -2/+2 |
| 2015-08-07 | vis: limit to/till movements to current line | Marc André Tanner | 1 | -2/+22 |
| 2015-08-02 | text-motion: make text_bracket_match more robust | Marc André Tanner | 1 | -8/+17 |
| 2015-08-02 | vis: add motions [[, [], ][, ]] | Marc André Tanner | 1 | -0/+107 |
| 2015-08-01 | text-motion: fix text_find_{next,prev} | Marc André Tanner | 1 | -5/+12 |
| 2015-07-28 | text-motion: introduce text_line_char_{get,set} | Marc André Tanner | 1 | -6/+27 |
| 2015-07-28 | text-motion: add functions to iterate over lines of a range | Marc André Tanner | 1 | -0/+33 |
| 2015-07-24 | text-motion: introduce text_line_{up,down} | Marc André Tanner | 1 | -0/+12 |
| 2015-07-03 | Add movements to next/previous character within same line | Marc André Tanner | 1 | -0/+18 |
| 2015-04-21 | Clean up to/till movements | Marc André Tanner | 1 | -8/+10 |
| 2015-04-10 | Highlight matching cursor symbol | Marc André Tanner | 1 | -2/+7 |
| 2015-01-13 | Add new logical linewise movements | Marc André Tanner | 1 | -0/+9 |
| 2015-01-05 | define underscores to be part of a word | Matthias Braun | 1 | -1/+1 |
| 2014-09-27 | Add text objects for word (lowercase) variant | Marc André Tanner | 1 | -1/+1 |
| 2014-09-27 | Simplify text_line_finish | Marc André Tanner | 1 | -5/+1 |
| 2014-09-27 | Implement proper distinction between word and WORD | Marc André Tanner | 1 | -26/+37 |
| 2014-09-25 | Add infrastructure for word (lowercase) motions | Marc André Tanner | 1 | -0/+25 |
| 2014-09-25 | Perform some renames in preparation for different word types | Marc André Tanner | 1 | -4/+4 |
| 2014-09-25 | Introduce text_line_lastchar | Marc André Tanner | 1 | -0/+8 |
| 2014-09-25 | Revert "Change semantics of text_line_end" | Marc André Tanner | 1 | -2/+2 |
| 2014-09-24 | Change semantics of text_line_end | Marc André Tanner | 1 | -2/+2 |
| 2014-09-19 | Windows style newlines are actually \r\n not \n\r | Marc André Tanner | 1 | -9/+10 |
| 2014-09-10 | text-motions: add text_line_prev function | Marc André Tanner | 1 | -0/+14 |
| 2014-09-10 | text-motions: fix no match case of text_find_char_{next,prev} | Marc André Tanner | 1 | -4/+9 |
| 2014-09-10 | Add license header | Marc André Tanner | 1 | -0/+15 |
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | 1 | -1/+1 |
| 2014-09-09 | Remove trailing whitespaces (sed 's/[ \t]*$//') | Marc André Tanner | 1 | -1/+1 |
| 2014-09-08 | Hook up search as a movement | Marc André Tanner | 1 | -0/+30 |
| 2014-09-05 | Add helper function which finds the start of the next line | Marc André Tanner | 1 | -0/+10 |
| 2014-09-04 | text-motion: fix find_char_prev | Marc André Tanner | 1 | -1/+1 |