diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2014-04-29 22:35:30 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-04-30 11:21:46 -0400 |
commit | 5d65e7f27948764ca74987b0a964e6eee1e404d9 (patch) | |
tree | 76e95694ce9864237c63df8c4437cf0b8f9fc268 /src/version.c | |
parent | c79d27ee0709b6a66cfcaf5ef1192009b504d2d6 (diff) | |
download | rneovim-5d65e7f27948764ca74987b0a964e6eee1e404d9.tar.gz rneovim-5d65e7f27948764ca74987b0a964e6eee1e404d9.tar.bz2 rneovim-5d65e7f27948764ca74987b0a964e6eee1e404d9.zip |
vim-patch:7.4.272
Problem: Using just "$" does not cause an error message.
Solution: Check for empty environment variable name.
(Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=00228400629e28384f7f52556c3c119ba0d0a44d
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f504264134..4cc0636d2b 100644 --- a/src/version.c +++ b/src/version.c @@ -202,6 +202,9 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + //273, + 272, + //271, //270, 269, 268, |