Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

From: "Christophe Poucet" <cpoucet@...> Newsgroups: comp.editors Subject: VIM 6.0 Compiling in Extras Date: Sun, 28 Jan 2001 18:35:05 +0100 ...
1 Jan 29, 2001
12:00 am

Sven Guckes
guckes@...
Send Email

Greetings, all... I have modified vim60t to support an ASCII version of the :sign command. This was partially because the graphical signs weren't quite...
4 Jan 28, 2001
9:16 pm

Bram Moolenaar
Bram@...
Send Email

I hope that subject is snappy. I recently found and cured a problem with the VIM PC port. I did not have a diff and did diff on a handy UNIX box. Since then, I...
1 Jan 28, 2001
5:54 pm

Walter Briscoe
wbriscoe@...
Send Email

Hi, as 'path' is a global option, I tried: " <runtime>/ftplugin/java.vim: set path=my_java_path if exists("b:did_mysettings") | finish | else | let...
3 Jan 28, 2001
5:27 pm

Bram Moolenaar
Bram@...
Send Email

Hi again, One thing I should mention about the ascii signs is that I made a small change to highlight_list_arg() in syntax.c in order to list them... if you...
1 Jan 28, 2001
5:03 pm

Mirian Crzig Lennox
mirian@...
Send Email

Hi folks, My previous posting was the patch for ASCII signs. I had meant to send it as an attachment, but I guess Mutt had other ideas. You should use the -p2...
1 Jan 28, 2001
4:53 pm

Mirian Crzig Lennox
mirian@...
Send Email

Hi, having: setlocal suffixesadd=.java setlocal includeexpr=substitute(v:fname,&#39;\&#92;.','/&#39;,'g') set path=/home/joze/jsrc and a file: ...
1 Jan 28, 2001
1:27 pm

Johannes Zellner
johannes@...
Send Email

... Well, don't do it then. Making it scroll faster isn't very useful, you won't be able to read the output. ... Hmm, the patch isn't complete. msg_scrolled...
2 Jan 27, 2001
12:14 pm

Alexander Wagner
A.Wagner@...
Send Email

... I'll take your word on that. But I still think my locale should be en_US since that's what language I read. I don't want all the menu's and confirmation...
1 Jan 26, 2001
11:33 pm

Devin Weaver
ktohg@...
Send Email

I have been using vim60c for some time on AIX 4.1. A colleague who decided to try vim, hit a small problem. I decided to move the installation to vim60t. I hit...
2 Jan 26, 2001
9:27 pm

Bram Moolenaar
Bram@...
Send Email

ignore if dup. I sent one message whilst I was not subscribed to the list... Ed ... hey all, I just thought I'd put my two cents worth in - 1) that bonobo is...
8 Jan 26, 2001
8:17 pm

horos
horos@...
Send Email

Hello, I have setup a file plugin for tcl files that sets up 'C' indenting (setlocal cindent). But, the problem that I am having is that tcl uses '#' for...
8 Jan 26, 2001
11:47 am

Benji Fisher
benji@...
Send Email

I've put together a patch to add the "-O[N]" command line argument, as described in the TODO text. This flag acts like the -o[N] argument, but instead of...
2 Jan 26, 2001
11:17 am

Bram Moolenaar
Bram@...
Send Email

Hi, I remember, that vim is able to query the xterm's bg color. (Is this true ?). Unfortunately I cannot find it in the docs. Can someone help me with this...
2 Jan 25, 2001
7:25 pm

Bram Moolenaar
Bram@...
Send Email

Several people have said that this command causes a crash in the Win32 GUI ... Whatever I try, it works fine for me (I get an error message). Can someone who...
4 Jan 25, 2001
7:20 pm

Bram Moolenaar
Bram@...
Send Email

Hi all -- Due to popular demand, the 6.0t (with patches) of gvim.exe is now on my alpha page: http://www.mossbayeng.com/~ron/vim/alpha.html enjoy!...
1 Jan 25, 2001
5:26 pm

Ron Aaron
raaron@...
Send Email

Cannot make Vim to automatically format my C comments. I want just the default /* * */ style. Almost all options are set to default; vim-6.0t; current settings...
3 Jan 25, 2001
4:05 pm

Benji Fisher
benji@...
Send Email

... Yep; I managed to toally miss the point there! ... Fair point; I wasn't defending the Perl definition, but I would have thought that, given that Perl *has*...
2 Jan 25, 2001
11:05 am

Bram Moolenaar
Bram@...
Send Email

Hi, Just for the record: for using gerspchk.vim, you'll only need one of the files, gerspchk.vim or gerspchk.vim.gz (I recommend you download the later and...
1 Jan 25, 2001
10:36 am

Thomas K�hler
jean-luc@...
Send Email

... I did a bit of poking around, and what I said before is only half the story -- it works for variables whose values include '+' (eg :let a="+10" followed by...
3 Jan 25, 2001
10:22 am

Zdenek Sekera
zs@...
Send Email

Hi, Everybody knows Dr Chip's cool engspchk.vim - bad luck, it's only for english, but there's also quite a few people out there editing German text files with...
1 Jan 25, 2001
10:19 am

Thomas K�hler
jean-luc@...
Send Email

I have two file name completion questions... OK, so really they are requests: 1. When completing a filename, and the filename contains an environment variable,...
1 Jan 25, 2001
1:40 am

Mark Waggoner
waggoner@...
Send Email

In Vim 5.7, I used autocommands to set up options for C and C++ coding. I finally got round to converting these to ftplugins for Vim 6.0. But, I made a mistake...
2 Jan 18, 2001
4:07 pm

Rafael Garcia-Suarez
rafael@...
Send Email

Here's one for ya... I originally was using 'setlocal cindent' in a file in vimfiles\ftplugin&#92;stp.vim but since the indenting for .stp files is not exactly...
2 Jan 18, 2001
3:43 pm

Jeff Lanzarotta
jefflanzarotta@...
Send Email

Patch 5.7.023 Problem: Crash when a WinLeave autocommand deletes the buffer in the other window. Solution: Check that after executing the WinLeave...
1 Jan 18, 2001
3:07 pm

Bram Moolenaar
Bram@...
Send Email

Is there any effort to bonoboize vim? I'd like to use vim as my text editor in evolution, etc. Brian...
7 Jan 18, 2001
12:42 pm

Neil Bird
neil.bird@...
Send Email

The old indent/vim.vim would get easily fooled by a number of different constructs and the resulting indenting would not be adequate. The attached new version...
30 Jan 18, 2001
10:22 am

Bram Moolenaar
Bram@...
Send Email

People of earth! A rough-and-tumble patch is attached. This turned out to be fairly straightforward, which makes me think that I've missed something huge and...
2 Jan 18, 2001
10:22 am

Bram Moolenaar
Bram@...
Send Email

So last night I started throwing together some code to allow extra (non-backrefable) subexpressions using \%(..\). The way it is at the moment, subexpressions...
2 Jan 18, 2001
10:21 am

Bram Moolenaar
Bram@...
Send Email

Hi, I just found that the sandbox feature for statusline function evaluation (since 6.0r) kills my neat power-supply info field, since (linux specific) I have...
2 Jan 17, 2001
9:30 pm

Bram Moolenaar
Bram@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help