prompt-toolkit / pyvim

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

:w! doesn't work for read-only files #77

Open davidbrochart opened 8 years ago

davidbrochart commented 8 years ago

After changing a read-only file, vim allows saving the changes anyway by entering: :w! This doesn't work with pyvim ("[Errno 13] Permission denied").