diff src/README.md @ 16391:3fc956fc63b6 v8.1.1200

patch 8.1.1200: old style comments in debugger source commit https://github.com/vim/vim/commit/31fc39e47b3cc5e9ef4fa05943d42a4fb22de55e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 23 18:39:49 2019 +0200 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 https://github.com/vim/vim/issues/4286)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Apr 2019 18:45:04 +0200
parents e12336bb8ced
children cbb6e28af4cb
line wrap: on
line diff
--- a/src/README.md
+++ b/src/README.md
@@ -25,6 +25,7 @@ File name | Description
 --------- | -----------
 autocmd.c	| autocommands
 buffer.c	| manipulating buffers (loaded files)
+debugger.c	| vim script debugger
 diff.c		| diff mode (vimdiff)
 eval.c		| expression evaluation
 fileio.c	| reading and writing files