commit | 767d8c1a1ae762ecf47297c168b8c23caf05d30a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:22:54 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:22:54 2016 +0100 |
tree | f82a875ec61f0491ae2df5d507230641fbf83fa6 | |
parent | 5aec481097278d7d4e6559d9db2b9c3b8aa0dd5d [diff] [blame] |
patch 7.4.1178 Problem: empty() doesn't work for the new special variables. Solution: Make empty() work. (Damien)
diff --git a/src/version.c b/src/version.c index 298372e..0a0bc1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1178, +/**/ 1177, /**/ 1176,