kisielk / vigo

Vi in Go
Other
168 stars 17 forks source link

Long command names #2

Closed nmeum closed 11 years ago

nmeum commented 11 years ago

In vi ':q' is just a shortcut for ':quit' thus vigo should also allow those longer command names, shouldn't it?

kisielk commented 11 years ago

Thanks. The command.go module is currently extremely preliminary, so we'll be doing something more sophisticated there in the future, more akin to a full-on ex parser as opposed to the simplistic thing we have right now. I don't think there's much point in fretting over the details right now since most of the code is subject to change. That being said, no harm in merging this for now.

kisielk commented 11 years ago

Although I can't because now it conflicts :) I suggest just closing it for now.