Opened 18 years ago
Closed 18 years ago
#2548 closed defect (fixed)
Vim - Wrong patch referenced
| Reported by: | Steffen Pankratz | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | BOOK | Version: | SVN |
| Severity: | medium | Keywords: | |
| Cc: |
Description
Required patch is http://www.linuxfromscratch.org/patches/blfs/svn/vim-7.1-fixes-6.patch but later
it's
patch -Np1 -i ../vim-7.1-fixes-3.patch
it should be
patch -Np1 -i ../vim-7.1-fixes-6.patch
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed the typo. This won't be enough to stop the rc3 being the last rc. If nothing major comes up, there's 3 little gigs I want to fix for the stable version.
- The Unrar instructions need a -v in the install command.
- Thomas updated the bootscripts with a minor typo.
- This fix for Vim.
None of these are reason enough to cut an rc4 before we go stable. However, if something major comes up, we'll have to.
Note:
See TracTickets
for help on using tickets.

Sure enough.
Thanks for the report. I'll fix it right now.