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...
Dominic Evans
oldmanuk@...
Sep 1, 2005 11:48 am
61331
'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...
Groleo Marius
groleo@...
Sep 1, 2005 12:07 pm
61332
... 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...
Bram Moolenaar
Bram@...
Sep 1, 2005 12:32 pm
61333
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...
Gareth Oakes
goakes@...
Sep 1, 2005 12:53 pm
61334
... 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...
Tim Chase
vim@...
Sep 1, 2005 12:54 pm
61335
... 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...
Groleo Marius
groleo@...
Sep 1, 2005 12:59 pm
61336
... From: "Groleo Marius" <groleo@...> To: "Tim Chase" <vim@...> Cc: <vim@...> Sent: Thursday, September 01, 2005 2:58 PM Subject: Re:...
Tony Mechelynck
antoine.mechelynck@...
Sep 1, 2005 1:41 pm
61337
... 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...
Charles E. Campbell, ...
drchip@...
Sep 1, 2005 2:21 pm
61338
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...
Halim, Salman
salman@...
Sep 1, 2005 2:22 pm
61339
... 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...
Charles E. Campbell, ...
drchip@...
Sep 1, 2005 2:31 pm
61340
... 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...
Groleo Marius
groleo@...
Sep 1, 2005 2:36 pm
61341
... From: "Groleo Marius" <groleo@...> To: "Charles E. Campbell, Jr." <drchip@...> Cc: <vim@...> Sent: Thursday, September 01, 2005...
Tony Mechelynck
antoine.mechelynck@...
Sep 1, 2005 3:41 pm
61342
... From: "Charles E. Campbell, Jr." <drchip@...> To: "Oliver Fuchs" <oliverfuchs@...> Cc: <vim@...> Sent: Thursday, September 01,...
Tony Mechelynck
antoine.mechelynck@...
Sep 1, 2005 4:00 pm
61343
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...
Justin Randall
randall311@...
Sep 1, 2005 4:31 pm
61344
... Try using ... Sean...
Sean Hubbell
shubbell@...
Sep 1, 2005 5:05 pm
61345
... From: "Justin Randall" <randall311@...> To: <vim@...> Sent: Thursday, September 01, 2005 6:30 PM Subject: Expanding Syntax menu ... You can...
Tony Mechelynck
antoine.mechelynck@...
Sep 1, 2005 5:13 pm
61346
... 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....
Justin Randall
randall311@...
Sep 1, 2005 5:25 pm
61347
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...
Sean Hubbell
shubbell@...
Sep 1, 2005 6:51 pm
61348
... Enjoy, nikolai -- Nikolai Weibull: now available free of charge at http://bitwi.se/! Born in Chicago, IL USA; currently residing in Gothenburg, Sweden. ...
Nikolai Weibull
mailing-lists.vim@...
Sep 1, 2005 9:18 pm
61349
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...
... 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...
Oliver Fuchs
oliverfuchs@...
Sep 2, 2005 4:23 am
61352
... From: "Oliver Fuchs" <oliverfuchs@...> To: <vim@...> Sent: Friday, September 02, 2005 6:21 AM Subject: Re: 1,5s/[^ ]*// or 1,5dw? ... No, \S*...
Tony Mechelynck
antoine.mechelynck@...
Sep 2, 2005 4:40 am
61353
... 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...
Vu The Cuong
cuongvt@...
Sep 2, 2005 5:46 am
61354
... From: "Vu The Cuong" <cuongvt@...> To: <vim@...> Sent: Friday, September 02, 2005 7:45 AM Subject: automatically syntax by file...
Tony Mechelynck
antoine.mechelynck@...
Sep 2, 2005 6:02 am
61355
thanks.:) it simple but help me a lot. ... From: "Tony Mechelynck" <antoine.mechelynck@...> To: "Vu The Cuong" <cuongvt@...>; <vim@...>...
Vu The Cuong
cuongvt@...
Sep 2, 2005 6:04 am
61356
... 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...
Tim Chase
vim@...
Sep 2, 2005 12:48 pm
61357
... Thanks Tony, I did not realize that it had changed... Sean...
Sean Hubbell
shubbell@...
Sep 2, 2005 12:54 pm
61358
... 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...