diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-22 18:36:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 18:36:33 +0200 |
commit | 801ac2accb6a88a58b2d8f486751782921bf689f (patch) | |
tree | 1e6c61f2b1b759b56ee161d248405dec66570399 /src | |
parent | 040d9da5c8f4d56e0482758223ea7bb04dc90cc0 (diff) | |
download | rneovim-801ac2accb6a88a58b2d8f486751782921bf689f.tar.gz rneovim-801ac2accb6a88a58b2d8f486751782921bf689f.tar.bz2 rneovim-801ac2accb6a88a58b2d8f486751782921bf689f.zip |
build: drop diff.exe from windows builds
The shipped versions of xdiff already does everything diff does, so this
duplication of tools isn't necessary. Furthermore, this setup is more
consistent overall, as the 'diffopt=external' option should be for
external programs rather than programs we bundle neovim with.
Install diffutils for oldtests in CI to avoid needing to modify tests.
Diffstat (limited to 'src')
-rwxr-xr-x | src/nvim/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index bfdbe0c3b5..28ba4e2ed3 100755 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -762,7 +762,6 @@ if(WIN32) "file(MAKE_DIRECTORY \"${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms\")") foreach(DEP_FILE IN ITEMS cat.exe - diff.exe tee.exe win32yank.exe xxd.exe |