diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-23 18:39:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-23 18:39:49 +0200 |
commit | 31fc39e47b3cc5e9ef4fa05943d42a4fb22de55e (patch) | |
tree | 89612f1e3bd6c5bdfbf063d66314326fa221d3be /src/README.md | |
parent | 8485be4e49ed6c157d7349920992643fd1ab5c3b (diff) | |
download | vim-git-31fc39e47b3cc5e9ef4fa05943d42a4fb22de55e.tar.gz |
patch 8.1.1200: old style comments in debugger sourcev8.1.1200
Problem: Old style comments in debugger source.
Solution: Use new style comments. (Yegappan Lakshmanan, closes #4286)
Diffstat (limited to 'src/README.md')
-rw-r--r-- | src/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 4d3977c19..0664aa427 100644 --- 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 |