# Copyright 2006-2009 by Purdue Research Foundation, West Lafayette, IN 47906.
# All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License, version 2.1 as published by the Free Software Foundation.

conflict EDITOR_CHOICE

setenv SVN_EDITOR "vi"
setenv EDITOR "vi"
setenv VISUAL "vi"

desc "Invoke the vi editor by default."

help "Vi is a very compact and difficult-to-use editor.  It has two modes:
The first is 'insert mode' in which the characters you type actually appear
on the screen.  The second is 'beep mode' in which strange and often
entertaining things happen every time you press a key."
