|
|
|
|
|
|
| Synopsis |
|
|
|
|
| File-based actions
|
|
|
| Try to write a file in the manner of vi/vim
Need to catch any exception to avoid losing bindings
|
|
|
| Try to write to a named file in the manner of vi/vim
|
|
|
| Try to write to a named file if it doesn't exist. Error out if it does.
|
|
|
| Write current buffer to disk, if this buffer is associated with a file
|
|
|
| Write a given buffer to disk if it is associated with a file.
|
|
|
| Write all open buffers
|
|
|
| Write current buffer to disk as f. The file is also set to f
|
|
|
| Make a backup copy of file
|
|
|
| Revert to the contents of the file on disk
|
|
| Helper functions
|
|
|
| Associate buffer with file; canonicalize the given path name.
|
|
| Produced by Haddock version 2.6.1 |