prompt-toolkit / pyvim

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

Implement w! #88

Open davidbrochart opened 8 years ago

davidbrochart commented 8 years ago

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

jonathanslenders commented 8 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?