Skip to search.
vim · Vim (Vi IMproved) text editor users list

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

  Messages Help
Advanced
Messages 61330 - 61359 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
61330 Dominic Evans
oldmanuk@... Send Email
Sep 1, 2005
11:48 am
Hi, Is there an easy addition to my .vimrc to make Vim do a 'diffupdate' automatically every time I save one of the buffers being diffed? Should this not be...
61331 Groleo Marius
groleo@... Send Email
Sep 1, 2005
12:07 pm
'lo. Is it possible so a buffer could be resized so only it's statusLine would be visible? Below is how normal vim does it: +------------------- ... And this...
61332 Bram Moolenaar
Bram@... Send Email
Sep 1, 2005
12:32 pm
... Why? Mostly the diff is updated when making changes. When it gets out of sync you need to invoke ":diffupdate", but that is not directly related to...
61333 Gareth Oakes
goakes@... Send Email
Sep 1, 2005
12:53 pm
Hi Groleo, ... I have a couple of commands setup in my vimrc for "rolodex" mode: command Rolo set noequalalways winheight=99999 winminheight=0 command NoRolo...
61334 Tim Chase
vim@... Send Email
Sep 1, 2005
12:54 pm
... Just to get terminology right, those are "windows", not "buffers" ... Vim can have buffers open without having a window open on that buffer, but vim can't...
61335 Groleo Marius
groleo@... Send Email
Sep 1, 2005
12:59 pm
... The next thing that comes in my mind: can a text , from the statusLine, be highlighted? something like the autocomplete. What I'm thinking of is a better...
61336 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2005
1:41 pm
... From: "Groleo Marius" <groleo@...> To: "Tim Chase" <vim@...> Cc: <vim@...> Sent: Thursday, September 01, 2005 2:58 PM Subject: Re:...
61337 Charles E. Campbell, ...
drchip@... Send Email
Sep 1, 2005
2:21 pm
... I'd like to point out that ZoomWin allows one to "zoom into" a window (ie. have it expand to take over the entire vim screen) and "zoom back" to a multiple...
61338 Halim, Salman
salman@... Send Email
Sep 1, 2005
2:22 pm
Sometimes, when I make a major change, an explicit diffupdate is called for (when, as you mention, the diff gets out of sync). Usually, I like to save major...
61339 Charles E. Campbell, ...
drchip@... Send Email
Sep 1, 2005
2:31 pm
... To do that you'll need ... How about a verbose explanation... 1,5 apply following ex command over lines 1 through 5 s/ substitute ^ start from...
61340 Groleo Marius
groleo@... Send Email
Sep 1, 2005
2:36 pm
... Ok, combining the stuff above, got a little hack. http://photos1.blogger.com/blogger/4648/1229/1600/ss.jpg The topbar should list all the modifiable...
61341 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2005
3:41 pm
... From: "Groleo Marius" <groleo@...> To: "Charles E. Campbell, Jr." <drchip@...> Cc: <vim@...> Sent: Thursday, September 01, 2005...
61342 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2005
4:00 pm
... From: "Charles E. Campbell, Jr." <drchip@...> To: "Oliver Fuchs" <oliverfuchs@...> Cc: <vim@...> Sent: Thursday, September 01,...
61343 Justin Randall
randall311@... Send Email
Sep 1, 2005
4:31 pm
Hi, I was wondering if anyone could tell me how to make the vim syntax menu expanded by default. I have a key map that sets the syntax highlighting using the...
61344 Sean Hubbell
shubbell@... Send Email
Sep 1, 2005
5:05 pm
... Try using ... Sean...
61345 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2005
5:13 pm
... From: "Justin Randall" <randall311@...> To: <vim@...> Sent: Thursday, September 01, 2005 6:30 PM Subject: Expanding Syntax menu ... You can...
61346 Justin Randall
randall311@... Send Email
Sep 1, 2005
5:25 pm
... Thanks for your help Tony and Sean. Your GUI check statement was exactly what I was looking for! I noticed no slowdown whatsoever when loading gvim....
61347 Sean Hubbell
shubbell@... Send Email
Sep 1, 2005
6:51 pm
Hello, Does anyone have a problem when executing gvim when set the winsize in there .vimrc to something that is HIGHER than there XTERM window that has...
61348 Nikolai Weibull
mailing-lists.vim@... Send Email
Sep 1, 2005
9:18 pm
... Enjoy, nikolai -- Nikolai Weibull: now available free of charge at http://bitwi.se/! Born in Chicago, IL USA; currently residing in Gothenburg, Sweden. ...
61349 jason heddings
vim@... Send Email
Sep 1, 2005
9:38 pm
Is it possible to determine (based on the cursor location) which syntax elements are being matched? i.e. if I were editing a C++ file and the cursor were in a...
61350 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2005
1:32 am
... From: "Sean Hubbell" <shubbell@...> To: "vim mailing list" <vim@...> Sent: Thursday, September 01, 2005 7:58 PM Subject: winsize ... 1. I...
61351 Oliver Fuchs
oliverfuchs@... Send Email
Sep 2, 2005
4:23 am
... Yes, there has to be a second \s like ... to match the whitespace behind the first deleted word. ... Why is now the leading whitespace not deleted. * means...
61352 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2005
4:40 am
... From: "Oliver Fuchs" <oliverfuchs@...> To: <vim@...> Sent: Friday, September 02, 2005 6:21 AM Subject: Re: 1,5s/[^ ]*// or 1,5dw? ... No, \S*...
61353 Vu The Cuong
cuongvt@... Send Email
Sep 2, 2005
5:46 am
... From: Vu The Cuong To: vim@... Sent: Friday, September 02, 2005 2:43 PM Subject: automatically syntax by file extensions Currently I always open files...
61354 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 2, 2005
6:02 am
... From: "Vu The Cuong" <cuongvt@...> To: <vim@...> Sent: Friday, September 02, 2005 7:45 AM Subject: automatically syntax by file...
61355 Vu The Cuong
cuongvt@... Send Email
Sep 2, 2005
6:04 am
thanks.:) it simple but help me a lot. ... From: "Tony Mechelynck" <antoine.mechelynck@...> To: "Vu The Cuong" <cuongvt@...>; <vim@...>...
61356 Tim Chase
vim@... Send Email
Sep 2, 2005
12:48 pm
... If it's something she does frequently, you can make it even easier for her by either mapping it to a single keypress in your vimrc file: nnoremap <f4> :set...
61357 Sean Hubbell
shubbell@... Send Email
Sep 2, 2005
12:54 pm
... Thanks Tony, I did not realize that it had changed... Sean...
61358 Hakim
hakim@... Send Email
Sep 2, 2005
12:58 pm
... That's always annoyed me: having to edit a single monolithic file like that means that it's hard to automatically install a plugin to deal with a...
61359 Tofer Chagnon
chagnon@... Send Email
Sep 2, 2005
2:06 pm
... Try :help new-filetype Tofer...
Messages 61330 - 61359 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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