commit | b5988e365646746029e13473251e5844440d819c | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sun Jan 16 11:25:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 11:25:26 2022 +0000 |
tree | e49cae756ca9e3f694c6d6d9bb2695ffca28c769 | |
parent | bfac409d0b24d212a6d846edb651c49dac03745f [diff] [blame] |
patch 8.2.4105: translation related comment in the wrong place Problem: Translation related comment in the wrong place. Solution: Move it back with the text. (Ken Takata, closes #9537)
diff --git a/src/version.c b/src/version.c index 52b75a6..8ddd419 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4105, +/**/ 4104, /**/ 4103,