summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2022-01-13 18:09:11 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-13 18:09:11 +0000
commit4050305bfd24e7d0e241f617519bd0fa86263b9a (patch)
tree62b298b0f11192c683984947c0d5ffcb70104430 /Filelist
parenta00e622a294b10671ee78216dcd21169a2b884cf (diff)
downloadvim-git-4050305bfd24e7d0e241f617519bd0fa86263b9a.tar.gz
patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081
Problem: CodeQL reports problem in if_cscope causing it to fail. Solution: Use execvp() instead of execl(). Merge the header file into the source file. (Ozaki Kiichi, closes #9519)
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist1
1 files changed, 0 insertions, 1 deletions
diff --git a/Filelist b/Filelist
index ebf19c864..3195a8d76 100644
--- a/Filelist
+++ b/Filelist
@@ -497,7 +497,6 @@ SRC_UNIX = \
SRC_DOS_UNIX = \
src/gui_xim.c \
src/if_cscope.c \
- src/if_cscope.h \
src/if_lua.c \
src/if_mzsch.c \
src/if_mzsch.h \