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 115450 - 115479 of 137809   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
115450 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 1, 2010
7:32 am
... I'm surprised that this post hasn't yet got any reply. Once you have the source, you may select compile-time options. See ...
115451 Andrei Popescu
andreimpopescu@... Send Email
Jul 1, 2010
7:47 am
... Etch doesn't have security support anymore, you should upgrade to Lenny. ... If you stay on Etch and want to try a newer version there is a backport of...
115452 Sven Eppler
sven@... Send Email
Jul 1, 2010
9:54 am
Hi, ... cpoptions=aAbBcCdDeEfFgHiIjJkKlLmMnoOpPqrRsStuvwWxXyZ$!%*-+<> I only get the hind, that '/usr/share/vim/vim70/plugin/zipPlugin.vim' last changed this...
115453 Sven Eppler
sven@... Send Email
Jul 1, 2010
10:01 am
I know, but it's an virtual server on which currently lenny isn't supported by the hoster. But i will have a look at the backports or try to build my own vim....
115454 Marc Weber
marco-oweber@... Send Email
Jul 1, 2010
11:04 am
Hi Ted: You're writing code for a system you've been using. You say its not ready for release. Still you care much about portability and other users (?). One...
115455 Etienne Vallette d...
etienne.vallettedosia... Send Email
Jul 1, 2010
11:46 am
... Hello, I love this idea !!! I don't know vimscript but I'm a rubist, and I would be more than happy if I could help you. Best regards, -- Etienne Vallette...
115456 永远的冰点
design163@... Send Email
Jul 1, 2010
1:07 pm
Do not top-post! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
115457 Demitrius Robinson
robinsondemitrius4@... Send Email
Jul 1, 2010
1:07 pm
Most backup software programs data offer some form of data . Filtering allows you to filter certain types of files for backup. For example, you can select...
115458 Efraim Yawitz
efraim.yawitz@... Send Email
Jul 1, 2010
1:09 pm
I've also wanted to do diffs within the same file, and now I'm thinking that this is really just a special case of something more general that may have other...
115459 Hoss
todd.freed@... Send Email
Jul 1, 2010
2:25 pm
Great. Exactly what I was looking for. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are...
115460 Charles Campbell
Charles.E.Campbell@... Send Email
Jul 1, 2010
3:33 pm
... Look into Christian Brabandt's NrrwRgn plugin, available at http://www.vim.org/scripts/script.php?script_id=3075 . Regards, Chip Campbell -- You received...
115461 surge
gerases@... Send Email
Jul 1, 2010
4:22 pm
I'm trying to make vim look inside php include files. A php include statement can be: include 'file.php&#39; OR include_once 'file.php&#39; It works if I do: set...
115462 AK
andrei.avk@... Send Email
Jul 1, 2010
4:30 pm
... character, I often need to insert a single character. ... ESC or Ctrl-[, both of which involve some hand moving). ... would go away. ... By the way, what...
115463 AK
andrei.avk@... Send Email
Jul 1, 2010
4:37 pm
... It would be really great if Python became widely included with Vim, there's a very large number of Python developers who use Vim but don't know VimL or...
115464 Gary Johnson
garyjohn@... Send Email
Jul 1, 2010
4:40 pm
... include=^(include|include_once) Note that your backslashes are no longer there, having been removed when ":set include=^\(include&#92;|include_once\)" was...
115465 Xian Chen
hoganxian@... Send Email
Jul 1, 2010
5:36 pm
I want to enable spell for .txt and .tex files. Is there any way to do so? I enable spell in .vimrc but it enables for every file, including .c .cpp. Thanks, ...
115466 Andrei Popescu
andreimpopescu@... Send Email
Jul 1, 2010
5:57 pm
... You can do just any setting per filetype with an 'autocmd&#39;. Something like this in .vimrc should work autocmd FileType txt set spell spelllang=en Use ... ...
115467 Fuzzy Logic
fuzzymo@... Send Email
Jul 1, 2010
6:05 pm
Even more importantly, don't send a message with absolutely no context for what you are replying to. ... -- You received this message from the "vim_use"...
115468 surge
gerases@... Send Email
Jul 1, 2010
6:46 pm
Just tried it, no luck. I did: set include=^\\(include_once\\|include&#92;\) Any idea now? ... -- You received this message from the "vim_use" maillist. Do not...
115469 linjus
linjus.yi@... Send Email
Jul 1, 2010
6:52 pm
I often use "gq" command to format a paragraph. (As I mostly use that command in "Visual mode", technically, I format a selected text, but I always highlight...
115470 AK
andrei.avk@... Send Email
Jul 1, 2010
7:03 pm
... -ak -- Python plugins for vim: outliner, todo list, project manager, calendar, expenses tracker, sortable table, and more | http://lightbird.net/pysuite/ ...
115471 Gary Johnson
garyjohn@... Send Email
Jul 1, 2010
7:06 pm
... Sorry. I didn't have any PHP files to test that on. I grep'd through $VIMRUNTIME looking for examples of setting 'include&#39; and found this one in...
115472 Gary Johnson
garyjohn@... Send Email
Jul 1, 2010
7:14 pm
... Since you want to enable spell checking for only certain file types, change that "set" to "setlocal";, e.g., autocmd FileType tex setlocal spell Also, Vim...
115473 Andrei Popescu
andreimpopescu@... Send Email
Jul 1, 2010
7:37 pm
... Thanks, just did a s/set/setlocal/ for all my FileType autocmds ;) Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. ...
115474 nlloyds
nlloyds@... Send Email
Jul 1, 2010
7:55 pm
Ben, ... I couldn't figure that out either. ... Excellent. I kind of skipped that since there hasn't been a post on visual mode yet, and in the posts I make (~...
115475 surge
gerases@... Send Email
Jul 1, 2010
7:58 pm
That worked. To tell you the truth, Google's message format is a bit confusing to me. I never took the time to understand what they are doing. Gmail, though a...
115476 linjus
linjus.yi@... Send Email
Jul 1, 2010
8:20 pm
It works! Thank you! ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For...
115477 BC
bruce.armstrong@... Send Email
Jul 1, 2010
10:09 pm
... Shift+N may be inelegant (why? I don't understand that) but I don't ... Doesn't that do what you described? - BC -- You received this message from the...
115478 Gary Johnson
garyjohn@... Send Email
Jul 1, 2010
10:33 pm
... No. The window's location in the buffer may change, which is visually jarring. The cursor's position may change, too, if it wasn't originally on the...
115479 robert song
robertsong.japan@... Send Email
Jul 2, 2010
1:30 am
... Thank you very much, it's what I need. Best Regards, robert -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
Messages 115450 - 115479 of 137809   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