... [...] ... [...] 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@...
Dec 2, 2002 11:51 am
The following patch against 6.1.263 makes 'keywordprg39; 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@...
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@...
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" chars (which might span a few lines)...
30530
Vince Negri
vnegri@...
Dec 2, 2002 3:23 pm
... Rather like the 'conceal39; patch... Vince Legal Disclaimer: Any views expressed by the sender of this message are not necessarily those of Application...
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@...
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@...
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@...
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@...
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@...
Dec 4, 2002 2:25 pm
... [snip] It is already easy to add additional help files. ... HTH --Benji Fisher...
30538
Benji Fisher
benji@...
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@...
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@...
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@...
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@...
Dec 4, 2002 9:52 pm
... Ditto for functions: a:register -- Giuseppe "Oblomov" Bilotta...
30543
Benji Fisher
benji@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Dec 7, 2002 6:01 pm
============================== 1) When I press <Esc> to enter 'normal39; mode from 'insert39; mode, the cursor is shifted on one position to the left. It...