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 111533 - 111562 of 137779   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
111562 Alexander Dietz
alexander.dietz@... Send Email
Feb 1, 2010
9:39 pm
Hi, I have a problem with vim I could not solve after extensive googling and trying out. I am using vi on a xterm and whenever I try to use backspace to delete...
111561 Reckoner
reckoner@... Send Email
Feb 1, 2010
8:33 pm
Hi, I am administrator on a Windows XP 64-bit machine and I just finished running the gvim72.exe installer. I made sure that the "install context menu items"...
111560 Raúl Núñez de A...
raulnac@... Send Email
Feb 1, 2010
7:58 pm
Saluton bw :) ... No, it's putting the reply text *before* the quoted text: http://en.wikipedia.org/wiki/Posting_style#Top-posting The preferred style on the...
111559 Lewis Thompson
purple@... Send Email
Feb 1, 2010
7:04 pm
Hi guys I'm using cscop and have cscopepathcomp=3 set in my .vimrc. This works correctly for lookups that don't use the quickfix window. However when the...
111558 meino.cramer@... Send Email Feb 1, 2010
6:06 pm
... Thanks to you all for your helps ! Vim for Editor! Have a nice week! best regards, mcc -- Please don't send me any Word- or Powerpoint-Attachments unless...
111557 Gary
gary@... Send Email
Feb 1, 2010
5:54 pm
I don't think it's possible with a regexp (due to the examples given previously). However, inside a function, you should be able to search for a comma, then...
111556 bw
bwakkie@... Send Email
Feb 1, 2010
4:49 pm
Sorry, I do not understand the concept top post, but I guess you mean start a new thread for a different question ;-) I just needed to add a /g in order to get...
111555 Christian Brabandt
cblists@... Send Email
Feb 1, 2010
4:08 pm
... Please don't top post. ... should do what you want. regards, Christian -- You received this message from the "vim_use" maillist. For more information,...
111554 Gary Johnson
garyjohn@... Send Email
Feb 1, 2010
4:02 pm
... That would explain this from the original post, too: In gvim, when at vim's command line, I can do c-<left> and c-<right> to move the cursor to the...
111553 bw
bwakkie@... Send Email
Feb 1, 2010
3:55 pm
Your last comment made me think. I would like all the html encoded parts like É, é ’ etc... to be transformed into real utf8 as the feed should be utf8....
111552 Tom Link
micathom@... Send Email
Feb 1, 2010
3:16 pm
... There seems to be a perl-based script that achieves this: http://github.com/c9s/vim-packager I haven't tested it though. BTW, the name vim-addon-manager is...
111551 Christian Brabandt
cblists@... Send Email
Feb 1, 2010
3:12 pm
... If the start and end pattern are always in a separate line, you could ... followed by an additional ... to remove the remaining <![[CDATA start and end...
111550 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 1, 2010
3:04 pm
... That's a hard one. I think you would have to write an ad-hoc function, using search() and maybe :mark, unless you always have a linebreak after <![[CDATA[...
111549 Tim Chase
vim@... Send Email
Feb 1, 2010
3:02 pm
... I think I qualify as one of those "serious users" :) I run Debian stable, which tends to be pretty antiquated (and provide cause for Tony to give me a...
111548 bw
bwakkie@... Send Email
Feb 1, 2010
3:01 pm
THX! that did the job! ... -- [Bb](astia{2}n)?\s?[Ww](ak{2}ie)?$ -- You received this message from the "vim_use" maillist. For more information, visit...
111547 Ben Fritz
fritzophrenic@... Send Email
Feb 1, 2010
2:51 pm
... I don't know about that. A person can use Vim exclusively and very efficiently without ever compiling it themselves. Vim is a powerful tool no matter how...
111546 Ben Fritz
fritzophrenic@... Send Email
Feb 1, 2010
2:49 pm
... In general, you can't. What are you trying to accomplish? There are many window switching commands that make it easy to go to a window and jump right back...
111545 Ben Fritz
fritzophrenic@... Send Email
Feb 1, 2010
2:46 pm
... That would be: " maximize Vim window autocmd GUIEnter * simalt ~x ...in your _vimrc or _gvimrc -- You received this message from the "vim_use" maillist. ...
111544 Tim Chase
vim@... Send Email
Feb 1, 2010
2:36 pm
... what happens to the rest of the content here? ... You might be able to do something like ... '<[^>]*>', '', 'g')/g (all on one line) It doesn't...
111543 bw
bwakkie@... Send Email
Feb 1, 2010
2:23 pm
Hello, I have a big xml solr feed out of my content management system that includes wysiwyg html tags inside CDATA tags. I am looking for a way to remove the...
111542 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 1, 2010
1:03 pm
... Vim already includes (if compiled with the proper features) two mechanisms for inter-process communication: - client-server operation (on both X11 and...
111541 Athunye
athunye@... Send Email
Feb 1, 2010
1:02 pm
... I cannot express my gratitude only by saying thanks, but for now it is the only thing I can do. Thanks a lot. -- You received this message from the...
111540 Timothy Madden
terminatorul@... Send Email
Feb 1, 2010
12:44 pm
Hello Anyone here has a good errorformat string for Visual Studio 2008 ? With multi-line template instantiation error messages if possible ? Thank you Timothy...
111539 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 1, 2010
11:51 am
On 14/12/09 19:13, Tim Chase wrote: [...] ... [...] Actually, it's "all" gvim builds for Unix/Linux, and "no" gvim builds for Windows. Best regards, Tony. -- A...
111538 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 1, 2010
11:26 am
... and since ":exe[cute]" accepts any number of arguments (and concatenates them space-separated), ... would work just as well. -- You received this message...
111537 Stroller
stroller@... Send Email
Feb 1, 2010
11:03 am
... I find this useful, added to .vimrc: function! TwiddleCase(str) if a:str ==# toupper(a:str) let result = tolower(a:str) elseif a:str ==# tolower(a:str) let...
111536 Christian Brabandt
cblists@... Send Email
Feb 1, 2010
10:38 am
... let g:mycolors = split(glob(expand("$HOME";)."/.vim/colors/*.vim"), "\n") regards, Christian -- You received this message from the "vim_use" maillist. For...
111535 Christian Brabandt
cblists@... Send Email
Feb 1, 2010
10:15 am
... and see the following paragraphs. regards, Christian -- You received this message from the "vim_use" maillist. For more information, visit...
111534 anna
annaklein497@... Send Email
Feb 1, 2010
9:42 am
Hi all, I want to a switch the character case of a string variable. Is there a function to invert the character case, from lowercase to uppercase and vice...
111533 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 1, 2010
8:04 am
... The simalt trick is locale-dependent, since the key for Maximize is not X in every menu language. In addition, it is win32-only (if someday you migrate to...
Messages 111533 - 111562 of 137779   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