commit | 35fb6fbf727c72eb5987a1556bbba26dca14cc48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 16:12:21 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 16:12:21 2018 +0200 |
tree | dc874650af03f9472bfe15485c163271207bdcd1 | |
parent | 1f8c469fe22adf7b42843c3abf118ed339e6da0e [diff] |
patch 8.1.0103: long version string cannot be translated Problem: Long version string cannot be translated. Solution: Build the string in init_longVersion().
diff --git a/src/proto/version.pro b/src/proto/version.pro index cd44e8b..8139772 100644 --- a/src/proto/version.pro +++ b/src/proto/version.pro
@@ -1,5 +1,5 @@ /* version.c */ -void make_version(void); +void init_longVersion(void); int highest_patch(void); int has_patch(int n); void ex_version(exarg_T *eap);