virus-laden emails from someone on the Vim list

2006-07-06 Thread George V. Reilly
[CCing the Vim and Vim-Dev lists. Not that it did any good the last time I raised this subject.] It is NOT me, dammit! Someone on the Vim list is infected with a virus that trawls through his address book and forges the From address. I too get dozens of virus-laden emails every week that purpo

Re: transform tabs to spaces

2006-07-06 Thread luke
Hi guys. 06Jul2006 @ 14:50 Stewart Johnson thusly spake > :set expandtab > :set sw=4 Thanks greatly! Have an excellent day. Kind regards. Luke. > > On 7/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >Hi. > > > >I'm using ts=4 in my setup of vim. > > > >Because of requirements of a diffe

auto upper/lower in replace pattern based on search pattern?

2006-07-06 Thread Marshall Abrams
Hate to ask this because I'm sure the answer is already out there somewhere, but I've searched help and vim.org until I was blue in the fingers I could swear that I remember from a few years back that there's a way to do this. Can't remember whether it required something special in the pa

[Fwd: Re: gvim on windows xp]

2006-07-06 Thread Tom Purl
Whoops, forgot to cc the list. Original Message Subject: Re: gvim on windows xp From:"Tom Purl" <[EMAIL PROTECTED]> Date:Thu, July 6, 2006 3:43 pm To: "George Reilly" <[EMAIL PROTECTED]>

Re: gvim on windows xp

2006-07-06 Thread Marshall Abrams
Would a scrollbar on the left help? I presume you're using the graphical version of vim. Maybe not what you want, but: :set guioptions+=l [that's an L] Marshall (I use vim primarily for writing, too, during most of the year, though at the moment more for programming.) On Jul 6, 2006, at

Re: gvim on windows xp

2006-07-06 Thread Tim Chase
I intend to use gvim mainly as a text editor. Unlike Emacs, with which you can read email, wash the dishes, and get psychological counsel... ;) (1) Is there a way to have a "soft" border or offset on the left, so that the text is not flush against the left window border? I've searched for ho

Re: gvim on windows xp

2006-07-06 Thread George Reilly
Adding the Vim Users mailing list, because I can't answer these completely. > - Original Message - > From: "Richard Dooling" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: gvim on windows xp > Date: Thu, 6 Jul 2006 12:53:12 -0500 > > > Dear George: > > I am a new convert to gvim

Out of sequence messages from python

2006-07-06 Thread J Alan Brogan
Hi all, I have a problem when scripting vim with python which is not covered by the FAQ (http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl), and would be grateful for help (or perhaps a redirect to a list more directly connected to vim scripting ?) I am using vim 7.0, and python 2.4.2 I

Re: Project and ftp

2006-07-06 Thread Silent1
ah okay, thanks again for your help. On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: I don't believe so. > is it possible for the project plugin to create the files/dir > recursively if i give the ftp info? I tried with \C but with no luck. > Thanks > > On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wr

Re: netrw's hide not working?

2006-07-06 Thread Maciej Kalisiak
On 04/07/06, Maciej Kalisiak <[EMAIL PROTECTED]> wrote: I'm using Vim 7 under WinXP, and the standard plugin "netrw" v98. According to the help docs I can limit the directory browser display to files which match a pattern. For example, I should be able to set the pattern using , provide a patte

Re: Project and ftp

2006-07-06 Thread Tom Purl
I don't believe so. > is it possible for the project plugin to create the files/dir > recursively if i give the ftp info? I tried with \C but with no luck. > Thanks > > On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: >> my_servers=/home/someguy/project_folder CD=. { >> ftp://servera.domain.com//ho

Re: Project and ftp

2006-07-06 Thread Silent1
is it possible for the project plugin to create the files/dir recursively if i give the ftp info? I tried with \C but with no luck. Thanks On 7/6/06, Tom Purl <[EMAIL PROTECTED]> wrote: my_servers=/home/someguy/project_folder CD=. { ftp://servera.domain.com//home/someguy/file1.html ftp://serve

Re: reloading of current file blows off syntaxhighlighting

2006-07-06 Thread Yakov Lerner
On 6/30/06, tosch <[EMAIL PROTECTED]> wrote: Hi, i'm using vim for viewing logfiles, because vims syntaxhighlighting gives me a quick and good overview on any messages. When the log-file is modified by an external application, vim notices that and prompts a W11-warning. If i now push the file-r

Re: Project and ftp

2006-07-06 Thread Tom Purl
my_servers=/home/someguy/project_folder CD=. { ftp://servera.domain.com//home/someguy/file1.html ftp://servera.domain.com//home/someguy/file2.html ftp://serverb.domain.com//home/someotherguy/file3.html } Basically, you use the same syntax that you would use to open a file via FTP with the netrw

Re: set textwidth=80 and c mode

2006-07-06 Thread Charles E Campbell Jr
Paul Drynoff wrote: On Thu, 6 Jul 2006 09:37:55 -0400 :help filetype-plugin This doesn't help. I try this: $ cat .vim/ftplugin/c.vim set textwidth=30 but nothing changes when I open "C file". Only such black magic helps: vim +'set formatoptions=vt' I don't know why? Do you hav

Project and ftp

2006-07-06 Thread Silent1
I've read thru the documentation for the project script and it says it can handle ftp but they do not provide an example. Will this allow me to edit ftp files from the project plugin? Basically i'm hoping it can provide the functionality as if this was a directory on my machine so i can just selec

Re: set textwidth=80 and c mode

2006-07-06 Thread Paul Drynoff
On Thu, 6 Jul 2006 09:37:55 -0400 > :help filetype-plugin > This doesn't help. I try this: $ cat .vim/ftplugin/c.vim set textwidth=30 but nothing changes when I open "C file". Only such black magic helps: vim +'set formatoptions=vt' I don't know why?

Re: Bug in chaining dictionary function calls

2006-07-06 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: I found a problem with chaining function calls through the new dictionary functions. Here is some code demonstrate the problem, if you execute this code, the last line generates an E488 error, where as the previous lines combines (they are equivalent) works fine. I c

Re: set textwidth=80 and c mode

2006-07-06 Thread Benji Fisher
On Thu, Jul 06, 2006 at 12:28:26PM +0400, Paul Drynoff wrote: > Hello. > > I for long time used vim with mutt, > like this: > set editor="vim +':set textwidth=60' %s" > > at now I need the same functionality for "C" files. > > but all looks like that textwidth is ignoring by vim, when "C mode" i

Re: turning on vim spell in xml documents

2006-07-06 Thread Benji Fisher
On Thu, Jul 06, 2006 at 10:00:27AM +0200, Eric Smith wrote: > How? If you want to set the 'spell' option, or make other customizations, when editing xml files, the recommended method is to create a personal ftplugin file for xml, usually $HOME/.vim/ftplugin/xml.vim (creating the directory if

Re: reloading of current file blows off syntaxhighlighting

2006-07-06 Thread Benji Fisher
On Fri, Jun 30, 2006 at 01:41:57PM +0200, tosch wrote: > Hi, > > i'm using vim for viewing logfiles, because vims syntaxhighlighting > gives me a quick and good overview on any messages. > > When the log-file is modified by an external application, vim notices > that and prompts a W11-warning. If

set textwidth=80 and c mode

2006-07-06 Thread Paul Drynoff
Hello. I for long time used vim with mutt, like this: set editor="vim +':set textwidth=60' %s" at now I need the same functionality for "C" files. but all looks like that textwidth is ignoring by vim, when "C mode" is on. may be there is similar option, but for "C mode"?

turning on vim spell in xml documents

2006-07-06 Thread Eric Smith
How? -- Eric Smith