diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 13:26:05 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 13:26:05 +0000 |
| commit | 5a709d61a37133c04bc540b7c531c49239e71145 (patch) | |
| tree | c966d82948d199cb6fbe3ebf72b2838dcc15da99 /docs/tutorial/vi.tut.csh | |
| parent | 1abe484249caf1c5e462ce3110c8db09c059c6e8 (diff) | |
Import nvi 2.1.3vendor/nvi/2.1.3
Approved by: peter
Diffstat (limited to 'docs/tutorial/vi.tut.csh')
| -rwxr-xr-x | docs/tutorial/vi.tut.csh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/tutorial/vi.tut.csh b/docs/tutorial/vi.tut.csh deleted file mode 100755 index 01554bc4e5fd..000000000000 --- a/docs/tutorial/vi.tut.csh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/csh -f -# -# This makes the user's EXINIT variable set to the 'correct' things. -# I don't know what will happen if they also have a .exrc file! -# -# XXX -# Make sure that user is using a 24 line window!!! -# -if ($1 != "beginner" && $1 != "advanced") then - echo Usage: $0 beginner or $0 advanced - exit -endif - -if ($?EXINIT) then - set oexinit="$EXINIT" - setenv EXINIT 'se ts=4 wm=8 sw=4' -endif - -vi vi.{$1} - -onintr: - if ($?oexinit) then - setenv EXINIT "$oexinit" -endif |
