commit | 1c196e7b1742c1a50ce0d74190721acaad087f81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 15:41:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 15:41:58 2019 +0200 |
tree | 863a9372d5d7800f076cd2f00c371394a09124e6 | |
parent | dc2ce58b5ac72e2af765385eb426660104816344 [diff] [blame] |
patch 8.1.1554: docs and tests for :const can be improved Problem: Docs and tests for :const can be improved. Solution: Improve documentation, add a few more tests. (Ryuichi Hayashida, closes #4551)
diff --git a/src/version.c b/src/version.c index aa11b7e..fcdf562 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1554, +/**/ 1553, /**/ 1552,