vi, vii, vil
vi( [S_fileName] ) =>t/nilvii [S_fileName] ) =>t/nil viii[S_fileName] ) =>t/nil
Description
Edits a file using the vi editor. This is an nlambda function. Edits the named file using the vi editor, and optionally includes (vii) or loads (vil) the file into SKILL after exiting the editor. These functions are just variants of ed, edi, and edl with explicit request for using the vi editor.
Arguments
|
File to edit. If no argument is given, defaults to the previously edited file, or |
Value Returned
Examples
vil( "test.il" )
vi()
Related Topics
Return to top