bkad / CamelCaseMotion

A vim script to provide CamelCase motion through words (fork of inkarkat's camelcasemotion script)
593 stars 45 forks source link

Consider "-" a separator just like "_". #13

Closed henrik closed 11 years ago

henrik commented 11 years ago

This means you can do set iskeyword+=- to autocomplete including dashes, but still use CamelCaseMotion for the subparts.

henrik commented 11 years ago

Thank you!