equalsraf / vim-qt

An experimental Qt gui for Vim.
129 stars 14 forks source link

Upstream update #2

Closed BlackIkeEagle closed 7 years ago

BlackIkeEagle commented 8 years ago

Added some updates to make vim-qt work with the newer vim upstream versions.

The display_errors thing is not entirely fixed, It compiles, but the errors are not displayed.

equalsraf commented 8 years ago

Cheers @BlackIkeEagle, thanks a million for this.

I'm keeping track of some of your patches here https://bitbucket.org/equalsraf/vim-qt/branch/merge-upstream

The display_errors thing is not entirely fixed, It compiles, but the errors are not displayed.

What errors are you testing with? do_dialog itself seems to be working here.

BlackIkeEagle commented 8 years ago

@equalsraf I interpreted it wrong, I'm using vdebug as a plugin and in cli vim or gtk vim the print's in the python scripts directly show in vim, with vim-qt it shows when the script ends, so no flushes in between.

BlackIkeEagle commented 8 years ago

There were some major changes in 7.4.2063 related to eval.c

There is also a need to update the cmake things for windows, but I can't test it.

jeaye commented 7 years ago

Any update on this?

equalsraf commented 7 years ago

Any update on this?

Clearly I've been neglecting vim-qt for way too long. Its time to find a new maintainer for this project.

@BlackIkeEagle sorry for the long hiatus, I've been AFK for the past months and this ended up being ignored even further. Would you been interested in keep working on this? I'd be happy to add the necessary redirects and poke the right people to check your repo instead of mine.

jeaye commented 7 years ago

Given that people are already coming here, how do you feel about adding @BlackIkeEagle as a contributor and merging this PR?

BlackIkeEagle commented 7 years ago

@equalsraf Don't be sorry, I'm also busy doing other stuff :)

I'll update the PR to the latest Vim before we can merge this

BlackIkeEagle commented 7 years ago

@equalsraf Another question, how much is bitbucket diverted from github?

equalsraf commented 7 years ago
$ git diff bitbucket/master github/master
$

Nothing in master :D

BlackIkeEagle commented 7 years ago

By popular request, latest update to v8.0.0402

jeaye commented 7 years ago

Thanks, @equalsraf and @BlackIkeEagle!