comparison src/vimtutor @ 10214:3a6b2d4c71d6 v8.0.0007

commit https://github.com/vim/vim/commit/bbe917d9d465a66a29e38879c7f66df51b0b0dc3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 21 22:41:24 2016 +0200 patch 8.0.0007 Problem: Vim 7.4 is still mentioned in a few places. Solution: Update to Vim 8. (Uncle Bill, closes https://github.com/vim/vim/issues/1094)
author Christian Brabandt <cb@256bit.org>
date Wed, 21 Sep 2016 22:45:04 +0200
parents 73c5752b957d
children 5eac31544dd0
comparison
equal deleted inserted replaced
10213:8a65111d37be 10214:3a6b2d4c71d6
9 # When this fails or no argument was given, it tries using 'v:lang' 9 # When this fails or no argument was given, it tries using 'v:lang'
10 # When that also fails, it uses the English version. 10 # When that also fails, it uses the English version.
11 11
12 # Vim could be called "vim" or "vi". Also check for "vimN", for people who 12 # Vim could be called "vim" or "vi". Also check for "vimN", for people who
13 # have Vim installed with its version number. 13 # have Vim installed with its version number.
14 # We anticipate up to a future Vim 8 version :-). 14 # We anticipate up to a future Vim 8.1 version :-).
15 seq="vim vim8 vim75 vim74 vim73 vim72 vim71 vim70 vim7 vim6 vi" 15 seq="vim vim81 vim80 vim8 vim74 vim73 vim72 vim71 vim70 vim7 vim6 vi"
16 if test "$1" = "-g"; then 16 if test "$1" = "-g"; then
17 # Try to use the GUI version of Vim if possible, it will fall back 17 # Try to use the GUI version of Vim if possible, it will fall back
18 # on Vim if Gvim is not installed. 18 # on Vim if Gvim is not installed.
19 seq="gvim gvim8 gvim75 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq" 19 seq="gvim gvim81 gvim80 gvim8 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
20 shift 20 shift
21 fi 21 fi
22 22
23 xx=$1 23 xx=$1
24 export xx 24 export xx