Re: override record

2015-11-09 Thread shawn wilson
Yeah, I've been pasting it and yanking it - just would be easier if i could : (or q:) and edit. I haven't been able to find any plugins to do this, so apparently no one else thinks so though :( On Mon, Nov 9, 2015 at 1:28 PM, Tim Chase wrote: > On 2015-11-09 11:15, shawn wilson wrote: >> I'd like

Re: override record

2015-11-09 Thread Tim Chase
On 2015-11-09 11:15, shawn wilson wrote: > I'd like to make record/'q put the let @=stuff in my > command buffer to make doing minor edits easier - is there an easy > way to override the default functionality and keep let it do the > rest of what it does? Because the content is just recorded to a

override record

2015-11-09 Thread shawn wilson
I'd like to make record/'q put the let @=stuff in my command buffer to make doing minor edits easier - is there an easy way to override the default functionality and keep let it do the rest of what it does? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your r

Re: cursor jumping in netrw with netrw_liststyle=3

2015-11-09 Thread Charles E Campbell
Ryan Williams wrote: > Hi Vim users, > > I have this > problem: > http://vi.stackexchange.com/questions/2744/prevent-cursor-movement-when-clicking-in-netrw > > It seems like netrw always moves the cursor to the top of the list of > files when not in tree view, and sometimes it still moves it up t

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

2015-11-09 Thread Jérôme Reybert
Hi Eike, thanks for your report. Actually, I have ongoing work around selective default display and maximum diff buffering/display before it slow down the vimagit process. Anyway, could you please open an issue on github? It'll be easier to track this issue for both of us. Thanks, Jérôme On

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

2015-11-09 Thread Eike Rathke
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 completely fails if invoked in a directory that contains a small repo but hundred thousand files in subdirectories th