diff options
| author | Tuowen Zhao <ztuowen@gmail.com> | 2026-04-14 22:29:36 -0700 |
|---|---|---|
| committer | Tuowen Zhao <ztuowen@gmail.com> | 2026-04-14 22:29:36 -0700 |
| commit | 2ec75f05ee1c5d389a006a40da94444c87fb7bd5 (patch) | |
| tree | 8c15f2c016e5b0e2c249daade507ae516e3e0118 /bundle-update.sh | |
| parent | 5cc9975c63674471ac4512457f8af73521d5a68b (diff) | |
| download | vim-2ec75f05ee1c5d389a006a40da94444c87fb7bd5.tar.gz vim-2ec75f05ee1c5d389a006a40da94444c87fb7bd5.tar.bz2 vim-2ec75f05ee1c5d389a006a40da94444c87fb7bd5.zip | |
cleanup the old scriptsycm
Diffstat (limited to 'bundle-update.sh')
| -rwxr-xr-x | bundle-update.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bundle-update.sh b/bundle-update.sh deleted file mode 100755 index 28d7185..0000000 --- a/bundle-update.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -wd=$(dirname $0) - -cd "$wd" -echo "Syncing submodules..." -git submodule sync --recursive -echo "Updating submodules to latest upstream..." -git submodule update --init --recursive --remote - -# Clean YCM to ensure a fresh state if needed -if [ -d "pack/bundle/start/YouCompleteMe" ]; then - echo "Cleaning YouCompleteMe..." - (cd pack/bundle/start/YouCompleteMe && git clean -fdx && git checkout .) -fi - -echo "Staging changes..." -git add .gitmodules bundle-update.sh pack/bundle/start/ -git commit -m "Bundle update $(date)" -echo "Update complete." |
