Patch 8.2.3038

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 23, 2021, 9:54:52 AM6/23/21
to vim...@googlegroups.com

Patch 8.2.3038
Problem: Amiga built-in version string doesn't include build date.
Solution: Add the build date if available. (Ola Söder, closes #8437)
Files: src/os_amiga.c


*** ../vim-8.2.3037/src/os_amiga.c 2020-08-23 14:28:24.111838486 +0200
--- src/os_amiga.c 2021-06-23 15:50:33.962870634 +0200
***************
*** 116,121 ****
--- 116,124 ----
# ifdef PATCHLEVEL
"." PATCHLEVEL
# endif
+ # ifdef BUILDDATE
+ " (" BUILDDATE ")"
+ # endif
;
#endif

*** ../vim-8.2.3037/src/version.c 2021-06-23 15:41:49.356102386 +0200
--- src/version.c 2021-06-23 15:52:25.694604699 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3038,
/**/

--
Q: Why do Norwegians excel at text editing?
A: Their ancestors are Vi-kings

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages