2015-11-03 오후 8:52에 Jérôme Reybert 이(가) 쓴 글:
> David,
>
>> It's like git add --patch but interactive and as precise as
>> you like.
>
> I may have missed something, but I think I already stated why
> Gdiff was not an optimal git stage workflow.
>
> Once again, fugitive is a good plugin, but guys at emacs magit
> team have designed a powerful git workflow. It is a personal
> opinion, but once I discovered this workflow, I definitely
> wanted it with vim.
Personally I cannot live without 'git add -p'.
And I want to say vimagit is a great plugin for this workflow.
Thanks for your powerful plugin.
But, it is too slow for me.
$ time git status
On branch master
...
modified: Makefile
no changes added to commit (use "git add" and/or "git commit -a")
real 0m0.578s
user 0m0.220s
sys 0m0.303s
$ time git diff --stat
Makefile | 1 +
1 file changed, 1 insertion(+)
real 0m0.625s
user 0m0.216s
sys 0m0.358s
But, ':Magit' took 5 seconds to show the status.
CR on Makefile took 5 seconds.
'S' on Makefile took 5 seconds.....
I run several time, so the timing is not for cold start.
For me, this plugin needs at least 5 seconds to do something.
If this is not expected, should I check something?
Regards,
namsh
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tuesday, November 3, 2015
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment