Indentation style...

Courageous jkraska1 at san.rr.com
Tue May 29 19:27:31 EDT 2001


On Tue, 29 May 2001 15:09:33 -0400, D-Man <dsh8290 at rit.edu> wrote:

>On Mon, May 28, 2001 at 03:11:46PM +0000, Courageous wrote:
> 
>| Another cool trick:
>| 
>| set lcs=<ctrl-v-187>\
>| set list
>| 
>| This makes the tab character show up as a small >> character
>| (ANSI 187). Note that <ctrl-v-187> stands for "type ctrl-v followed
>| by 187".
>
>Almost :

Yup. That was supposed to be:

"set lcs=<ctrl-v-187>\ "

Note the space literal after the backslash.

You don't need the tab: marker




C//




More information about the Python-list mailing list