comparison Filelist @ 16381:1dcbaa780b8e v8.1.1195

patch 8.1.1195: Vim script debugger functionality needs cleanup commit https://github.com/vim/vim/commit/eead75c5e8e1f965548c55ee3a9388b2cb3afc36 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 21 11:35:00 2019 +0200 patch 8.1.1195: Vim script debugger functionality needs cleanup Problem: Vim script debugger functionality needs cleanup. Solution: Move debugger code to a separate file. Add more tests. (Yegappan Lakshmanan, closes #4285)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 11:45:07 +0200
parents e71261a88630
children 5b5c5daf57de
comparison
equal deleted inserted replaced
16380:5ad204d8a2f2 16381:1dcbaa780b8e
21 src/buffer.c \ 21 src/buffer.c \
22 src/channel.c \ 22 src/channel.c \
23 src/charset.c \ 23 src/charset.c \
24 src/crypt.c \ 24 src/crypt.c \
25 src/crypt_zip.c \ 25 src/crypt_zip.c \
26 src/debugger.c \
26 src/dict.c \ 27 src/dict.c \
27 src/diff.c \ 28 src/diff.c \
28 src/digraph.c \ 29 src/digraph.c \
29 src/edit.c \ 30 src/edit.c \
30 src/eval.c \ 31 src/eval.c \
154 src/proto/buffer.pro \ 155 src/proto/buffer.pro \
155 src/proto/channel.pro \ 156 src/proto/channel.pro \
156 src/proto/charset.pro \ 157 src/proto/charset.pro \
157 src/proto/crypt.pro \ 158 src/proto/crypt.pro \
158 src/proto/crypt_zip.pro \ 159 src/proto/crypt_zip.pro \
160 src/proto/debugger.pro \
159 src/proto/dict.pro \ 161 src/proto/dict.pro \
160 src/proto/diff.pro \ 162 src/proto/diff.pro \
161 src/proto/digraph.pro \ 163 src/proto/digraph.pro \
162 src/proto/edit.pro \ 164 src/proto/edit.pro \
163 src/proto/eval.pro \ 165 src/proto/eval.pro \