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 132360 - 132389 of 137836   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
132360 sinbad
sinbad.sinbad@... Send Email
Jul 20, 2012
8:45 am
why does the <esc> takes the cursor a position back. is there any specific for this ? tnx -- You received this message from the "vim_use" maillist. Do not...
132361 vicky b
vickyb2084@... Send Email
Jul 20, 2012
9:09 am
HI, I dint find any specific solution for my problem even after much of googling i have following line <?xml version="1.0" encoding="UTF-8"?><SupportItem> ...
132362 Jürgen Krämer
jkr@... Send Email
Jul 20, 2012
9:19 am
Hi, ... googling ... at all ... ...
132363 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 20, 2012
9:24 am
... You shouldn't have used Google; use the help (Vim is the only program I know which has a help worth using): see ... This sounds like a school exercise, and...
132364 Dominique Pellé
dominique.pelle@... Send Email
Jul 20, 2012
9:30 am
... ... since the spaces are before \n. -- Dominique -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text...
132365 Jürgen Krämer
jkr@... Send Email
Jul 20, 2012
10:18 am
... spaces at ... ...
132366 Nicolas Dermine
nicolas.dermine@... Send Email
Jul 20, 2012
10:51 am
... spaces at ... ...
132367 vicky b
vickyb2084@... Send Email
Jul 20, 2012
1:04 pm
Did that but still spaces in between .I have higlighted one of the spaces. <?xml version="1.0" encoding="UTF-8"?><SupportItem> <ItemInfo> <Name>First...
132368 Asis Hallab
asis.hallab@... Send Email
Jul 20, 2012
1:40 pm
2012/7/20 vicky b <vickyb2084@...> ... Try either ... or ... and subsequently ... Cheers! ... -- You received this message from the "vim_use" maillist. ...
132369 Bee
beeyawned@... Send Email
Jul 20, 2012
1:55 pm
... In case there are spaces before or after the newline: %s/\s*&#92;n\s*// Bill -- You received this message from the "vim_use" maillist. Do not top-post! Type...
132370 Arvid Warnecke
arvid@... Send Email
Jul 20, 2012
4:01 pm
Hi, ... Do you mean and the end of a line? You wrote something, hit <esc> and the cursor jumps back one position? I believe that is, because the position the...
132371 Andy Spencer
andy753421@... Send Email
Jul 20, 2012
5:09 pm
... You can select the text and use gJ, which acts like J but doesn't insert spaces between lines. It won't remove the in-line spaces or tabs hough. You can...
132372 Gary Johnson
garyjohn@... Send Email
Jul 20, 2012
6:10 pm
... Some e-mail clients indent with non-breaking spaces, octets with the value 0xA0, which are not recognized by Vim as whitespace. I can't see any in your...
132373 Christian Brabandt
cblists@... Send Email
Jul 20, 2012
6:35 pm
Hi sinbad! ... That is how traditional Vi has always behaved. regards, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post!...
132374 BPJ
bpj@... Send Email
Jul 20, 2012
7:06 pm
... Agreed, but you still often need Google to find out where to look in the help system! :( /bpj -- You received this message from the "vim_use" maillist. Do...
132375 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 21, 2012
12:11 am
... With Vim you don't; and if you had looked up those help tags I gave you you would have find why: If you know (more or less) what to look for, try ... where...
132376 Bee
beeyawned@... Send Email
Jul 21, 2012
1:44 am
Another way to think about it... Since it is html, remove all white spaces INCLUDING newlines between tags: %s/>\_s\+</></ where: %s/ search whole file ... ...
132377 meino.cramer@... Send Email Jul 21, 2012
3:42 am
Hi, what scripts and settings are recommended for using vim to programm in lua? Thank you very much in advance for any help! Have a nice weekend! Best regards,...
132378 王军
wangjun850725@... Send Email
Jul 21, 2012
4:51 am
Hi, I want study and wirte vim script,But I find docments are very simple,where there are docment in detai? Best Regard -- You received this message from the...
132379 Anhong.He
anhonghe@... Send Email
Jul 21, 2012
4:56 am
... Anhong.He From: 王军 Date: 2012-07-21 12:50 To: vim_use@googlegroups.com Subject: I want write vim script Hi, I want study and wirte vim script,But I...
132380 Marc Weber
marco-oweber@... Send Email
Jul 21, 2012
4:58 am
... g ctrl-] within | .. | jumps to that help topic You really want to have a look at www.vim.org to see whether there are existing script first. Eventually...
132381 sinbad
sinbad.sinbad@... Send Email
Jul 21, 2012
5:21 am
... can we perform some action inside the map function. i have this " normal /;<CR>" inside the Map(), it doesn't seem to be working, it just prints '0',...
132382 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 21, 2012
5:30 am
... Well, first I suppose you'll want a Vim with lua interpreter: install lua first, including all development packages, and configure Vim with ...
132383 Tony Mechelynck
antoine.mechelynck@... Send Email
Jul 21, 2012
5:35 am
... Well, one useful example of Vim script is $VIMRUNTIME/vimrc_example.vim Other examples will depend on what kind of scripts you want to write. Vim is a...
132384 Anthony Campbell
ac@... Send Email
Jul 21, 2012
7:39 am
... This has been discussed before and I think the conclusion was that it is a feature, not a bug. But I find it annoying so I have this in my vimrc: "prevents...
132385 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 21, 2012
10:44 am
... In addition and response to what others have written, these two things may be of interest: 1. If you press <i> followed by <Esc> the cursor will move back,...
132386 Andy Wokula
anwoku@... Send Email
Jul 21, 2012
10:52 am
... (doesn't beep when at EOL; doesn't move when at begin-of-line) ... (keeps the cursor after EOL even with empty 'virtualedit&#39;) ... (earlier Vims required to...
132387 mascip
mascip@... Send Email
Jul 21, 2012
12:39 pm
Hello, when i use an external command with !my_command it "freezes" Vim : as long as the console is open, i cannot move in my script, nor modify anthing. It is...
132388 王军
wangjun850725@... Send Email
Jul 21, 2012
3:30 pm
Hi. I am trying to install vim script: verilog_emacsauto.vim from http://www.vim.org/scripts/script.php?script_id=1875 install details Download this script and...
132389 王军
wangjun850725@... Send Email
Jul 21, 2012
4:35 pm
Hi, The following features and functionality are provided by the NERD tree: * Different highlighting is provided for the following types of nodes: * files *...
Messages 132360 - 132389 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