comparison src/vim.h @ 18477:e93cab5d0f0f v8.1.2233

patch 8.1.2233: cannot get the Vim command line arguments Commit: https://github.com/vim/vim/commit/69bf634858a2a75f2984e42b1e4017bc529a040a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 29 04:16:57 2019 +0100 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 https://github.com/vim/vim/issues/1322)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Oct 2019 04:30:05 +0100
parents b9cf60801963
children 9e6d5a4abb1c
comparison
equal deleted inserted replaced
18476:2eb22798b5a7 18477:e93cab5d0f0f
1988 #define VV_TERMSTYLERESP 88 1988 #define VV_TERMSTYLERESP 88
1989 #define VV_TERMBLINKRESP 89 1989 #define VV_TERMBLINKRESP 89
1990 #define VV_EVENT 90 1990 #define VV_EVENT 90
1991 #define VV_VERSIONLONG 91 1991 #define VV_VERSIONLONG 91
1992 #define VV_ECHOSPACE 92 1992 #define VV_ECHOSPACE 92
1993 #define VV_LEN 93 // number of v: vars 1993 #define VV_ARGV 93
1994 #define VV_LEN 94 // number of v: vars
1994 1995
1995 // used for v_number in VAR_SPECIAL 1996 // used for v_number in VAR_SPECIAL
1996 #define VVAL_FALSE 0L 1997 #define VVAL_FALSE 0L
1997 #define VVAL_TRUE 1L 1998 #define VVAL_TRUE 1L
1998 #define VVAL_NONE 2L 1999 #define VVAL_NONE 2L