diff options
| author | Bram Moolenaar <Bram@vim.org> | 2020-03-27 20:58:37 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2020-03-27 20:58:37 +0100 |
| commit | 14285cb801c5ba965fdb89c44e8c27d912edfe4b (patch) | |
| tree | 0fc6f519aab10916524e1943918115903c68924f /src/version.c | |
| parent | 2d9d409ad4fab1ae7ceaecc0ef0e9b511d868374 (diff) | |
| download | vim-git-14285cb801c5ba965fdb89c44e8c27d912edfe4b.tar.gz | |
patch 8.2.0464: typos and other small problemsv8.2.0464
Problem: Typos and other small problems.
Solution: Fix the typos. Add missing files to the distribution.
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 752044cfd..468443abb 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 464, +/**/ 463, /**/ 462, |
