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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Hi, This patch just fixes a few problems for the qnx port - * A mistake in os_qnx.c * Scrolling in vertically split windows with photon * A few functions were...
1 Apr 5, 2001
10:08 am

Julian Kinraid
jkinraid@...
Send Email

If the win32 version is not running in a console (e.g. over telnet) then an attempt to change the terminal size results in Vim trying to resize the Win32...
1 Apr 5, 2001
9:44 am

Vince Negri
vnegri@...
Send Email

Hello, Scrolling in quickfix window using i and j (and some others) does not remove highlighting from the previous line. Ctrl-L fixes it. Also, after doing...
2 Apr 5, 2001
9:21 am

Bram Moolenaar
Bram@...
Send Email

Similar procedure to my previous bug report, but the attached file is different this time. - vim -u NONE -U NONE - :set nocompatible - :e test.txt...
2 Apr 5, 2001
9:20 am

Bram Moolenaar
Bram@...
Send Email

- vim -u NONE -U NONE - :set nocompatible - :e test.txt (Attached) - :vmap _> :s/^/> /<CR> - :nmap <F2> VG_>gvgq&#39;< - Hit <F2>, which reformats the file as...
2 Apr 5, 2001
9:20 am

Bram Moolenaar
Bram@...
Send Email

hello, i asked this on vim@... and did not get an answer. could someone see if they know how to do this.... thanks, denis ... [snip] is it possible to use...
1 Apr 4, 2001
8:50 pm

Denis Perelyubskiy
denisp@...
Send Email

Hi, If I run Vim built on SunOS 5.6 on SunOS 5.5.1 and invoke help then I am getting the following exception: ld.so.1: /usr/local/packages/vim/vim-5.7/bin/vim:...
3 Apr 4, 2001
5:55 pm

Martin [Keso] Keseg
Martin.Keseg@...
Send Email

Hello Folks, Is it possible to achieve the following in any manner: If on a closed fold, 'zo' would open that fold else 'zo' would open the first closed fold...
1 Apr 4, 2001
5:26 pm

Pritesh Mistry
MPritesh@...
Send Email

Question: Is it possible that the error-window is automatically opened if a ":make" or ":grep" signals some errors and the error-window *is not* already open? ...
3 Apr 4, 2001
4:13 pm

Bram Moolenaar
Bram@...
Send Email

Hello all, I've written a simple PO mode for Vim. PO files, if you don't know it, are a message catalog file format for gettext used for localising software....
1 Apr 4, 2001
12:51 pm

Michael Piefel
piefel@...
Send Email

Hi all! I'm using ftplugin scripts to get special behavior, scripts, etc. loaded for particular files. Specifically, I have a line like: vim: ft=specialty...
5 Apr 4, 2001
9:06 am

Moore, Paul
Paul.Moore@...
Send Email

I want to make Ctrl-Shift-A map to something. But when I have map <c-s-a> ...stuff... I get map <C-A> ...stuff... which of course means pressing Ctrl-A no...
3 Apr 4, 2001
6:22 am

Bohdan Vlasyuk
bohdan@...
Send Email

... Hmm, that *used* to stop it, at least for me, but no longer with ft==vim files. I haven't bothered to track it down yet... OK, here's why: vim 6.0z has a...
2 Apr 3, 2001
5:35 pm

Mark Waggoner
waggoner@...
Send Email

Hi, I noticed today that version 6.0z of help.txt doesn't include a reference to the ruby interface. I don't believe this was intentionally done, since the...
1 Apr 3, 2001
11:28 am

Madoka Machitani
madokam@...
Send Email

Patch 5.7.028 Problem: Creating a backup or swap file could fail in rare situations. Solution: Use O_EXCL for open(). Files: src/fileio.c,...
1 Apr 3, 2001
10:01 am

Bram Moolenaar
Bram@...
Send Email

[redirected to the vim-dev list, since this is about Vim 6.0] ... "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke ... ...
1 Apr 3, 2001
10:01 am

Bram Moolenaar
Bram@...
Send Email

Hello all, I decided recently to find out about SGML and DocBook, and unsurprisingly would find it useful to have some tools that convert a DocBook file into ...
3 Apr 3, 2001
9:12 am

Michael Piefel
piefel@...
Send Email

Deep down in the TODO list I found an entry about creating menu items for setting common options. I haven't found any further discussion about this on the...
2 Apr 3, 2001
9:01 am

Bram Moolenaar
Bram@...
Send Email

hello, i havent been paying much attention to Explore script, and i just tried it and it turned out amazingly easy and usefull and actually usable :) ......
4 Apr 3, 2001
1:43 am

Benoit Cerrina
benoit.cerrina@...
Send Email

Mark, I should also say that when i hit enter on "../", i am taken to the right directory, and the display is fine, and everything. denis -- /* * Denis...
1 Apr 3, 2001
12:29 am

Denis Perelyubskiy
denisp@...
Send Email

Forgot to reply-all. ... Date: Mon, 2 Apr 2001 08:38:46 -0400 (EDT) From: Chase Tingley <tingley@...> To: Mary Ellen Foster <mef@...> ...
1 Apr 2, 2001
12:39 pm

Chase Tingley
tingley@...
Send Email

Hi all, A couple of days ago I started programming in GTK+, just to get some experience with working with an API, and to fix bugs / create apps just for fun...
2 Apr 2, 2001
12:18 pm

Vadim Zeitlin
Vadim.zeitlin@...
Send Email

From: Dr. Charles E. Campbell [mailto:cec@...] ... will highlight lines 11-19. The only trouble is that these don't accumulate, so you'd have...
5 Apr 2, 2001
10:41 am

Neil Bird
neil.bird@...
Send Email

Hi, On Windows 2000, vim 6.0z includes hidden files when doing command line filename completion. Is this new? I don't recall it happening previously. If it is...
7 Apr 1, 2001
4:08 pm

Craig Barkhouse
craigbarkhouse@...
Send Email

Vim explodes when first character of command is lowercase [:alpha:] but not ... +++ ex_docmd.c Fri Mar 30 14:52:55 2001 @@ -1226,7 +1226,7 @@ goto doend; } ...
4 Apr 1, 2001
10:45 am

Bram Moolenaar
Bram@...
Send Email

hello all, ouch Iam again and again taunted by compiler and system bugs. I was editting one of the files to add the printing stuff and I put a for loop for(i...
4 Apr 1, 2001
9:21 am

Vince Negri
vnegri@...
Send Email

Since I'm naturally lazy, I threw together a python script that extracts Bram's patches out of his emails and applies them to the dev source (without exiting...
6 Mar 31, 2001
9:39 pm

Jon Miner
miner@...
Send Email

... The minimum set of operations that should work are: 1. Copying from xterm/rxvt and pasting into a vim running in a rxvt. 2. Copying from vim running in...
13 Mar 30, 2001
6:43 pm

Bram Moolenaar
Bram@...
Send Email

How can I silence 'wq' in a script? The usual 'silent wq' doesn't work, I still get message like "x" 12L 100C [w] on the command line I don't want it....
2 Mar 30, 2001
6:43 pm

Bram Moolenaar
Bram@...
Send Email

... This cause some trouble. I revise this with attached patch. ... Muraoka Taro <koron@...>...
1 Mar 30, 2001
3:27 pm

Muraoka Taro
koron@...
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