diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-13 23:06:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-13 23:06:26 +0200 |
commit | a099da357248b48e0a78bc5675c5dd222b557bf1 (patch) | |
tree | b2b3c0113d53d9b61d0c29d7ac01ce9402001a94 /Filelist | |
parent | 396e829fa355ebc92a618ef18266a3fed71b7042 (diff) | |
download | vim-git-a099da357248b48e0a78bc5675c5dd222b557bf1.tar.gz |
patch 8.1.1685: missing file in distributed file listv8.1.1685
Problem: Missing file in distributed file list.
Solution: Add profiling.pro
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ SRC_ALL = \ src/proto/option.pro \ src/proto/popupmnu.pro \ src/proto/popupwin.pro \ + src/proto/profiler.pro \ src/proto/quickfix.pro \ src/proto/regexp.pro \ src/proto/screen.pro \ |