Opened 7 years ago

Last modified 7 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:

https://github.com/vim/vim

Change History (5)

comment:1 Changed 7 years ago by Silvan Scherrer

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.

comment:2 Changed 7 years ago by Silvan Scherrer

Owner: set to Silvan Scherrer
Status: newaccepted

we are working on it. So lets see how it long it takes.

comment:4 Changed 7 years ago by Silvan Scherrer

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 in reply to:  4 Changed 7 years ago by psmedley

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

Note: See TracTickets for help on using tickets.