prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 163 forks source link

Spelling #13

Closed Villacaleb closed 9 years ago

SanketDG commented 9 years ago

I think @jonathanslenders meant this Vi.

jonathanslenders commented 9 years ago

Thank you, I'm indeed not sure about this. (Let me think.)

Indeed, I meant Vi, because every Vim clone is also a Vi implementation. Maybe I should replace the word "clone" with "implementation", because I don't want to pretend to have all features of Vim. But I think it has some of Vim that Vi doesn't have.

But the name of the project was on purpose pyvim, because that sounds better than pyvi, and the goal is to become as close as possible to vim.

SanketDG commented 9 years ago

An implementation of [Vim](http://en.wikipedia.org/wiki/Vim%28texteditor%29) in Python

Much more clear.

jonathanslenders commented 9 years ago

Thanks, I will change that later everywhere to be consistent.

jonathanslenders commented 9 years ago

Thanks everyone! I used the phrasing of @SanketDG.