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

Messages

Advanced
Messages Help
Messages 83345 - 83374 of 138172   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
83345 Suresh Govindachar
sgovindachar@... Send Email
Sep 28, 2007
11:34 pm
... Can't it just be done? What happens if you add the lines: let foo = `make` echo foo and run cases when make succeeds and when make fails? Or doesn't...
83346 Tom Flynn
flynnt@... Send Email
Sep 28, 2007
11:42 pm
... not sure, i'm still a bit of a noob with vim scripting. the getqflist() looks promising. i'll give that a shot too. thanks for the suggestions! -tom ......
83347 Gary Johnson
garyjohn@... Send Email
Sep 29, 2007
12:04 am
... No, it doesn't. Even if it did, that would be executing the OS command "make", not the vim command ":make". The output of the former would not be...
83348 rob
apollo730730@... Send Email
Sep 29, 2007
12:42 am
Hi, I have a few questions on tselect command and would appreciate if someone could help me out. 1) Is there a way to customize the output of the tselect...
83349 A.Politz
politza@... Send Email
Sep 29, 2007
12:46 am
... Even if it did execute vims make, make is not an expression, it is a command and commands have no return value. if...
83350 Tom Flynn
flynnt@... Send Email
Sep 29, 2007
1:25 am
... and it does! Thank you!! -tom --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
83351 John Beckett
johnb.beckett@... Send Email
Sep 29, 2007
3:17 am
Would someone please have a quick look at the following tip and tell me if it is obsolete. LaTeX: Addition to latex-suite: folds the preamble ...
83352 Vishnu
vishnu@... Send Email
Sep 29, 2007
5:17 am
... Behalf ... 'omni ... text ... it. ... Hi ap, Thanks ap. I am not referring to the script (http://vim.sourceforge.net/scripts/script.php?script_id=1785). ...
83353 thomas
micathom@... Send Email
Sep 29, 2007
9:02 am
... I don't think you can do this directly with :tselect. But you can run taglist() to get a list of tags and then create your own. Or you could use...
83354 Vincent Beffara
vbeffara@... Send Email
Sep 29, 2007
10:42 am
... At least no addition to the package is needed, the simplest way to fold the preamble is let g:Tex_FoldedMisc = 'preamble,' in .vimrc. One trick though is...
83355 John Beckett
johnb.beckett@... Send Email
Sep 29, 2007
11:14 am
... Thanks Vincent - but suppose I am a humble wiki editor with zero understanding of the subject. I'm asking if the above tip has been obsoleted by changes in...
83356 Vincent Beffara
vbeffara@... Send Email
Sep 29, 2007
12:59 pm
... I cannot be sure that latex-suite changed since then, because I installed it less than a year ago myself, but I am assuming that it is indeed the case. On...
83357 Mikael Jansson
lists@... Send Email
Sep 29, 2007
6:31 pm
Hi, Looking into doing some Lisp hacking, but I'd rather not switch to Emacs. SLIM-VIM seems to be dead. What do you guys use? Thanks, Mikael ...
83358 lukio
baires.lrossi@... Send Email
Sep 29, 2007
7:31 pm
Vim talk: http://www.cafeconf.org/2007/modules/myconference/viewspeech.php?sid=67&cid=1 CaFeCONF 2007 6tas. Conferencias Abiertas de Software Libre y GNU/Linux...
83359 Claus Reinke
claus.reinke@... Send Email
Sep 29, 2007
10:08 pm
... thanks, that looks nice! i especially like the combination of blocking remote_read in the tool vim and non-blocking RemoteReply in the calling vim. ...
83360 Mikael Jansson
lists@... Send Email
Sep 30, 2007
10:10 am
... Two mappings I find useful: " reformat current paragraph ... " reformat current selection ... - Mikael ...
83361 Mikael Jansson
lists@... Send Email
Sep 30, 2007
12:23 pm
Hi, I'm working on a bunch of different projects, and I want to have tags files for them. My assumptions are the following: * I should have one tags file per...
83362 Tony Mechelynck
antoine.mechelynck@... Send Email
Sep 30, 2007
2:09 pm
... 1) one tagfile per project: I agree. 2) all tagfiles collected together: it might be easier to handle if each tagfile is in the top directory for the...
83363 Mikael Jansson
lists@... Send Email
Sep 30, 2007
10:03 pm
... But of course! That is very clever. Thanks! ... Right, that is precisely the behaviour I want -- tags for my project, and tags for the SDK I use. ... ...
83364 Mikael Jansson
lists@... Send Email
Sep 30, 2007
10:42 pm
Hey Tony! ... Not quite sure I understand what you mean by "automatic&quot;, here -- I looked in the Makefile but couldn't find much useful that relates to ...
83365 Michael Graz
mg.graz@... Send Email
Sep 30, 2007
10:58 pm
This is a plugin for interfacing Vim with Microsoft Visual Studio. It has been a long time coming but finally there is a new version available. There have...
83366 Suresh Govindachar
sgovindachar@... Send Email
Sep 30, 2007
11:13 pm
... Given your description I highly recommend the taglist plugin: it can work on a project spread over multiple, non-nested directories and it generates the...
83367 BartlebyScrivener
bscrivener42@... Send Email
Oct 1, 2007
2:12 am
... Hey, that's great. That extra space has bugged me for a year or so. I make headings with H="blah blah" and had iab hh H=""<Left> for an abbreviation. Where...
83368 Normandie Azucena
Normandie.Q.Azucena@... Send Email
Oct 1, 2007
2:52 am
hello all can any guru contribute an indent script for vera? me and my colleagues will appreciate it greatly. tnx ...
83369 Tim Chase
vim@... Send Email
Oct 1, 2007
3:01 am
... Experimenting. I have no idea if it's a documented feature, or if I'm abusing a bug. :) I would suggest that Tony's recommendation to use control+] to ...
83370 A.Politz
politza@... Send Email
Oct 1, 2007
3:01 am
... The docu suggests this solution to the problem in ':h abbreviations&#39; "You can even do more complicated things. For example, to consume the space typed...
83371 A.Politz
politza@... Send Email
Oct 1, 2007
3:03 am
... Can't she ask for it herself ? I have one script laying around which I could spare. -ap -- Ich hab geträumt, der Krieg wär vorbei. ...
83372 Normandie Azucena
Normandie.Q.Azucena@... Send Email
Oct 1, 2007
3:17 am
... From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of A.Politz Sent: Monday, October 01, 2007 4:12 AM To: vim_use@googlegroups.com ...
83373 Ben Schmidt
mail_ben_schmidt@... Send Email
Oct 1, 2007
3:39 am
... Perhaps try asking the maintainer of the vera.vim syntax file: " Maintainer: Dave Eggum (opine at bluebottle dOt com) I or someone else on the list may...
83374 Tony Mechelynck
antoine.mechelynck@... Send Email
Oct 1, 2007
3:46 am
... "make tags" generates tags for the Vim project (which, on my machine, has its files at ~/.build/vim/vim71/ and below). You could have a similar target in ...
Messages 83345 - 83374 of 138172   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