ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Support parsing arguments that contain ++ flags #93

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

Some Vim commands support flags that start with ++. I'd like to add a command that uses them in iamb, so I'm going to add a new method to CommandArgument that will parse them.