Skip to content

Instantly share code, notes, and snippets.

@Ferdi265
Created November 25, 2019 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ferdi265/7aeb5c468dee7db6e2c7015ec945f7ee to your computer and use it in GitHub Desktop.
Save Ferdi265/7aeb5c468dee7db6e2c7015ec945f7ee to your computer and use it in GitHub Desktop.
neovim-youcompleteme-core-git fix for Python 3.8
diff --git a/PKGBUILD b/PKGBUILD
index 6c1ea61..5fd8983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ prepare() {
git submodule init third_party/ycmd
git config submodule.third_party/ycmd.url "$srcdir/ycmd"
- git submodule update
+ git submodule update --remote
cd third_party/ycmd
patch -Np1 -i ../../../clang_rsrc_dir.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment