guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Restore support for '$' in ex ranges #1026

Closed deconvolved closed 8 years ago

deconvolved commented 8 years ago

Prior to version 4.0.0 it was possible to use the '$' character to specify end-of-file in ex ranges. This functionality didn't survive the refactor going into 4.0.0.

Add handling of TokenDollar that mirrors that currently provided for TokenPercent.

guillermooo commented 8 years ago

LGTM. There might be nuanced between the two, but this is good enough for now.