mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 8.1.0103: long version string cannot be translated
Problem: Long version string cannot be translated. Solution: Build the string in init_longVersion().
This commit is contained in:
@@ -36,5 +36,7 @@
|
||||
#define VIM_VERSION_NODOT "vim81"
|
||||
#define VIM_VERSION_SHORT "8.1"
|
||||
#define VIM_VERSION_MEDIUM "8.1"
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 8.1 (2018 May 17)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 8.1 (2018 May 17, compiled "
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 8.1 (2018 May 18)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 8.1 (2018 May 18, compiled "
|
||||
#define VIM_VERSION_LONG_ONLY "VIM - Vi IMproved 8.1"
|
||||
#define VIM_VERSION_DATE_ONLY "2018 May 18"
|
||||
|
||||
Reference in New Issue
Block a user