prompt-toolkit / pyvim

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

Implement w! #88

Open davidbrochart opened 7 years ago

davidbrochart commented 7 years ago

Implementation of Vim's w! force-write (when a file has no write permission).

jonathanslenders commented 7 years ago

Thank you @davidbrochart, Very useful! I'll review and merge this asap.

Jonathan

davidbrochart commented 6 years ago

Hi @jonathanslenders, this is quite useful. Do you think you can merge it?