diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-07 17:21:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-07 17:21:55 +0200 |
commit | cbbe4ab4b27a2060506fcd2427aed8d8fbff1a21 (patch) | |
tree | 26880415ae626bedfba09fc98c6a6faa34a58e96 /src | |
parent | 6c5d1043022520512ee36aa1a29662b60af33c95 (diff) | |
download | vim-git-cbbe4ab4b27a2060506fcd2427aed8d8fbff1a21.tar.gz |
patch 8.1.0160: no Danish manual translationsv8.1.0160
Problem: No Danish manual translations.
Solution: Add the Danish manual translations to the file list.
Diffstat (limited to 'src')
-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 e19f35e9d..cb6d2c8f5 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 160, +/**/ 159, /**/ 158, |