Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 66264 - 66293 of 138215   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
66293 Bram Moolenaar
Bram@... Send Email
Mar 2, 2006
9:58 am
... You don't need a startline parameter, you can set the cursor to where you want the search to start. You just need to save and restore the cursor (I'll...
66292 Mikolaj M.
mikmach@... Send Email
Mar 2, 2006
9:27 am
... Don't know what you mean 'ugly'. But usually this works ok: %s/>\_s*</>\r</g gg=G (=G part may be slow on big files) m. ... (Bardzo) Tanie rozmowy...
66291 A. J. Mechelynck
antoine.mechelynck@... Send Email
Mar 2, 2006
9:17 am
... To move the cursor from the starting to the ending tag, use matchit. The XML filetype-plugin should take care of initializing its variable correctly. If...
66290 Ken Perl
kenperl@... Send Email
Mar 2, 2006
8:34 am
what plugin of the matching command '%' could be used to match a xml element? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")'...
66289 A. J. Mechelynck
antoine.mechelynck@... Send Email
Mar 2, 2006
5:42 am
... I'm not very qualified about terminal-related issues; it's just that I've kept my ears and eyes open while on this list. I just hope Luis can debug his...
66288 Benji Fisher
benji@... Send Email
Mar 2, 2006
5:37 am
... Thanks, that works. Still, I wonder whether this might be slower than :0/<pat> . Maybe, before we get too used to the new stopline parameter to search()...
66287 Benji Fisher
benji@... Send Email
Mar 2, 2006
5:18 am
... Good for you: that was going to be my next question. ... I think that Tony is more qualified than I am to help you work out terminal-related issues; see...
66286 Diwaker Gupta
diwaker.lists@... Send Email
Mar 2, 2006
5:01 am
... Vim is an editor. Not an HTML pretty printer. Use Tidy (http://tidy.sf.net). You can easily setup bindings to invoke Tidy on a buffer. HTH, Diwaker -- ...
66285 Ken Perl
kenperl@... Send Email
Mar 2, 2006
3:16 am
I got a unformat and ugly long xhtml file, how to make it clean formated quickly? -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\@`` ")'...
66284 A. J. Mechelynck
antoine.mechelynck@... Send Email
Mar 2, 2006
3:09 am
Luis A. Florit wrote: [...] ... [...] Maybe your console Vim and your console terminal are misunderstanding each other. Open vim in a terminal, hit i to start...
66283 Luis A. Florit
vim@... Send Email
Mar 2, 2006
2:52 am
...continuation... These are the keys shown by í<C-v><S-...>: S-Up ^[[a S-Right ^[[c S-Down ^[[b S-Left ^[[d C-Up ^[Oa C-Right ^[Oc C-Down ^[Ob ...
66282 Luis A. Florit
vim@... Send Email
Mar 2, 2006
2:17 am
... I've installed 6.4 in a SunOS. ... Yes. 'vim -u NONE' with Vim 6.3 in Linux, and Vim 6.4 in SunOS. Same results... This is what I did: vim -u NONE somefile...
66281 Luis A. Florit
vim@... Send Email
Mar 2, 2006
1:23 am
Chip and all, It worked fine (I installed your file in /usr/share/vim/vim63/syntax/tex.vim, moving the old one), but since I have my own folding (eg, preamble,...
66280 Bram Moolenaar
Bram@... Send Email
Mar 1, 2006
9:39 pm
... Yep, the problem appears in expand_filename(). ... With the current snapshot it's a matter of running "make". Configure should figure out everything, as...
66279 Alan Schmitt
alan.schmitt@... Send Email
Mar 1, 2006
7:34 pm
... Is this related to the bug I mentioned a few days ago? I built Vim on X.4.4 with -O2 and -g, and here is the backtrace I got from the segfault: (gdb) bt #0...
66278 Gerald Lai
laige@... Send Email
Mar 1, 2006
6:55 pm
On Wed, 1 Mar 2006, Benji Fisher wrote: [snip] ... To place the cursor at the beginning of the search occurence, remove ... The anchors for start and...
66277 Gary Johnson
garyjohn@... Send Email
Mar 1, 2006
6:34 pm
... It seems to. I have this in my ~/.vimrc, au FilterWritePre * if &diff | set virtualedit=all | endif so that I can horizontally scroll from any line in...
66276 Christian Ebert
blacktrash@... Send Email
Mar 1, 2006
5:31 pm
... What I am missing are some customizations to support writing .dtx files. -- At least a search on vim.org didn't turn up any promising results (please...
66275 Bram Moolenaar
Bram@... Send Email
Mar 1, 2006
4:33 pm
... That page is outdated. Just like the support for the Qt version (aka KDE version) of Vim. Since the maintenance was not happening the code was removed. ...
66274 Benji Fisher
benji@... Send Email
Mar 1, 2006
3:54 pm
... Charles Campbell maintains the (la)tex syntax file. When I asked him (a long time ago) about also supporting plain tex with the same file, he did not like...
66273 Kyku
kwrzalik@... Send Email
Mar 1, 2006
3:48 pm
Hello all, On the following page (http://www.freehackers.org/kvim/) I found a mention that VIM is going to support QT toolkit from 7.0. How am I supposed to...
66272 Benji Fisher
benji@... Send Email
Mar 1, 2006
3:31 pm
... I have not tried it. Does it work well? ... Ouch. That should be "wincmd K". Vim hangs with "wincmd J". I guess it gets into an infinite loop. ... I...
66271 Bram Moolenaar
Bram@... Send Email
Mar 1, 2006
3:27 pm
... I just managed to make configure work with Xcode 2.2 and OS X 10.4. With a bit of luck "make" now produces a universal binary automatially (if you...
66270 Benji Fisher
benji@... Send Email
Mar 1, 2006
2:44 pm
... I will update that at some point, but first I need to make some time to organize all the suggestions and problems for compiling vim on Intel macs and...
66269 Benji Fisher
benji@... Send Email
Mar 1, 2006
2:39 pm
... [snip] ... I do not trust CTRL- with anything other than A-Za-z . On other characters, I am willing to try it, but if it does not work, I give up. So...
66268 Benji Fisher
benji@... Send Email
Mar 1, 2006
2:26 pm
... I am nervous about trying :diffsplit with 'compatible&#39; set and none of the standard plugins, so I would recommend this variant: $ vim -u...
66267 Bram Moolenaar
Bram@... Send Email
Mar 1, 2006
10:17 am
... So far there was one tex syntax file for both TeX and LaTeX. Splitting it up in separate syntax files has advantages and disadvantages. I think the main...
66266 A. J. Mechelynck
antoine.mechelynck@... Send Email
Mar 1, 2006
10:08 am
A. S. Budden wrote: [...] ... So it's a Windows font on a Linux system. Maybe that's the problem. Try using the "lucidatypewriter" (or maybe Lucida Typewriter)...
66265 Chris Allen
c.d.allen@... Send Email
Mar 1, 2006
10:02 am
... That should certainly work, I think. ... Well, I think it depends on what you're doing and on your tastes. In most of my longer report-style documents I...
66264 A. S. Budden
abudden@... Send Email
Mar 1, 2006
9:57 am
... Sorry for the confusion everyone: I use Arch Linux, but have a dual boot to Windows and always kinda liked the Lucida Console font, so I copied it across...
Messages 66264 - 66293 of 138215   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