We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f056ff2 commit 2bba795Copy full SHA for 2bba795
.gitignore
@@ -5,3 +5,4 @@ target
5
tmp
6
*.sw?
7
*~
8
+doc_info.md
tools/script/get_doc_info.sh
100644
100755
@@ -7,7 +7,7 @@
# 自分の環境にあわせて変更する必要がある
9
new_doc_dir=${GITHUB_WORKSPACE}/vim/runtime/doc
10
-old_doc_dir=${GITHUB_WORKSPACE}/work/en
+old_doc_dir=${GITHUB_WORKSPACE}/vimdoc-ja-working/en
11
12
# 出力ファイル名
13
outf=doc_info.md
0 commit comments