qpkorr / vim-renamer

Git repo for http://www.vim.org/scripts/script.php?script_id=1721
MIT License
82 stars 11 forks source link

Ingo merge ingokarkat fork #5

Closed idbrii closed 7 years ago

idbrii commented 8 years ago

I merged a ton of changes from @inkarkat's renamer.vim repo. I haven't done a lot of testing, but wanted to get some feedback on the change.

I couldn't merge these changes because I think they were implemented (in a different way) in fc95e9a8b256ae128b1b7279b0cc8024ebf93f3f:

It contains some vimscript cleanup/refactoring, improved tooltips, and a test rename command.

idbrii commented 8 years ago

My process for getting these changes:

I did some merging but bailed when it got hairy. Usually it was pretty simple since inkarkat's changes are mostly atomic.

qpkorr commented 7 years ago

Thank you - sorry it took me a while to get to these! I've not tested them yet, but looked at the changes and they look good. I'll do some testing soon and in the unlikely event I find problems, I'll try to fix them.

qpkorr commented 7 years ago

Found one bug from the merge, will upload what I think is the simple fix.

qpkorr commented 7 years ago

Gah. Can't push my fixes as I'm behind github, but pulling from github says I'm up to date. Sometimes git's debug info is most unhelpful...

idbrii commented 7 years ago

You could try using the graph to see where your branches are in the overall timeline: http://stackoverflow.com/a/9074343/79125 It's possible git's fetched all the commits, but they're not merged in locally.

As a blind guess, git merge origin/master might also do it.

-David

On Tue, Oct 11, 2016 at 6:45 AM, John Orr notifications@github.com wrote:

Gah. Can't push my fixes as I'm behind github, but pulling from github says I'm up to date. Sometimes git's debug info is most unhelpful...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qpkorr/vim-renamer/pull/5#issuecomment-252920755, or mute the thread https://github.com/notifications/unsubscribe-auth/AACqJwFH6my195fbJS8xjK5ypqMMgGP-ks5qy5LlgaJpZM4J0IbD .

qpkorr commented 7 years ago

Thank you - the complicating factor was I was using git subtrees - I don't have time to dig into the details but I hope I've fixed it thanks to this post http://stackoverflow.com/questions/13756055/git-subtree-subtree-up-to-date-but-cant-push (though I'm always nervous when "--force" is involved!) I'll try to do some more testing and see if anything pops up - and then potentially get onto his other two changes. Thanks again!