8000 Fix pi_netrw.txt build rule to be portable to macOS · macvim-dev/macvim@6b809a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b809a4

Browse files
committed
Fix pi_netrw.txt build rule to be portable to macOS
This will be fixed upstream later in vim/vim#16996.
1 parent c77b2b3 commit 6b809a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ os_win32.txt:
143143

144144
pi_netrw.txt: ../pack/dist/opt/netrw/doc/netrw.txt
145145
cp ../pack/dist/opt/netrw/doc/netrw.txt $@.tmp
146-
sed -e '1s/\(.*\)/\0 *pi_netrw.txt*/' $@.tmp > $@ && \
146+
sed -e '1s/\(.*\)/\1 *pi_netrw.txt*/' $@.tmp > $@ && \
147147
rm -f $@.tmp
148148

149149
vietnamese.txt:

0 commit comments

Comments
 (0)
0