File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 mkdir -p target/html/doc
88 if [ ! -d vim/runtime/doc ]; then git clone --depth=1 https://github.com/vim/vim.git; fi
99 if [ ! -d vim_faq/doc ]; then git clone --depth=1 https://github.com/chrisbra/vim_faq.git; fi
10+ cd vim; git apply ../tools/add-vimfaq-link.diff; cd ..
1011 cp vim/runtime/doc/* .txt target/html/doc
1112 cp vim_faq/doc/* .txt target/html/doc
1213 cp tools/buildhtml.vim tools/makehtml.vim target/html
Original file line number Diff line number Diff line change 1+ diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
2+ index 58049f6..f5a7ed4 100644
3+ --- a/runtime/doc/help.txt
4+ +++ b/runtime/doc/help.txt
5+ @@ -206,6 +206,9 @@ Standard plugins ~
6+ |pi_vimball.txt| Create a self-installing Vim script
7+ |pi_zip.txt| Zip archive explorer
8+
9+ + Others ~
10+ + |vim_faq.txt| FAQ
11+ +
12+ LOCAL ADDITIONS: *local-additions*
13+
14+ ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments