mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0c10
This commit is contained in:
@@ -25,8 +25,11 @@ vimrcloc=$6
|
||||
helpsource=$7
|
||||
manmod=$8
|
||||
exename=$9
|
||||
vimdiffname=${10}
|
||||
evimname=${11}
|
||||
# older shells don't support ${10}
|
||||
shift
|
||||
vimdiffname=$9
|
||||
shift
|
||||
evimname=$9
|
||||
|
||||
helpsubloc=$scriptloc/doc
|
||||
synsubloc=$scriptloc/syntax
|
||||
|
Reference in New Issue
Block a user