prompt-toolkit / pyvim

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

Implement :w! #78

Closed davidbrochart closed 7 years ago

davidbrochart commented 8 years ago

Implementation of: :w! which forces to write to a file. If the file is read-only, it changes its write permission, saves the file, and revert the file to read-only mode. This should close issue #77