From 726956c61477126d85ec149121bf2bee5de5331a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 23 Dec 2025 16:51:37 -0500 Subject: [PATCH] update README on vim test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d1b4d4..acf3f35 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ Warning: `leaf` won't deal with the dependence relation, and currently won't che - We won't install Grub in LFS. Install in BLFS with UEFI instead. ## issues -- `lfs/vim-9.1.1166` has `Test_write_backup_symlink` failed, which can pass if `call assert_true(filereadable('./Xbackup/Xwbsfile.bak')) -` is commented. Seams like cannot create this backup file. +- `lfs/vim-9.1.x` has `Test_write_backup_symlink` failed, which can pass if `call assert_true(filereadable('./Xbackup/Xwbsfile.bak'))` is commented. ~~Seams like cannot create this backup file.~~ This is because building in `/tmp`. It's safe to ignore. +