Skip to content

Commit 2b6f637

Browse files
committed
Add a link to vim_faq on the top page
1 parent 8383ed2 commit 2b6f637

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ html:
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

tools/add-vimfaq-link.diff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)