0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

runtime(doc): symlinking netrw.txt causes problems during install on Windows

So let's remove the symlink and copy the netrw documentation back into
runtime/doc directory. While at it, add a Makefile target to do this
whenever runtime/pack/dist/opt/netrw/doc/netrw.txt is updated.

fixes: #16878
fixes: #16872

Co-authored-by: Brandon Maier <brandon.maier@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2025-03-15 10:04:39 +01:00
parent 84a7503e29
commit 5f2a959553
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 3666 additions and 1 deletions

View File

@ -141,6 +141,9 @@ os_risc.txt:
os_win32.txt:
touch $@
pi_netrw.txt: ../pack/dist/opt/netrw/doc/netrw.txt
cp ../pack/dist/opt/netrw/doc/netrw.txt $@
vietnamese.txt:
touch $@

View File

@ -1 +0,0 @@
../pack/dist/opt/netrw/doc/netrw.txt

3663
runtime/doc/pi_netrw.txt Normal file

File diff suppressed because it is too large Load Diff