Difference: EditorVi (3 vs. 4)

Revision 42020-09-20 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

vi Editor

Added:
>
>
I have not used vi for a very long time. The vi EMACS war is over and others have won. I was looking for a tiny editor which can be easy adapted and embed into a (Forth) system.

This vi has its origin from BusyBox tiny vi.

  • The program is resident. The buffer too. You can leave the program without saving, do some work on the command line and go back to vi and continue the edit task.
  • The buffer is restricted to 40 KiB. Large files have to be split up.
  • Mecrisp Forth uses DOS/Windows style line endings carriage return and line feed ("\r\n"). Unix (and vi) uses just line feed ("\n").
  • The command v evaluates a line.
 Turbo Pascal IDE (Wordstar), EDT, vi, EMACS, IDE (Eclipse, NetBeans, EWARM)
Deleted:
<
<
Resident Buffer 40 KiB
 
Deleted:
<
<
split
 
Changed:
<
<

BusyBox

>
>

BusyBox and ToyBox

 
Deleted:
<
<

ToyBox

 

Documentation, Manual

Changed:
<
<
>
>
There are plenty of documents about vi:
 
Deleted:
<
<
Command v evaluate a line.
  -- Peter Schmid - 2020-08-29
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback