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 97567 - 97596 of 138245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
97567 dedede
vuthecuong@... Send Email
Nov 1, 2008
7:02 am
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...
97568 bill lam
cbill.lam@... Send Email
Nov 1, 2008
8:08 am
... This is the workaround I currently use. ... choosing or config printers. gtk should have a similar dialog available but gvim choose to ignore that. ...
97569 Anton Sharonov
anton.sharonov@... Send Email
Nov 1, 2008
9:33 am
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...
97570 dedede
vuthecuong@... Send Email
Nov 1, 2008
9:37 am
... It worked for me. THank you --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
97571 peter holm
peter.g.holm@... Send Email
Nov 1, 2008
10:17 am
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 ...
97572 peter holm
peter.g.holm@... Send Email
Nov 1, 2008
10:20 am
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 ...
97573 biruh
Biruh.t@... Send Email
Nov 1, 2008
10:39 am
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...
97574 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 1, 2008
1:40 pm
... 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...
97575 bill lam
cbill.lam@... Send Email
Nov 1, 2008
2:18 pm
Hi Tony, Thank you for pointing out the +postscript option. I'll spare some time to learn linux lpr commands. -- regards, ...
97576 bill lam
cbill.lam@... Send Email
Nov 1, 2008
2:33 pm
After converting m$ word doc to tex, there are some embedding strings such as, {\selectlanguage{english}\sffamily&#92;bfseries To: [6052?][8C50?]} Those 4 hex...
97577 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 1, 2008
3:00 pm
... 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...
97578 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 1, 2008
3:33 pm
... 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,...
97579 maalobs
maalobs@... Send Email
Nov 1, 2008
10:03 pm
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...
97580 Gary Johnson
garyjohn@... Send Email
Nov 2, 2008
9:19 pm
... 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...
97581 Jerrygreat
sheng.wang@... Send Email
Nov 2, 2008
9:20 pm
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 ...
97582 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2008
9:23 pm
... "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...
97583 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2008
9:28 pm
... The fact that the current buffer is not the buffer being created is documented under ":help BufCreate". Have you tried not using expand()? call...
97584 peter holm
peter.g.holm@... Send Email
Nov 2, 2008
9:33 pm
... 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...
97585 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2008
9:43 pm
... 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...
97586 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2008
9:49 pm
... 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...
97587 Andy Wokula
anwoku@... Send Email
Nov 2, 2008
9:49 pm
... Yankring silently disables the [tTfF] motions for Vim versions prior to 7.1.205. The check is ... or ... -- Andy ...
97588 bill lam
cbill.lam@... Send Email
Nov 2, 2008
9:53 pm
... Thanks! I found that it also needs autowrite and argdo!. -- regards, ==================================================== GPG key 1024D/4434BAB3...
97589 Hari
hari.rangarajan@... Send Email
Nov 2, 2008
9:57 pm
This worked: call setbufvar(str2nr(expand(&#39;<abuf>')), "FileNew", 1) ... --~--~---------~--~----~------------~-------~--~----~ You received this message from...
97590 Tim Johnson
tim@... Send Email
Nov 2, 2008
9:58 pm
Using vim 7.1 on kubuntu 7.10: The following snippet of a vim function works as expected elseif fileType == 'javascript&#39; execute '/\<function&#92;>&#39; But the search...
97591 John Beckett
johnb.beckett@... Send Email
Nov 2, 2008
10:02 pm
... 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...
97592 David Fishburn
dfishburn.vim@... Send Email
Nov 2, 2008
10:03 pm
... 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...
97593 David Liang
bmdavll@... Send Email
Nov 2, 2008
10:09 pm
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: ...
97594 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 2, 2008
10:12 pm
... 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...
97595 Andrew Long
andrew.long@... Send Email
Nov 2, 2008
10:13 pm
... 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...
97596 peter holm
peter.g.holm@... Send Email
Nov 2, 2008
10:19 pm
... 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...
Messages 97567 - 97596 of 138245   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