Linda_pp
Linda_pp
Thank you for the investigation. Regarding to 1., this command is not what I expected. My expectation was: ``` git --no-pager -C C:\Users\hokorobi\vimfiles blame C:\Users\hokorobi\vimfiles\vimrc -L 1,+1 --porcelain ``` Would...
Since using relative path is problematic, I want to solve this issue by converting Windows path to Unix-like path when running `git` command.
Thank you for the investigation. It is very helpful. > $PATH has a path with git in it. I apologize that my question was bad. My intention was that I...
I'll keep this issue open because this issue is not solved.
Float window size should be shrunk to fit to its contents as [screenshot in README file](https://github.com/rhysd/git-messenger.vim#screenshot). Window size is calculated here: https://github.com/rhysd/git-messenger.vim/blob/master/autoload/gitmessenger/popup.vim#L59 However, as you showed in screenshot, the calculation...
Thank you for confirming that. I'm trying your repository. However, on my local environment, the window size is correct:  There would be some hidden condition....
Thank you for trying that. Let me confirm one thing. The output in your screenshot is ``` OPTS: width54, height: 11, row: 1, col: 0 ``` Does it mean that...
It sounds hard what "normal" exactly means here.
Would you describe followings? I could not understand what happened only from the description. - Exact steps to reproduce your problem (sequence of inputs to Vim just after Vim opens)...
Thank you for the suggestion. Yeah, it would be nice to have. However, with current implementation, it requires large code changes and tradeoff. The history of revisions is a chain...