commit | 2950065e18649d234b16e60dd0e3d75adeca4513 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 15:43:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 15:43:34 2021 +0200 |
tree | 022aa2da8ed1f6588ac02d9be71a1d69df89c73b | |
parent | 267359902c8792fed13543ddeb56c6df0ae74957 [diff] [blame] |
patch 8.2.3315: cannot use single quote in a float number for readability Problem: Cannot use single quote in a float number for readability. Solution: Support single quotes like in numbers. (closes #8713)
diff --git a/src/version.c b/src/version.c index 06c89b3..5a5f69b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3315, +/**/ 3314, /**/ 3313,