commit | af9143833865a2d8311e57313023271720442f90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 17:49:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 17:49:10 2019 +0200 |
tree | 798ae56f2032add8d796300d35de5bcacffe5041 | |
parent | a046b37c22bcabdea5f0fd6d21ca4bd0aa4c768e [diff] [blame] |
patch 8.1.2038: has('vimscript-4') is always 0 Problem: has('vimscript-4') is always 0. Solution: Add "vimscript-4" to the feature table. (Naruhiko Nishino, closes #4941)
diff --git a/src/version.c b/src/version.c index 94ae34a..98e69d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2038, +/**/ 2037, /**/ 2036,