Opened 8 years ago
Last modified 8 years ago
#139 accepted task
Vim: port request
Reported by: | Lewis Rosenthal | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | high | Keywords: | |
Cc: |
Description
Vim 8.0 is the latest stable version.
The latest version at Hobbes (EMX) is 7.0, which doesn't seem to play well with settings like TERM=os2 (whereas setting TERM to something which works better for Vim 7.0, like os2ansi, comes back as not smart enough for newer things like info).
Sources are in github:
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
we are working on it. So lets see how it long it takes.
comment:3 by , 8 years ago
this patch removed another bunch https://github.com/vim/vim/commit/a06ecab7a5159e744448ace731036f0dc5f87dd4#diff-b68adb4fa34020d8d7f0ab40a2704335
follow-up: 5 comment:4 by , 8 years ago
this port will for sure take a lot longer, as libc lacks of some functions which emx had. So it needs a whole lot more work.
comment:5 by , 8 years ago
Replying to diver:
this port will for sure take a lot longer, as libc lacks of some functions which emx had. So it needs a whole lot more work.
terminal stuff I presume? this makes things like ssh a challenge too
the os/2 code was removed in this commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a
I looked at the code and it seems not to difficult to add it again. Some olde changes Need of course some thinking, as done a bit wierd.