Re: How to change indent in vim

2009-06-12 Thread Bob McGowan
Boyd Stephen Smith Jr. wrote: In <4a328695.5030...@symantec.com>, Bob McGowan wrote: Boyd Stephen Smith Jr. wrote: Being disciplined with tabbing (indentation), spacing (alignment), and line-breaking/word-wrapping can allow your code/text to be beautiful independent of the viewers tab stop sett

Re: How to change indent in vim

2009-06-12 Thread Tony Baldwin
Boyd Stephen Smith Jr. wrote: In <32fag6xpln@news.roaima.co.uk>, Chris Davies wrote: Tabs are every 8 characters, No they aren't. Tabs have *never* been that simple. Even on really old terminals and typewriters tab stops were adjustable. Yeah, I learned to type on manual typewriters (

Re: How to change indent in vim

2009-06-12 Thread Boyd Stephen Smith Jr.
In <32fag6xpln@news.roaima.co.uk>, Chris Davies wrote: >Tabs >are every 8 characters, No they aren't. Tabs have *never* been that simple. Even on really old terminals and typewriters tab stops were adjustable. The purpose of indenting with tabs is to allow others to choose their ideal lev

Re: How to change indent in vim

2009-06-12 Thread Boyd Stephen Smith Jr.
In <4a328695.5030...@symantec.com>, Bob McGowan wrote: >Boyd Stephen Smith Jr. wrote: >> Being disciplined with tabbing (indentation), spacing (alignment), and >> line-breaking/word-wrapping can allow your code/text to be beautiful >> independent of the viewers tab stop settings or terminal width.

Re: How to change indent in vim

2009-06-12 Thread Chris Davies
On Jun 10, Thomas H. George wrote: > I want indent set to 3, the default setting 8 uses up too much space. Ben Olive suggest: > set tabstop=3 > set shiftwidth=3 Actually, you should really consider leaving the tabstop alone. Tabs are every 8 characters, and if no-one ever fiddled with that it w

Re: How to change indent in vim

2009-06-12 Thread Bob McGowan
Boyd Stephen Smith Jr. wrote: In <4a31939d.4040...@symantec.com>, Bob McGowan wrote: Boyd Stephen Smith Jr. wrote: In <20090610160715.ga22...@tomgeorge.info>, Thomas H. George wrote: -- deleted discussion of tabbing -- Being disciplined with tabbing (indentation), spacing (alignment), and

Re: How to change indent in vim

2009-06-12 Thread Boyd Stephen Smith Jr.
In <4a31939d.4040...@symantec.com>, Bob McGowan wrote: >Boyd Stephen Smith Jr. wrote: >> In <20090610160715.ga22...@tomgeorge.info>, Thomas H. George wrote: >>> I want indent set to 3, the default setting 8 uses up too much space. >>> >>> There is a plethora of information in /usr/share/vim/vim71 b

Re: How to change indent in vim

2009-06-11 Thread Bob McGowan
Boyd Stephen Smith Jr. wrote: In <20090610160715.ga22...@tomgeorge.info>, Thomas H. George wrote: I want indent set to 3, the default setting 8 uses up too much space. There is a plethora of information in /usr/share/vim/vim71 but it all seems to relate to turning indent on for various situatio

Re: How to change indent in vim

2009-06-10 Thread Alex Samad
On Wed, Jun 10, 2009 at 01:51:48PM -0500, Boyd Stephen Smith Jr. wrote: > In <20090610160715.ga22...@tomgeorge.info>, Thomas H. George wrote: > >I want indent set to 3, the default setting 8 uses up too much space. > > > >There is a plethora of information in /usr/share/vim/vim71 but it all > >seem

Re: How to change indent in vim

2009-06-10 Thread Boyd Stephen Smith Jr.
In <20090610160715.ga22...@tomgeorge.info>, Thomas H. George wrote: >I want indent set to 3, the default setting 8 uses up too much space. > >There is a plethora of information in /usr/share/vim/vim71 but it all >seems to relate to turning indent on for various situations. Somewhere >there must be

Re: How to change indent in vim

2009-06-10 Thread Ben Olive
set tabstop=3 set shiftwidth=3 --Ben On Wed, Jun 10, 2009 at 12:07 PM, Thomas H. George wrote: > I want indent set to 3, the default setting 8 uses up too much space. > > There is a plethora of information in /usr/share/vim/vim71 but it all > seems to relate to turning indent on for various sit

How to change indent in vim

2009-06-10 Thread Thomas H. George
I want indent set to 3, the default setting 8 uses up too much space. There is a plethora of information in /usr/share/vim/vim71 but it all seems to relate to turning indent on for various situations. Somewhere there must be a simple line indent=8 that I can change but I haven't found it. Tom