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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 87049 - 87078 of 137836   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
87049 Ciccio Bodoni
ciccio.bodoni@... Send Email
Feb 3, 2008
3:34 pm
Hi, thanks for your replies. I've already created a _gvimrc file. Let's talk about some encoding related options: what are really necessary for my purposes...
87050 Fabio S.
f.stumbo@... Send Email
Feb 3, 2008
4:38 pm
... Well, maybe this could be the right way to do it, but it seems too complicate to be done just for personal use: if it works, it would be worth to be...
87051 Dominique Pelle
dominique.pelle@... Send Email
Feb 3, 2008
5:50 pm
... Using non-antialiased fonts makes the GNOME terminal not only look better, but also significantly faster. -- Dominique ...
87052 Ciccio Bodoni
ciccio.bodoni@... Send Email
Feb 3, 2008
7:49 pm
Many thanks, especially to Ben Schmidt: my mind is really clearer now! I got things done with just three line in my _vimrc file: set encoding=utf-8 --> Every...
87053 Andreas Müller
andrmuel@... Send Email
Feb 3, 2008
8:52 pm
... Unless you need the dvi file, I just don't see the motivation for doing the extra step. Also I think some things that work with pdflatex don't work with...
87054 Bernhard Walle
bernhard.walle@... Send Email
Feb 3, 2008
10:55 pm
Hi, I'm trying to add syntax-based folding to the asciidoc.vim syntax file (which is not in the vim distribution but in the asciidoc distribution). I just want...
87055 Andy Wokula
anwoku@... Send Email
Feb 4, 2008
12:16 am
... Right, you want the same \n to be matched by two different rules. ... Suggestion: syn region asciidocOneLineTitle2Foldregion \ start=/^===&#92;s.*\s===$/ \...
87056 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 4, 2008
2:38 am
... This defines Vim's internal representation of the data. With anything else, you run the risk of not being able to represent internally some of the data ...
87057 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 4, 2008
2:55 am
... [...] ... Not really: even in gvim, it is relevant for the keyboard. (In console Vim it is relevant for both the keyboard and the display.) ... Since these...
87058 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 4, 2008
3:16 am
... You will be able to find out yourself. If you can't type "Che sarà, sarà", "Dove non c'è pericolo non c'è gloria", "Faremo di necessità virtù" etc....
87059 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 4, 2008
3:24 am
... Thanks, Tony. Correction appreciated. ... Mmm. Good call/good advice. Ben. Send instant messages to your online friends http://au.messenger.yahoo.com ...
87060 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 4, 2008
3:26 am
... They look to me like they will suffice. If you find you have trouble typing certain accented characters with your Italian keyboard, you will need to add...
87061 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 4, 2008
6:36 am
... Nope. I most certainly meant 'encoding&#39;, and the reasoning is explained in the followup posts by both myself and Tony. If 'encoding&#39; is anything but utf-8,...
87062 Malmberg Emil (Consul...
emil.malmberg@... Send Email
Feb 4, 2008
11:14 am
Hi, I have a problem where writing some files takes a lot of time. I edit a lot of different java source files, and for most of them, a write takes a...
87063 Volker Glave
volker.glave@... Send Email
Feb 4, 2008
11:28 am
On Feb 2, 2:32 pm, Tony Mechelynck <antoine.mechely...@...> ... Ok, thank you. ... Since I do not need Toggle() that much I do a ... in vimrc now to undo...
87064 The Thanh Han
hanthethanh@... Send Email
Feb 4, 2008
11:41 am
Dear all, is it possible to protect a vim script from being read by the user running that script? For example, I want to make a vim script and give it to a...
87065 Tim Chase
vim@... Send Email
Feb 4, 2008
11:51 am
... Your first stop might be to check the output of ... to see what scripts have been loaded. As for when/how they get loaded for some files but not for ...
87066 Matthew Winn
vim@... Send Email
Feb 4, 2008
11:52 am
On Mon, 4 Feb 2008 12:40:34 +0100, The Thanh Han ... No, it can't be done. In order for the script to be used it must be readable. It's like web pages: if you...
87067 Tim Chase
vim@... Send Email
Feb 4, 2008
12:06 pm
... Short answer: No. Long answer: Nooooooo! ...because Vim has to be able to read the file to source it. Once Vim's started up, there's no way to chroot it...
87068 marc daya
marc.daya@... Send Email
Feb 4, 2008
12:36 pm
Greetings I'm having trouble using <ctrl-^> to access an alternate file in gVim 7.1 under MacOS X. In console/terminal Vim the keystroke has expanded into a ...
87069 krischik
krischik@... Send Email
Feb 4, 2008
1:16 pm
Hello, The situation: I tried to refactor about 25 Scripts which I read with "gvim *.zsh". In the middle of the job gvim hung on some X-Server problem and I...
87070 Tim Chase
vim@... Send Email
Feb 4, 2008
2:02 pm
... You might script something in your shell, and with Vim using command-line arguments. Something like the untested: for i in *.txt; do vim -c "wq" -r $i;...
87071 Karl Anderson
carlo7@... Send Email
Feb 4, 2008
2:17 pm
Hello, Is there anyway to set a narrow buffer on either side of my window so the text doesn't wrap exactly on the border? Thank you, k "When I gave food to the...
87072 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 4, 2008
2:27 pm
... One way of doing it is ... if that helps (as mentioned at :help ctrl-^, this is equivalent). Of course you could map something to that. ... Ben. Send...
87073 key.vim@... Send Email Feb 4, 2008
2:32 pm
Thanks a lot! cheers, keyan On Feb 3, 8:24 am, Tony Mechelynck <antoine.mechely...@...> ... --~--~---------~--~----~------------~-------~--~----~ You...
87074 Malmberg Emil (Consul...
emil.malmberg@... Send Email
Feb 4, 2008
2:55 pm
... Well, :scriptnames revealed a plugin named eclim (eclim.sourceforge.net). It is this one that I had in mind when I said I sort of remembered installing...
87075 marc daya
marc.daya@... Send Email
Feb 4, 2008
3:20 pm
... Perfect! Thanks, Ben. I didn't know that there was indexed help for the key-strokes, so I've learned two things today. Thanks again. -- I reject your...
87076 thomas
micathom@... Send Email
Feb 4, 2008
3:43 pm
... You mean a margin? For the left margin you could use foldcolumn maybe, for the right wrapmargin? Something like that? ...
87077 DervishD
vim@... Send Email
Feb 4, 2008
4:27 pm
Hi all :) I would like, for some filetypes, to highlight any text I write that passes beyond the "textwidth&quot; column, as automatically as possible. Of course, I...
87078 Benjamin Fritz
fritzophrenic@... Send Email
Feb 4, 2008
4:33 pm
... I took this to mean when you are wrapping text with ":set wrap". I've found it very annoying myself that all wrapped lines look just like normal lines,...
Messages 87049 - 87078 of 137836   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