I just download surround.vim plugin (http://www.vim.org/scripts/ script.php?script_id=1697) and use it. One behaviour that I don't like is that for example, I...
dedede
vuthecuong@...
Nov 1, 2008 7:02 am
97568
... This is the workaround I currently use. ... choosing or config printers. gtk should have a similar dialog available but gvim choose to ignore that. ...
bill lam
cbill.lam@...
Nov 1, 2008 8:08 am
97569
I have no idea, what surround.vim plugin does, I just assume that it does something with selection. But according description of your steps, SHIFT-V is...
Anton Sharonov
anton.sharonov@...
Nov 1, 2008 9:33 am
97570
... It worked for me. THank you --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
dedede
vuthecuong@...
Nov 1, 2008 9:37 am
97571
I have a few mappings to the shift keys (to mimike the common ) Well - i don't get it to work in terminal. Any idea? /Peter Holm ...
peter holm
peter.g.holm@...
Nov 1, 2008 10:17 am
97572
I have a few mappings to the shift keys (to mimike the BorlandC Editor) Well - i don't get it to work in terminal. Any idea? /Peter Holm ...
peter holm
peter.g.holm@...
Nov 1, 2008 10:20 am
97573
hi, i have Vim 7.2 In my _vimrc file i have set backup set backupext=bak set backupdir=c:\vimbackups set patchmode=.orig the backup and patchmode works as...
biruh
Biruh.t@...
Nov 1, 2008 10:39 am
97574
... On Linux [g]vim, +print requires +postscript. This is not the case on Windows [g]vim, where +print -postscript uses the Windows print dialog, or the...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2008 1:40 pm
97575
Hi Tony, Thank you for pointing out the +postscript option. I'll spare some time to learn linux lpr commands. -- regards, ...
bill lam
cbill.lam@...
Nov 1, 2008 2:18 pm
97576
After converting m$ word doc to tex, there are some embedding strings such as, {\selectlanguage{english}\sffamily\bfseries To: [6052?][8C50?]} Those 4 hex...
bill lam
cbill.lam@...
Nov 1, 2008 2:33 pm
97577
... Which shift keys? On which OS? On which terminal or terminal emulator? "Borland C" makes me believe you're on Windows, but in the Windows console (the "dos...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2008 3:00 pm
97578
... Well, you can use the :s[ubstitute] command to convert the codes for you. Let's see if I remember how I did it once, a year or two ago. First, of course,...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2008 3:33 pm
97579
Hi there, I just installed windows on a new office computer and a new home computer, one with English Windows XP Pro and and one with English Windows Vista...
maalobs
maalobs@...
Nov 1, 2008 10:03 pm
97580
... In GUI mode, vim is able to see every combination of modifier-key(s) and symbol-key that the user can press except for those combinations intercepted by...
Gary Johnson
garyjohn@...
Nov 2, 2008 9:19 pm
97581
Hello, Buddies, I must use Unix vim editor to edit a very large xxx.sql file. I have the following urgent sytax question, I wonder if any friend can help me a ...
Jerrygreat
sheng.wang@...
Nov 2, 2008 9:20 pm
97582
... "from" pattern and "to" expression same as above any number of files (with wildcards if desired) in the :args command Best regards, Tony. -- Jones's First...
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2008 9:23 pm
97583
... The fact that the current buffer is not the buffer being created is documented under ":help BufCreate". Have you tried not using expand()? call...
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2008 9:28 pm
97584
... Sorry . that was bad from my side, and i appricate very much your detaljed ansver despite my lack of information. My system is ubuntu 8.10, and i want this...
peter holm
peter.g.holm@...
Nov 2, 2008 9:33 pm
97585
... How large is large? On 32-bit machines, the biggest file Vim can edit is two gigabytes. On a 64-bit machine, and considering the size of present-day hard...
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2008 9:43 pm
97586
... ah, yes, you may add |update at the end of the argdo line to write the file (if changed) after the substitute, and :new before :argdo to avoid problems if...
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2008 9:49 pm
97587
... Yankring silently disables the [tTfF] motions for Vim versions prior to 7.1.205. The check is ... or ... -- Andy ...
Andy Wokula
anwoku@...
Nov 2, 2008 9:49 pm
97588
... Thanks! I found that it also needs autowrite and argdo!. -- regards, ==================================================== GPG key 1024D/4434BAB3...
bill lam
cbill.lam@...
Nov 2, 2008 9:53 pm
97589
This worked: call setbufvar(str2nr(expand('<abuf>')), "FileNew", 1) ... --~--~---------~--~----~------------~-------~--~----~ You received this message from...
Hari
hari.rangarajan@...
Nov 2, 2008 9:57 pm
97590
Using vim 7.1 on kubuntu 7.10: The following snippet of a vim function works as expected elseif fileType == 'javascript' execute '/\<function\>' But the search...
Tim Johnson
tim@...
Nov 2, 2008 9:58 pm
97591
... Thanks Chris. I was a bit rushed yesterday ... I've fixed it now. If you want to see how, click 'Recent changes' in the sidebar, where you will notice that...
John Beckett
johnb.beckett@...
Nov 2, 2008 10:02 pm
97592
... Hmm, I use iZarc to create the archive. I wonder if it is doing something weird. ... Yes, in my haste to get this out so that a lot of Windows users didn't...
David Fishburn
dfishburn.vim@...
Nov 2, 2008 10:03 pm
97593
I'm using Vim 7.1-138 and the [tTfF] motions are not working at all with YankRing. All the yankring variables are at the defaults. Example from the tutorial: ...
David Liang
bmdavll@...
Nov 2, 2008 10:09 pm
97594
... Both are relevant. To get Vim messages and menus in English regardless of the OS language setting, just add the following near the top of your vimrc: if...
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2008 10:12 pm
97595
... I had the same problem. I upgraded my cygwin installation, which got me a new version of Vim (7.2), and it all worked perfectly. Regards, Andy -- Andrew...
Andrew Long
andrew.long@...
Nov 2, 2008 10:13 pm
97596
... I had an earlier posting here, named : Select Text without jump between Insert Mode / Visual Mode and a user which name is Martin K. Schreder, kindley...