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@...
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@...
Jul 20, 2012 9:19 am
Hi, ... googling ... at all ... ...
132363
Tony Mechelynck
antoine.mechelynck@...
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@...
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@...
Jul 20, 2012 10:18 am
... spaces at ... ...
132366
Nicolas Dermine
nicolas.dermine@...
Jul 20, 2012 10:51 am
... spaces at ... ...
132367
vicky b
vickyb2084@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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 'virtualedit39;) ... (earlier Vims required to...
132387
mascip
mascip@...
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@...
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@...
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 *...