Skip to content

Commit

Permalink
remove :rm from the documentation, because I never implemented it?
Browse files Browse the repository at this point in the history
  • Loading branch information
Orc committed Mar 27, 2019
1 parent 5fa387e commit 269e1e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion globals.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ excmd_t excmds[] = {
{ "xit", 1}, /* write changes and quit */
{ "file", 1}, /* show/set file name */
{ "set", 1}, /* options */
{ "rm", 1}, /* a file */
{ "rm", 0}, /* a file (never implemented?) */
{ "previous", 1}, /* back up in arglist */
{ "delete", 1}, /* lines from buffer */
{ "=", 1}, /* tell line number */
Expand Down
4 changes: 0 additions & 4 deletions lv.1
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@ Exit Levee. If you want to discard changes, use "quit!"
.IB (.) read [file]
Put the contents of 'file' after the current line.

.TP
.BI rm file
Delete 'file' from disk.

.TP
.BI set [option=value]
Set a tunable variable. Levee has a dozen or so user-definable
Expand Down
8 changes: 2 additions & 6 deletions lv.doc
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,6 @@
(.) read [file]
put the contents of 'file' after the current line.

---------------
rm file
Delete 'file' from disk.

Levee. A Screen Oriented Editor.
---------------
set [option=value]
Expand Down Expand Up @@ -348,8 +344,8 @@ NOTE: If you are running Levee on RMX or Osy/SWOs, it will read
Levee. A Screen Oriented Editor.
---------------
undo
Undo the last modification to the file (except :edit, :next, :rm,
or :write.) You can only undo the last change to a file -- undo counts
Undo the last modification to the file (except :edit, :next, or
:write.) You can only undo the last change to a file -- undo counts
as a change. :undo followed by :undo does nothing to the file.

---------------
Expand Down

0 comments on commit 269e1e1

Please sign in to comment.