Re: [ANN]: vimagit, a new way to use git within vim

2015-11-11 Thread Jérôme Reybert
Hi Eike, > > Does it by chance scan all subdirectories for files not added? Could > > that be turned off? it was not supposed to, but it was. I believe it is fixed in last release 1.4.2. Let me know if it is OK for you. Jérôme -- -- You received this message from the "vim_use" maillist. Do n

Re: How to catch a write command in a butype=nofile buffer

2015-11-11 Thread Jérôme Reybert
On Wednesday, November 11, 2015 at 5:05:06 PM UTC+1, Ben Fritz wrote: > On Wednesday, November 11, 2015 at 9:32:55 AM UTC-6, Jérôme Reybert wrote: > > I am trying to catch write commands, to perform some specific commands when > > user enters a write command (:w, :x, o

How to catch a write command in a butype=nofile buffer

2015-11-11 Thread Jérôme Reybert
I am trying to catch write commands, to perform some specific commands when user enters a write command (:w, :x, or anything else). In my plugin, I use a buffer with parameter buftype=nofile I tried BufWriteCmd and BufWritePre, but these hooks come too late, I always get: > E382: Cannot write,

Re: [ANN]: vimagit, a new way to use git within vim

2015-11-09 Thread Jérôme Reybert
érôme On Monday, November 9, 2015 at 11:03:58 AM UTC+1, Eike Rathke wrote: > Hi Jérôme, > > On Tuesday, 2015-10-27 04:09:49 -0700, Jérôme Reybert wrote: > > > Looking forward for feedback! > > I tried it, works with smaller repos, takes its time with large repos, > but

Re: [ANN]: vimagit, a new way to use git within vim

2015-11-04 Thread Jérôme Reybert
. Is it still slow? Thanks for your report! Jérôme On Wednesday, November 4, 2015 at 10:47:52 AM UTC+1, SungHyun Nam wrote: > 2015-11-04 오후 5:24에 Jérôme Reybert 이(가) 쓴 글: > > Hello namsh, > > > >> Personally I cannot live without 'git add -p'. > >> And

Re: [ANN]: vimagit, a new way to use git within vim

2015-11-04 Thread Jérôme Reybert
Hello namsh, > 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. Great to hear that! > But, it is too slow for me. There is some improvements to do around that. I have some on going branches about

Re: [ANN]: vimagit, a new way to use git within vim

2015-11-03 Thread 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.

Re: [ANN]: vimagit, a new way to use git within vim

2015-11-02 Thread Jérôme Reybert
Hi Justin, > Did you try the "D" command on the "Changes to be committed:" line in > a fugitive :Gstatus window? That shows a unified diff of _all_ staged > changes in _all_ files. I did know the 'D' command on files, but I did not know it was possible to perform "D" (or even "p") command on "Ch

[ANN]: vimagit, a new way to use git within vim

2015-10-27 Thread Jérôme Reybert
Believe it or not, but emacs has an excellent plugin ;) . This is an interface to git, a plugin named Magit[1]. Its creator designed a unique and really efficient workflow with git. IMO, Magit is more than just a plugin to use git within an editor, this is a new way to use git. I felt very frus

View/edit the same file in multiple vim instances

2015-02-10 Thread Jérôme Reybert
Hello, I would like to edit the same file between multiple vim instances. I already saw http://www.vim.org/sponsor/vote_results.php #11, which would simply answer this use case. However, I would like to find a solution before this feature maybe arrive. What I want to achieve is the following: