• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionbcbee2163b37de09778c189f8e89ac9c90d4479b (tree)
l'heure2023-04-28 15:42:41
Auteurbadcoff33 <none@none>
Commiterbadcoff33

Message de Log

skip dirvish, use tagbar

Change Summary

Modification

--- a/get_zip_packs.bat
+++ b/get_zip_packs.bat
@@ -9,15 +9,14 @@ unpack_to_start = [
99 "pack/unzipped/start/",
1010 "https://github.com/mhinz/vim-signify/archive/refs/heads/master.zip",
1111 "https://github.com/godlygeek/tabular/archive/refs/heads/master.zip",
12- "https://github.com/justinmk/vim-dirvish/archive/refs/heads/master.zip",
1312 "https://github.com/aklt/plantuml-syntax/archive/refs/heads/master.zip"
13+ "https://github.com/preservim/tagbar",
1414 ]
1515
1616 unpack_to_opt = [
1717 "pack/unzipped/opt/",
1818 "https://github.com/junegunn/vim-easy-align/archive/refs/heads/master.zip",
1919 "https://github.com/lilydjwg/colorizer/archive/refs/heads/master.zip",
20- "https://github.com/liuchengxu/vista.vim/archive/refs/heads/master.zip",
2120 ]
2221
2322 zip_fname = os.getenv("TEMP") + os.sep + "pack_download.zip"