gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] PyArch patches


From: John Meinel
Subject: Re: [Gnu-arch-users] PyArch patches
Date: Sat, 19 Jun 2004 11:37:29 -0500
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Aaron Bently wrote:
<snip>

I'll see about teaching vim to use only spaces for indenting.

<snip>

Look at "set expandtab", another way is to use vim taglines

This sets the tab spacing to 4, and the default indent to 4, and then
expands all tabs to spaces.
# vim: ts=4 sw=4 expandtab

This will only expand _new_ tabs. To do the other you need something like:
:%s/\t/    /gc

John
=:->






reply via email to

[Prev in Thread] Current Thread [Next in Thread]