vEdit has 99 available edit buffers, each of which can have one file open for editing. The edit buffers are always in one of three possible states:
Edit buffers are normally used to edit files, but can also be used as editable “scratchpads” that have no file open. You can open an empty edit buffer without a file by selecting FILE > Buffer switch or F4 and entering the number of an unused buffer. Or you can select FILE > New to open the next available buffer. You can then perform any normal editing operations in this buffer.
Once an edit buffer is opened, it remains open until you explicitly close it with FILE > Close or WINDOW > Close. vEdit always keeps one buffer and window open. If you attempt to close the last buffer, it only closes the file. The last buffer and corresponding window will remain open, but will be empty.
The contents of an edit buffer can be inserted into another buffer (file) just like a text register. A block of text cannot be copied to another buffer you cannot change the contents of an edit buffer except when it is the “active” buffer . This limitation prevents you from accidentally altering any file open in the buffer.