aboutsummaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)AuthorFilesLines
2017-06-29Add ; to the delimitersPatrick Spek1-2/+2
2017-06-29Add guillemets as quotesPatrick Spek1-2/+2
2017-06-29Add - and = as word delimitersPatrick Spek1-0/+2
2017-06-29Make jumps recognize quotes as wellPatrick Spek1-0/+2
2017-02-27match braces, parens, and brackets on word movementKevin Le1-0/+1
fixes #32
2017-02-27explode the regex to make it easier to documentKevin Le1-2/+26
2016-11-17inner-word selection excludes the next wordJohn Passaro1-1/+10
See github issues #28 and #31.
2015-11-23don't take over keys by default, require configuration in vimrcKevin Le1-15/+30
fixes #26
2015-11-16support the 'ge' motionKevin Le1-149/+147
fixes #11
2015-05-17handle nomagic beeing setChronial1-2/+2
2015-05-12fix an issue with movement through words like 'lowercaseCAPS'Kevin Le1-2/+2
2015-02-09fix issue with motion between 'CONSECUTIVE ACRONYMS'Kevin Le1-1/+1
2015-01-14improve behavior for motion across '.' and '-'Kevin Le1-1/+1
fixes #2
2015-01-13fix for consecutive uppercase lettersKevin Le1-2/+2
fixes #8
2013-03-16Consider "-" a separator just like "_".Henrik Nyh1-2/+2
This means you can do `set iskeyword+=-` to autocomplete including dashes, but still use CamelCaseMotion for the subparts.
2011-01-18fixed end of word motion for examples like 'testTest'Kevin Le1-1/+1
2011-01-18removed vimball, added vim filesKevin Le1-0/+173