prompt-toolkit / pyvim

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

Substitute doesn't work #109

Open davidbrochart opened 6 years ago

davidbrochart commented 6 years ago

String substitution is broken: :s/this_string/that_string gives the error message Not an editor command: s/this_string/that_string.

jonathanslenders commented 6 years ago

Hi @davidbrochart, this was never been implemented so far, but I take it as a feature request. :-)

davidbrochart commented 6 years ago

Ah you're right!