On Fri, Jul 6, 2012 at 8:11 AM, Geert Mak wrote:
> Hello,
>
> I'd like to stay in vim for some Subversion operations like 'blame'. Most
> subversion integration plugins I found have not been maintained for years
> (I apologize if I have missed some) and the o
On 07/08/12 02:50, Geert Mak wrote:
>> Even if you have a machine with 8 processors, each with 6 cores, if
>> you're doing the editing over an SSH shell session, your redraw may
>> be bound by the latency of the connection. I'd be tempted to see
>> how it performs for you locally first.
>
> I nev
> Even if you have a machine with 8 processors, each with 6 cores, if
> you're doing the editing over an SSH shell session, your redraw may
> be bound by the latency of the connection. I'd be tempted to see
> how it performs for you locally first.
I never thought of this, I guess it was over SSH.
On 07/06/12 10:56, Ben Fritz wrote:
> On Friday, July 6, 2012 8:11:46 AM UTC-5, Geert Mak wrote:
>> [vcscommand.vim] is not visually very stable (i. e. when
>> browsing up/down in Subversion 'blame' mode, the screens blink
>> on every row, I guess they are rewritten too slowly or so (I
>> work on a
On Friday, July 6, 2012 8:11:46 AM UTC-5, Geert Mak wrote:
> [vcscommand.vim] is not visually very stable (i. e. when browsing up/down in
> Subversion 'blame' mode, the screens blink on every row, I guess they are
> rewritten too slowly or so (I work on an Air w/ SSH and can't imagine the
> mach
On Friday, July 6, 2012 8:11:46 AM UTC-5, Geert Mak wrote:
> Hello,
>
> I'd like to stay in vim for some Subversion operations like 'blame'. Most
> subversion integration plugins I found have not been maintained for years (I
> apologize if I have missed some)
On Fri, Jul 06, 2012 at 04:29:17PM +0200, Marc Weber wrote:
> www.vim.org/search.php -> script search. THere is vcscommand or such or
> more.
I also heartily recommend vcscommand.vim. I use it daily to cope
with SVN at my job. It also works with other popular VCSes such
as git and mercurial, so
www.vim.org/search.php -> script search. THere is vcscommand or such or
more.
Use the script search field and try 'svn' or 'subversion'
:r! svn blame %
also works (don't forgett to undo)
Marc Weber
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below
Hello,
I'd like to stay in vim for some Subversion operations like 'blame'. Most
subversion integration plugins I found have not been maintained for years (I
apologize if I have missed some) and the one which appears most complete
(vcscommand.vim) has two things I somehow do not