diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-20 01:02:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 01:02:42 -0400 |
commit | 7bf62ab0226d41208a608e92cb292b4c3c2b7646 (patch) | |
tree | 20fd71941dbfca36b78c94ef566710c6c28df5f0 /src | |
parent | 26bd5a58dff1b920757f3bc010c2e8f9dbfc9d40 (diff) | |
download | rneovim-7bf62ab0226d41208a608e92cb292b4c3c2b7646.tar.gz rneovim-7bf62ab0226d41208a608e92cb292b4c3c2b7646.tar.bz2 rneovim-7bf62ab0226d41208a608e92cb292b4c3c2b7646.zip |
win/package: remove cat,tidy (#14402)
Neovim should not bundle external tools
that are not needed in the runtime environment.
cat.exe is meant for tests only.
Install a mingw/msys2/busybox environment which bundle cat.exe.
tidy.exe was never used in tests and is not required in Neovim runtime.
busybox and tidy.exe can be installed via scoop.
Ref: https://github.com/neovim/neovim/issues/14078
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 2c9d655a15..8b422b3abe 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -506,11 +506,9 @@ if(WIN32) "file(MAKE_DIRECTORY \"${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms\")") foreach(DEP_FILE IN ITEMS ca-bundle.crt - cat.exe curl.exe diff.exe tee.exe - tidy.exe win32yank.exe winpty-agent.exe winpty.dll |