commit | 31fc39e47b3cc5e9ef4fa05943d42a4fb22de55e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 23 18:39:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 23 18:39:49 2019 +0200 |
tree | 89612f1e3bd6c5bdfbf063d66314326fa221d3be | |
parent | 8485be4e49ed6c157d7349920992643fd1ab5c3b [diff] [blame] |
patch 8.1.1200: old style comments in debugger source Problem: Old style comments in debugger source. Solution: Use new style comments. (Yegappan Lakshmanan, closes #4286)
diff --git a/src/version.c b/src/version.c index d3635b0..9d052ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1200, +/**/ 1199, /**/ 1198,