1
0
forked from aniani/vim
Files
vim/runtime
Yee Cheng Chin c5aad6cca5 runtime(doc): non-portable sed regex in Makefile for pi_netrw.txt rule
Previously it was using '\0' in sed which is non-portable and does not
work in macOS. Fix this by using the '$' (end-of-line) regex atom (which
needs to be doubled in the Makefile) to append at the end instead. An
alternative would have been to use '&' which is the more portable
version of '\0'.

closes: #16996

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-03-28 19:11:11 +01:00
..
2025-03-13 20:38:44 +01:00
2004-07-10 09:47:34 +00:00
2022-07-01 18:45:04 +01:00
2022-06-25 18:01:32 +01:00
2006-05-03 21:26:49 +00:00
2022-06-25 18:01:32 +01:00
2004-06-13 14:44:53 +00:00
2013-11-03 21:14:31 +01:00
2004-06-13 20:20:40 +00:00
2004-06-13 20:20:40 +00:00