# A list of valid editors that a user may choose, (used by the get_editor
# module).  Each line contains aen editor name followed by a space or tab and
# then the full name, (including the path), of the editor.  Anything else on
# the line is ignored.

# Comments are indicated by a # mark being the first character on a line.
# Everything following the # character, (assuming the # character is the first
# thing on a line besides spaces or tabs), is ignored.  Blank lines and leading
# white space is also ignored.

# WARNINGS:
#
# * The existance of the editor on the system is not checked.

vi	/bin/vi				Classic VI
emacs	/usr/bin/emacs			Emacs
pico	/usr/local/bin/pico		Pico
