vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
658 stars 89 forks source link

Remove ! until it works #31

Closed joefiorini closed 11 years ago

joefiorini commented 12 years ago

Since the ! isn't currently supported, I pulled it out of ex.nu to avoid confusion causing #30 based on the error message.

Shadowfiend commented 12 years ago

The trouble is that an important part of it is implemented; namely, the part where it allows filtering lines through a command. You can use this to format code or do a variety of other things, which is quite useful. As such, I don't think it's a very good idea to remove it, though I definitely agree we should implement the non-filtering version soon.

Shadowfiend commented 11 years ago

Going to close this PR, since parts of the filtering version as implemented, as I mentioned above. I will try and get to a non-filtering version sooner rather than later, as most of the tools for doing that are in Vico already.