shithub: vim

Download patch

ref: ccbb4844cfbdbf575c5f207be4e5f8ea1a9ced46
parent: 199880ade9f3f131ad1541f1156acfcbb9478fc4
author: phil9 <telephil9@gmail.com>
date: Sun Sep 5 01:53:41 EDT 2021

change runtime path to /sys/lib instead of current directory

--- a/mkfile
+++ b/mkfile
@@ -7,8 +7,7 @@
 ### See feature.h for a list of optionals.
 
 # The root directory for resources.
-#VIMRCLOC=/sys/lib/vim
-VIMRCLOC=./lib
+VIMRCLOC=/sys/lib/vim
 
 # The runtime files.
 VIMRUNTIMEDIR=$VIMRCLOC/vimfiles