commit | 63dbda1caa88042c88d46ad139c99def2e8b80ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 21:12:10 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 21:12:10 2013 +0100 |
tree | 175eef7590e203d3cc779bfb5b104d88bea1d647 | |
parent | 558ddad8e836e0c6597c27eccc35275e7b4c4e6a [diff] [blame] |
updated for version 7.3.831 Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 0881d92..6675d00 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 831, +/**/ 830, /**/ 829,