Re: set textwidth=80 and c mode

2006-07-07 Thread Paul Drynoff
> This is the problem. If you add the line > > filetype plugin on > > to your vimrc file, then vim should recognize any file ending in .c as a > C file and apply the settings from ~/.vim/ftplugin/c/c.vim . > No this is not a sollution, .vim/ftplugin/c.vim already work, if I put to

Re: Project and ftp

2006-07-07 Thread Tom Purl
On Fri, Jul 07, 2006 at 02:35:25PM -0400, Silent1 wrote: > just one more quick thing, is there a way for the files listed in the > project pane that are on ftp/etc to just list their name instead of > ftp://[EMAIL PROTECTED]/somefolder/somefile > to only list somefolder/somefile or just somefile N

inputsecret() dialog?

2006-07-07 Thread Steve Hall
Is there a GUI dialog version of inputsecret()? -- Steve Hall [ digitect dancingpaper com ]

latex-suite and Vim 7.0 on Mac OS X

2006-07-07 Thread Serge Rey
I recently upgraded Vim from 6.4 to 7.0 (binaries from macvim.org) under Mac OS X(10.4.7) and have noticed that the latex-suite package is no longer working. I installed the suite package in my personal .vim directory (not a system install), and all other ftplugins seem to be working under 7.0

Re: Changing spell check colors

2006-07-07 Thread Charles E Campbell Jr
Chris Sutcliffe wrote: Using spell check in a terminal window hightlights some words with a bright green background and white text. I find this hard to read (I'm using a dark background and I have set background=dark in my .vimrc). Is it possible to override the the spell check color scheme, an

Re: WG: Launch a browser from url in text

2006-07-07 Thread Charles E Campbell Jr
Stefan Bittner wrote: is it possible to hide ex commands called via a mapping from appearing in the command line? See :help :map-silent Regards, Chip Campbell

Re: Out of sequence messages from python

2006-07-07 Thread Benji Fisher
On Thu, Jul 06, 2006 at 06:15:21PM +0100, J Alan Brogan wrote: > 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

WG: Launch a browser from url in text

2006-07-07 Thread Stefan Bittner
Hi, is it possible to hide ex commands called via a mapping from appearing in the command line? TIA, Stefan -Ursprüngliche Nachricht- Von: Bittner, Stefan Gesendet: Freitag, 7. Juli 2006 20:56 An: 'Cesar Romani' Betreff: AW: Launch a browser from url in text Hi Cesar, I don't think

Re: set textwidth=80 and c mode

2006-07-07 Thread Benji Fisher
On Fri, Jul 07, 2006 at 12:50:17PM +0400, Paul Drynoff wrote: > On Thu, 06 Jul 2006 10:45:54 -0400 > Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > > > > Do you have something like > > filetype plugin indent on > > in your <.vimrc>? > > > > When I put > >set tw=80 > > into my .vim/ftp

Re: Visual Highlight non-contiguous regions

2006-07-07 Thread Charles E Campbell Jr
stri ker wrote: Is there a way to visually highlight multiple non-adjacent lines at the same time? For example, highlight lines 1, 4, 7, but no other lines. Do you want to use ctrl-v, v, or V? With those, the answer is: (drumroll, please) ... No. However, if you're talking about :set hls,

Re: Large stynax files

2006-07-07 Thread Charles E Campbell Jr
Max Dyckhoff wrote: This is a really quick question, in a hope to save myself some potentially wasted time. The tags file for the code base I am using contains approximately 150,000 tags. A very quick parse of the file turns up around 15,000 tags that I would like to colour nicely in syntax - ba

Re: Project and ftp

2006-07-07 Thread Silent1
just one more quick thing, is there a way for the files listed in the project pane that are on ftp/etc to just list their name instead of ftp://[EMAIL PROTECTED]/somefolder/somefile to only list somefolder/somefile or just somefile Thanks in advance. On 7/6/06, Silent1 <[EMAIL PROTECTED]> wrote:

Visual Highlight non-contiguous regions

2006-07-07 Thread stri ker
Is there a way to visually highlight multiple non-adjacent lines at the same time? For example, highlight lines 1, 4, 7, but no other lines. Kevin

Large stynax files

2006-07-07 Thread Max Dyckhoff
This is a really quick question, in a hope to save myself some potentially wasted time. The tags file for the code base I am using contains approximately 150,000 tags. A very quick parse of the file turns up around 15,000 tags that I would like to colour nicely in syntax - basically /\s\+[dst]$. N

Help with a syntax region

2006-07-07 Thread Robert Hicks
syn match tclExternal "\<\(package\)\s\(forget\|ifneeded\|require\)\>" I would like a region that looks at the word(s) coming after that match. package require Tk Tk in that would be the word to match (and color). :Robert

Re: Fwd: How generate tags from /usr/include?

2006-07-07 Thread Jochen Baier
On Fri, Jul 07, 2006 at 05:05:42PM +0200, eldruida wrote: > -- Forwarded message -- > From: eldruida <[EMAIL PROTECTED]> > Date: 07/07/2006 17:04 > Subject: How generate tags from /usr/include? > To: vim@vim.org > > > Hi, > > Sorry, my english is bad. > > When I do tags, with ct

Re: Making vimdiff work

2006-07-07 Thread J.Hofmann
> Chip Campbell wrote: > > What is your shell quoting character? (:help 'shq') For Windoze, > generally it should be a double quote ("). Is was empty before, I set it to " without success. shell is C:\WINDOWS\system32\cmd.exe Regards Joachim ### This

Fwd: How generate tags from /usr/include?

2006-07-07 Thread eldruida
-- Forwarded message -- From: eldruida <[EMAIL PROTECTED]> Date: 07/07/2006 17:04 Subject: How generate tags from /usr/include? To: vim@vim.org Hi, Sorry, my english is bad. When I do tags, with ctags, in /usr/include/stdio.h it write this: /-- !_TAG_FILE_FORM

Re: Making vimdiff work

2006-07-07 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: Test diff.exe inside of gvim: :!diff -> opens shell with diff.exe What is your shell quoting character? (:help 'shq') For Windoze, generally it should be a double quote ("). Regards, Chip Campbell

Re: turning on vim spell in xml documents

2006-07-07 Thread Yakov Lerner
On 7/7/06, Eric Smith <[EMAIL PROTECTED]> wrote: Excuse my too brief question. Actually spell is turnned on for xml through my autocmd. Probelm is that spelling errors do not show up in tags and only in xml comments. I have to chenge filetype to (say) txt in order to see the typos. If you ope

Re: Changing spell check colors

2006-07-07 Thread Yakov Lerner
On 7/7/06, Chris Sutcliffe <[EMAIL PROTECTED]> wrote: Using spell check in a terminal window hightlights some words with a bright green background and white text. I find this hard to read (I'm using a dark background and I have set background=dark in my .vimrc). Is it possible to override the th

Changing spell check colors

2006-07-07 Thread Chris Sutcliffe
Using spell check in a terminal window hightlights some words with a bright green background and white text. I find this hard to read (I'm using a dark background and I have set background=dark in my .vimrc). Is it possible to override the the spell check color scheme, and if so, can someone plea

Re: turning on vim spell in xml documents

2006-07-07 Thread Eric Smith
Excuse my too brief question. Actually spell is turnned on for xml through my autocmd. Probelm is that spelling errors do not show up in tags and only in xml comments. I have to chenge filetype to (say) txt in order to see the typos. Any suggestions? On 06/07/06, Benji Fisher <[EMAIL PROTECTED

Re: set textwidth=80 and c mode

2006-07-07 Thread Paul Drynoff
On Thu, 06 Jul 2006 10:45:54 -0400 Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > > Do you have something like > filetype plugin indent on > in your <.vimrc>? > > When I put >set tw=80 > into my .vim/ftplugin/c/c.vim file, and then edited something.c, > the textwidth was then 80 inste

Making vimdiff work

2006-07-07 Thread J.Hofmann
Hello, I am trying to set up vimdiff, but E97 is thrown. gvim -d tutor.alter tutor.de "tutor.de" [unix] 847L, 31889C "tutor.alter" [unix] 853L, 31953C E97: Cannot create diffs Test diff.exe inside of gvim: :!diff -> opens shell with diff.exe Test of diff itself: C:\TEMP\vimtutor_

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

2006-07-07 Thread Yakov Lerner
On 7/7/06, Marshall Abrams <[EMAIL PROTECTED]> wrote: 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 reme

Re: virus-laden emails from someone on the Vim list

2006-07-07 Thread George V. Reilly
To make this a little more concrete, here's some data from the last few such emails that I've received. First, typical headers: From - Thu Jul 6 18:56:35 2006 X-Account-Key: account2 X-UIDL: 1152233907.18606.mta6-4 X-Mozilla-Status: 0001 X-Mozilla-Status2: 1000 Return-Path: