URI: 
       te0a.sh - neatvi - [fork] simple vi-type editor with UTF-8 support
  HTML git clone git://src.adamsgaard.dk/neatvi
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       te0a.sh (162B)
       ---
            1 # vi commands
            2 echo    "e $1"
            3 echo    "a"
            4 echo    "abc"
            5 echo    "def"
            6 echo    "ghi"
            7 echo    "."
            8 echo    "%g/./d"
            9 echo    "wq"
           10 
           11 # the expected output
           12 printf        "" >&2