Skip to search.
vim · Vim (Vi IMproved) text editor users list

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

  Messages Help
Advanced
Messages 58901 - 58930 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58901 adah@... Send Email May 1, 2005
7:30 am
Hi Vim developers here, Accidentally I found the procedures required to reproduce the crash related with "language messages zh_CN.UTF-8". It is related with...
58902 Daniel W.
dawh@... Send Email
May 1, 2005
8:17 pm
Hello, if I code ruby with vim I run the script via :!ruby <script> Is there a way to redirect the output in a vim buffer and is there a way to debug a script...
58903 bram@... Send Email May 2, 2005
12:15 am
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
58904 adah@... Send Email May 2, 2005
2:26 am
I ask this because when I installed Vim with the default language set to Simplified Chinese on an English Windows XP Pro box, the menus and messages have...
58905 Edward WIJAYA
ewijaya@... Send Email
May 2, 2005
3:38 am
Hi, Suppose I want to measure then length of the string highlighted under visual mode. Is there a way to do it? -- Regards, Edward WIJAYA SINGAPORE...
58906 jamessan@... Send Email May 2, 2005
3:47 am
... You could yank the text into a register and then call strlen on the buffer. For example: <select visual range> "ay ... James -- GPG Key: 1024D/61326D40...
58907 Naren N S (NEW)
narenns@... Send Email
May 2, 2005
4:13 am
Hi, After installing vim 6.3 on a HP-UX box, I see some special characters when I type anything in the vim window. This is how it looks: ...
58908 py
pyjunk@... Send Email
May 2, 2005
4:49 am
Hi, I'm using Vim6.3. I had look through quite a number of FAQs and have not found the answer to the following question, please help How do I 1. filter out...
58909 Naren N S (NEW)
narenns@... Send Email
May 2, 2005
5:12 am
Hi, I've just installed vim6.3 on a HP-UX machine. The problem with it is that it takes quite sometime to load. Please note that the installation was done...
58910 Eric Arnold
eric_p_arnold@... Send Email
May 2, 2005
5:45 am
... If you want to restore the selection area, try: `<v`> or V or which-ever. I tried making a function to do it automatically, function! Vislen() let...
58911 Eric Arnold
eric_p_arnold@... Send Email
May 2, 2005
6:28 am
You need to get used to navigating the online help system, since it contains nearly everything, though not necessarily spoon-fed as nicely as an FAQ. However,...
58912 Wind
sonic_wind@... Send Email
May 2, 2005
7:03 am
Hello py, Monday, May 2, 2005, 7:48:52 AM, you wrote: p> Hi, p> I'm using Vim6.3. I had look through quite a number of FAQs and have not p> found the answer to...
58913 Marian Csontos
csontos@... Send Email
May 2, 2005
7:05 am
If you want to return back to previous visual selection you can simply use gv ... -- Marian On Mon, 02 May 2005 07:45:15 +0200, Eric Arnold...
58914 Marian Csontos
csontos@... Send Email
May 2, 2005
7:09 am
try :lang I met with similar problem some itme ago on czech|slovak windows. Not sure, probably it has something to do with installation. -- Marian ... -- Mgr....
58915 Wind
sonic_wind@... Send Email
May 2, 2005
7:43 am
Hello Daniel, Sunday, May 1, 2005, 11:12:38 PM, you wrote: DW> Hello, DW> if I code ruby with vim I run the script via :!ruby <script> DW> Is there a way to...
58916 Peter Palm
peterp@... Send Email
May 2, 2005
9:59 am
... One of the reasons vim startup can be slow, is because it tries to connect to your X server. Try unsetting $DISPLAY. Kind regards, Peter Palm...
58917 A. J. Mechelynck
antoine.mechelynck@... Send Email
May 2, 2005
10:12 am
Peter Palm wrote: ["Naren N S (New)" <narenns@...> wrote:] ... ... or using the -X command-line argument. However, if your terminal name includes "cons" or...
58918 Thomas Adam
thomas_adam16@... Send Email
May 2, 2005
12:58 pm
... Yes. It's all best summarised here: http://www.rubygarden.org/ruby?VimExtensions Actually using the ruby-enhanced version of vim, along with the vim-ruby...
58919 R Sam
ren.sam@... Send Email
May 2, 2005
1:03 pm
Hi, Does anybody know how to get gvimdiff to also report the total number of diffs between the two files? Also is there a way for it to list the diff# the...
58920 Halim, Salman
salman@... Send Email
May 2, 2005
1:05 pm
To quote Bram, a Vim 7 "teaser": In Vim 7, 'statusline' is a buffer-local option......
58921 Edward WIJAYA
ewijaya@... Send Email
May 2, 2005
1:09 pm
On Mon, 02 May 2005 20:56:41 +0800, Thomas Adam <thomas_adam16@...> ... Also, is there one for Perl? -- Regards, Edward WIJAYA SINGAPORE...
58922 Suresh Govindachar
sgovindachar@... Send Email
May 2, 2005
3:45 pm
... See: http://groups.yahoo.com/group/vim/message/57216 --Suresh...
58923 Gary Johnson
garyjohn@... Send Email
May 2, 2005
4:21 pm
... If you just want to see the length and not use it in a script, just type g^G (letter 'g' followed by Ctrl-G). See ... HTH, Gary -- Gary Johnson...
58924 Scott Cegielski
scegielski@... Send Email
May 2, 2005
6:18 pm
Is there a normal command to yank a filename into a buffer based on the isfname option. Something kind of like yiw? Scott Cegielski scegielski@... ...
58925 S M.C Butler
simon@... Send Email
May 2, 2005
6:52 pm
Hi, can someone tell me how to change my vim syntx highlighting to make strings displayed in an italic font rather than being underlined… all those ...
58926 Mohammed Smadi
smadim2@... Send Email
May 2, 2005
6:54 pm
hi; if i have an equation like \begin{equation} 4 \times D_{L} \le D_{M} \end{equation} and i want to insert the imply arrow (==>) after this equation and i...
58927 Tim Chase
vim@... Send Email
May 2, 2005
7:34 pm
... Based on your example, I suspect you mean "yank a filename into a *register*", rather than a buffer. If this is the case, you can do something like ... ...
58928 Alan G Isaac
aisaac@... Send Email
May 2, 2005
7:45 pm
... This is very OT. Go to comp.text.tex to ask about this. Also see the standard LaTeX math references. Alan Isaac PS You probably want the amsmath package...
58929 Alan G Isaac
aisaac@... Send Email
May 2, 2005
8:10 pm
In some settings I love to set fo+=n but I *only* want *delimited* numbers to be used for the numbered lists. (Otherwise any numbers in the text create...
58930 Arun Easi
aeasi@... Send Email
May 2, 2005
8:39 pm
... and look towards the lower-right-corner of the screen. -Arun...
Messages 58901 - 58930 of 131319   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