On Wed, Nov 04, 2009 at 12:58:43PM +0100, Neels Janosch Hofmeyr wrote:
> > [[[
> > Remove note about issue #2843 not being fully implemented.
> >
> > * subversion/notes/sparse-directories.txt
> > See above.
> > ]]]
> Thanks, committed in r40372.
>
> I tweaked it a bit:
> - Made the indenting match the examples just above this block.
> - Removed trailing spaces.
> - Simpler log message.
Doh, for the trailing spaces. Sorry about the indenting.
> stsp told me you're one of us vim guerillas :)
Yep, I fell for that ol' 'Real men use electromagnets to manipulate the
electrons in RAM directly' argument or something like that.
> Just in case you didn't know, this is how I removed trailing spaces and #
> characters:
>
> <mark the section with Shift-V (visual line)>
> :'<,'>s/[ #]*$
>
> (just type :s/[ #]*$ )
>
> And I do hope you know the indenting commands
> '<<' to indent a single line to the left,
> '>>' likewise to the right, and also
> mark-visual-block + '<', then '.' to indent more,
> mark-visual-block + '>', then '.' to indent more.
I hadn't thought about using '.' to repeat the indentation. Thanks!
>
> ...and these lines in your .vimrc do the subversion style indenting
> (stolen/tweaked):
>
> set ts=4 sw=2 expandtab tw=78 fo=tcroq cindent
> set isk=a-z,A-Z,48-57,_
> set cino=>2s,e0,n-2,f0,{1s,}0,^-1s,=1s,t0,+2s,c3,(0,u0,\ 0
> set textwidth=76
/Daniel
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2414536
Received on 2009-11-04 23:37:50 CET