C:\Temp permission issues with taglist

2006-09-06 Thread stephen
idea of what's happening? Thanks. Stephen

Word wrap in a text file

2006-12-18 Thread stephen
I'm aware of the 'gq' command to put in hard returns so as to word wrap a paragraph. Is there a setting for that to occur automatically when I type a text file? Thanks. Stephen

Re: Word wrap in a text file

2006-12-18 Thread stephen
' :help 'tw' Thanks. 'linebreak' seems like that's what I really want. :set lbr That turns it on. Just curious: how do I turn it off or query for its current value? Stephen

Vim 7, windows, and tab and space settings

2006-05-08 Thread Stephen Boulet
' command, I get tabs replaced by 4 spaces. _ Stephen If your desktop gets out of control easily, you probably have too much stuff on it that doesn't need to be there. Donna Smallin, Unclutter Your Home

Re: Vim 7, windows, and tab and space settings

2006-05-08 Thread Stephen Boulet
On Mon, 8 May 2006 17:30:08 -0500, Stephen Boulet wrote I'm trying to get four spaces when I hit the tab key for python code. In my _vimrc, I have: set expandtab set tabstop=4 set softtabstop=4 This doesn't seem to work though. I get 8 spaces instead. Interestingly, when I have

How to set default window width?

2006-05-09 Thread Stephen Boulet
Can I set the default window width when starting up vim? Stephen

Re: How to set default window width?

2006-05-09 Thread Stephen Boulet
On Tue, 09 May 2006 16:09:53 +0200, Zbigniew Kowalski wrote of cource you can set lines=43 columns=126 HTH zbikow Dnia 9-05-2006 o godz. 15:54 Stephen Boulet napisa³(a): Can I set the default window width when starting up vim? Stephen Zbigniew Kowalski Perfect! Stephen

Python syntax coloring: what are keywords?

2006-05-10 Thread Stephen Boulet
. _ Stephen If your desktop gets out of control easily, you probably have too much stuff on it that doesn't need to be there. Donna Smallin, Unclutter Your Home

Working with windows line endings

2006-06-14 Thread Stephen Boulet
Since I need to share text files I work on with people who use notepad, how can I set vim to use windows line endings? Thanks. _ Stephen If your desktop gets out of control easily, you probably have too much stuff on it that doesn't need to be there. Donna Smallin

Re: Working with windows line endings

2006-06-14 Thread Stephen Boulet
with vim under windows that has dos line endings, I see ^M at the end of each line. I would rather not see these ;). Stephen

Re: Working with windows line endings

2006-06-14 Thread Stephen Boulet
regards, Tony. I have set fileformats=unix,dos at the bottom of my _vimrc, but still see the ^M's. Stephen

Re: Working with windows line endings

2006-06-14 Thread Stephen Boulet
. The likely culprit is the last line in the file. You got it. Thanks. Works like a champ now. Stephen