forked from aniani/vim
patch 8.1.2233: cannot get the Vim command line arguments
Problem: Cannot get the Vim command line arguments. Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322)
This commit is contained in:
@@ -741,6 +741,10 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2233,
|
||||
/**/
|
||||
2232,
|
||||
/**/
|
||||
2231,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user