Opened 15 years ago
Closed 15 years ago
#5131 closed enhancement (invalid)
Create symlinks to vim 6 and vim 7
Reported by: | Adek336 | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When installing the Vim (version 7) optional package, the version 6 binary is still available (as /bin/vim), although version 7 (/boot/common/bin/vim) takes precedence in binary search path.
This gives an opportunity to create symlinks /bin/vim6 -> /bin/vim (in any Haiku build) and /boot/common/bin/vim7 -> /boot/common/bin/vim (shipped with the vim 7 optional package).
Otherwise, people won't know that they have both versions.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Yea, if vim6 is supposed to go then there's no need for version-symlinks.
Note:
See TracTickets
for help on using tickets.
AFAIK it was decided to remove the vim sources from the Haiku source tree and replace it with nano as command-line editor. So in the future only one version of vim will be shipped with the system. From other side, the current state of Haiku is "the development platform", and developer usually know what he has on his system.
In my opinion we cannot spent any effort on implementing such temporary solution. But this is a point of discussion, of course. ;-)