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 92438 - 92467 of 137838   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
92438 David Fishburn
dfishburn.vim@... Send Email
Jun 30, 2008
7:41 pm
Well, I found the problem, but I am not certain if this is expected behaviour or not. For years I have been using the following start line (for p4 submit): set...
92439 Charles E Campbell Jr
drchip@... Send Email
Jun 30, 2008
7:50 pm
... syntax/vim.vim doesn't deal well with continuation lines. Try putting the following line in your <.vimc>: let g:vimsyn_noerror = 1 Regards, Chip Campbell ...
92440 PoWah Wong
wong_powah@... Send Email
Jun 30, 2008
7:59 pm
... CTRL-V<Delete>; displays ^[[3~ Then what should I do? ... <Del: No such option - 'set all' gives all option values ...
92441 Benjamin Fritz
fritzophrenic@... Send Email
Jun 30, 2008
8:04 pm
... See :help :set-termcap I think you want: set <del>=(press CTRL-V)(press delete) But maybe it needs to be <t_kD> instead of <del>...see Tony's post. I...
92442 Tony Mechelynck
antoine.mechelynck@... Send Email
Jun 30, 2008
8:07 pm
... It should work in Console Vim. For gvim you need a properly set X-server which can display on your machine and be accessed by a gvim running, presumably,...
92443 leeand00
leeand00@... Send Email
Jun 30, 2008
8:37 pm
I installed the refactor plugin: http://www.vim.org/scripts/script.php?script_id=2087 by dropping it into the C:\Program files\vim&#92;vim71&#92;plugins directory. It...
92444 Benjamin Fritz
fritzophrenic@... Send Email
Jun 30, 2008
8:44 pm
... Try Alt+r, followed by e. Also check to see if the author gave you any assignable mappings (look at the plugin file to see if there are any <plug>...
92445 Gene Kwiecinski
gkwiecinski@... Send Email
Jun 30, 2008
8:48 pm
... Exctract ... results. Nope, I'd read that as being <alt><r/></alt><e/> ie, let go of the <alt> key between the 'r' and 'e'. ...
92446 Gary Johnson
garyjohn@... Send Email
Jun 30, 2008
8:49 pm
... That should be ... where the ^[ means <Esc>. The easiest way to insert that sequence after the = is to type Ctrl-v Delete as you did above. See ... As...
92447 leeand00
leeand00@... Send Email
Jun 30, 2008
8:51 pm
I can't find any <plug> statements in the plugin, but there is a statement like: ... I don't think an ALT shortcut would work on my box anyway since it's a ...
92448 PoWah Wong
wong_powah@... Send Email
Jun 30, 2008
8:52 pm
... failed with "help" not an editor command. All of these failed with "No such option" error message: set &t_kD="\e[[3~" set &t_kD=press CTRL-V press delete ...
92449 leeand00
leeand00@... Send Email
Jun 30, 2008
8:54 pm
All that happens when I do that is I get a whole bunch of "ò" characters ... -- View this message in context:...
92450 Tony Mechelynck
antoine.mechelynck@... Send Email
Jun 30, 2008
8:59 pm
... Are you sure you're using Vim? ":help" is a pretty basic command, and pretty ancient too -- I'd say that it's fundamental to Bram's software philosophy....
92451 Tony Mechelynck
antoine.mechelynck@... Send Email
Jun 30, 2008
9:04 pm
... On Windows, Alt is usually just left of the space bar. Once you find it, try the following: 1. Press and hold Alt 2. Press and release r 3. Release Alt 4....
92452 Bram Moolenaar
Bram@... Send Email
Jun 30, 2008
9:08 pm
... I don't recall seeing this patch. I think it can be done simpler without the expand() calls, since environment variables are recogized? fun! s:EditVimrc()...
92453 PoWah Wong
wong_powah@... Send Email
Jun 30, 2008
9:29 pm
... actually work. __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! ...
92454 PoWah Wong
wong_powah@... Send Email
Jun 30, 2008
9:34 pm
... i.e. for the first one, I typed ":set t_kD=", press CTRL-V together, press <Esc>, typed "[3~", press <Enter>. for the second one, I typed ":set &t_kD=", ...
92455 Gary Johnson
garyjohn@... Send Email
Jun 30, 2008
9:38 pm
... Maybe you've already figured this out, but you shouldn't use the & option prefix with the set command. Use the & prefix only with the ... where ^[ is a...
92456 Tony Mechelynck
antoine.mechelynck@... Send Email
Jun 30, 2008
10:00 pm
... Again: ARE YOU SURE YOU'RE USING VIM? "Error: "help" not an editor command" in reply to ... makes me believe you aren't. Best regards, Tony. -- If...
92457 Gary Johnson
garyjohn@... Send Email
Jun 30, 2008
10:09 pm
... That's what you should get from typing Alt-r, but only if you're in insert mode. The mapping map <A-r>e : callExtractMethod()<ENTER> works in normal mode,...
92458 Edward Peschko
horos11@... Send Email
Jun 30, 2008
11:28 pm
well, vimshell allows for a generic way of spawning a shell process inside of vim, and a generic way of parsing and controlling the text in that shell.. Think...
92459 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 1, 2008
12:39 am
... Mmm. I thought it was odd that I hadn't heard from you. I wonder where it went! ... No, that has the exact effect of undoing the patch! The problem is ...
92460 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 1, 2008
1:00 am
... On the contrary, the way Bram wrote it below the environment variables are resolved before passing their _values_ to FnameEscape() let fname = $HOME ....
92461 priya g
priya.ganesh87@... Send Email
Jul 1, 2008
3:18 am
Priya <http://www.kirkal.com/join_inv.php?member_id=551> has added you as friend in kirkal.com. where you and Priya can network with each other's friends. You...
92462 David JH
davidjh@... Send Email
Jul 1, 2008
3:29 am
Hi All, I'm trying to write a vim plugin mostly in ruby. To that end, I have a very simple .vim file that exists to load an accompanying ruby file. The...
92463 Gary Johnson
garyjohn@... Send Email
Jul 1, 2008
3:38 am
... Example: let this_file = expand("<sfile>:p") HTH, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use"...
92464 nari
samukthas09@... Send Email
Jul 1, 2008
4:01 am
&&&&&&&&&&&&&&&&&&&&&&&& http:\&#92;lakshmiraiprofile.blogspot.com &&&&&&&&&&&&&&&&&&&&&&&& --~--~---------~--~----~------------~-------~--~----~ You received this...
92465 David JH
davidjh@... Send Email
Jul 1, 2008
5:46 am
... Awesome Gary. That's exactly what I need. Thanks very much -djh --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
92466 bill lam
cbill.lam@... Send Email
Jul 1, 2008
6:07 am
... Did you use a very slow terminal? Does increase timeout solve your problem? regards --~--~---------~--~----~------------~-------~--~----~ You received this...
92467 britnispears007
mugunthan123@... Send Email
Jul 1, 2008
6:15 am
patience is an art well learnt when one is at the mercy of nature do as romans& live as romans god showers on you ...
Messages 92438 - 92467 of 137838   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