Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers 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 30526 - 30555 of 69866   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
30526 Piet Delport
pjd@... Send Email
Dec 1, 2002
6:54 pm
... [...] ... [...] This is probably a stupid question, but what does this option achieve that :set bkc=no doesn't already? -- Piet Delport Today's subliminal...
30527 Christian J. Robinson
infynity@... Send Email
Dec 2, 2002
11:51 am
The following patch against 6.1.263 makes 'keywordprg&#39; a buffer local setting. The reason for this is because I like to set it to the empty value in vim...
30528 Brett Pershing Stahlman
brett.stahlman@... Send Email
Dec 2, 2002
2:48 pm
... From: Giuseppe Bilotta <gip.bilotta@...> To: Benji Fisher <fisherbb@...> Cc: <vim-dev@...> Sent: Sunday, November 24, 2002 5:13 PM Subject:...
30529 Giuseppe Bilotta
gip.bilotta@... Send Email
Dec 2, 2002
2:58 pm
... I really can't think of a way characterwise folding could be implemented ... would you simply remove the "collapsed&quot; chars (which might span a few lines)...
30530 Vince Negri
vnegri@... Send Email
Dec 2, 2002
3:23 pm
... Rather like the 'conceal&#39; patch... Vince Legal Disclaimer: Any views expressed by the sender of this message are not necessarily those of Application...
30531 Brett Pershing Stahlman
brett.stahlman@... Send Email
Dec 2, 2002
5:08 pm
... From: Vince Negri <vnegri@...> To: 'Giuseppe Bilotta' <gip.bilotta@...>; Brett Pershing Stahlman <brett.stahlman@...> Cc:...
30532 MURAOKA Taro
koron@... Send Email
Dec 3, 2002
2:31 pm
I use gvim 6.1.263 on Windows2000 and make cursor noblinking. # :set guicursor=a:blinkon0 After gvim redraw client area (hide (or minimized) gvim's window with...
30533 MURAOKA Taro
koron@... Send Email
Dec 3, 2002
2:32 pm
When paste some lines to visual selected area, it causes memory overrun and crush. I wrote a patch to fix this. Please check it. Thanks. ... MURAOKA Taro...
30534 Giuseppe Bilotta
gip.bilotta@... Send Email
Dec 3, 2002
3:25 pm
Hello, I just had another idea (doncha love those rainy days ...): (file-type-dependent) Quick Reference Cards embedded in VIM. Consider something like a help...
30535 Walter Briscoe
wbriscoe@... Send Email
Dec 3, 2002
4:57 pm
In message <004701c29ad8$af362590$659da8c0@krone> of Tue, 3 Dec 2002 23:30:10 in , MURAOKA Taro <koron@...> writes ... I did not see the problem with...
30536 digitect@... Send Email Dec 3, 2002
9:18 pm
Would it be a great effort to add a built-in sort() function to Vim? In cases where a large list needs to be sorted, the speed of script is no match for C. I...
30537 Benji Fisher
benji@... Send Email
Dec 4, 2002
2:25 pm
... [snip] It is already easy to add additional help files. ... HTH --Benji Fisher...
30538 Benji Fisher
benji@... Send Email
Dec 4, 2002
2:42 pm
... [snip] I agree that sorting is important, but I think that including this would be a step in the direction of Vim-OS, so it is unlikely to happen. ... It...
30539 Benji Fisher
benji@... Send Email
Dec 4, 2002
4:03 pm
I would like a v:register variable, analogous to the v:count ... Then mappings could effectively accept registers as well as counts. --Benji Fisher...
30540 David Morris
lists@... Send Email
Dec 4, 2002
6:24 pm
I have long been plagued by a bug in vim, and I finally got around to compiling with the latest patches to see if the problem is solved...and it isn't. I use...
30541 Dan Sharp
dwsharp@... Send Email
Dec 4, 2002
8:55 pm
Here is my addition to the recent patches and wishes :) The input() function to get input from the user has a corresponding inputdialog() function for GUIs....
30542 Giuseppe Bilotta
gip.bilotta@... Send Email
Dec 4, 2002
9:52 pm
... Ditto for functions: a:register -- Giuseppe "Oblomov" Bilotta...
30543 Benji Fisher
benji@... Send Email
Dec 5, 2002
1:18 am
... Functions would also be able to access the internal variable. I think that v:register would be enough. Besides, if a:register is reserved, you cannot use...
30544 Steve Hall
digitect@... Send Email
Dec 5, 2002
5:12 am
... I guess I was hoping to avoid external library requirements. It just seems a bit too much overhead for my particular application. Steve Hall [...
30545 Michael Brailsford
brailsmt@... Send Email
Dec 5, 2002
8:34 am
... There are several ways around this. One of which Benji Fisher already mentioned. Another is that you can script vim with ruby, python or perl. Each of...
30546 Piet Delport
pjd@... Send Email
Dec 5, 2002
11:09 am
... Agreed, but consider that Vim already has things like hostname(), input*(), char2nr() tolower()/toupper(), and more. Vim is a text editor, and sorting...
30547 Tommy Reynolds
reynolds@... Send Email
Dec 5, 2002
6:52 pm
... Well, "sort" isn't a O/S level issue: it's a C language issue. VIM is rather closely bound to C already so a call to the standard C library routine...
30548 Srinath Avadhanula
srinath@... Send Email
Dec 6, 2002
5:59 am
Hello, Of late, I have been trying to get latex-suite to support utf8 encoding. I have however noticed what seems to be an inconsistency in the way utf8 ...
30549 Piet Delport
pjd@... Send Email
Dec 6, 2002
3:12 pm
... Looks fine so far. ... What telnet/SSH terminal emulator are you using, and have you set it up to expect UTF-8 data? I get exactly the behaviour you...
30550 Walter Briscoe
wbriscoe@... Send Email
Dec 6, 2002
3:56 pm
This is a minor problem. It has irritated me occasionally when I hit it. This morning, I was bold enough to think I could deal with it. The c flag of the...
30551 Moe Elzubeir
elzubeir@... Send Email
Dec 6, 2002
4:36 pm
Hello, I am writing here to enquire once again about the Arabic patch's status. It has been submitted since January of this year. So far, there does not seem...
30552 Dan Sharp
dwsharp@... Send Email
Dec 6, 2002
4:51 pm
... According to the latest todo.txt: 7 Add patch from Nadim Shaikli to add Arabic support. If this is the same patch, then it is on the list. Bram is on...
30553 digitect@... Send Email Dec 6, 2002
5:04 pm
... [arguments for and against] Thanks for the discussion. A few final points from me... * External !SORT in my instance is too bothersome because of the ...
30554 Srinath Avadhanula
srinath@... Send Email
Dec 6, 2002
11:54 pm
... Aah! I didn't think about this. Thanks! I will take a look at this again. I looked at the options for the secure shell client I use and didn't find any...
30555 Pavel A. Papushev
P.A.Papushev@... Send Email
Dec 7, 2002
6:01 pm
============================== 1) When I press <Esc> to enter 'normal&#39; mode from 'insert&#39; mode, the cursor is shifted on one position to the left. It...
Messages 30526 - 30555 of 69866   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