Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 54139 - 54168 of 55374   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54139
... In the discussions leading up to the patch, people liked the idea of clicking the text to toggle a fold, but we were having trouble figuring out what to do...
Ben Fritz
fritzophrenic@...
Send Email
May 1, 2009
1:51 pm
54140
... It's possible to use a string, but more difficult to handle. And easier to set a wrong value, thus more error checking is needed. If we want to use zero...
Bram Moolenaar
Bram@...
Send Email
May 1, 2009
1:58 pm
54141
... I don't think there are more cases that user need to access all folds in a time than open folds one level by one level. So it's not a problem from my view....
Wu, Yue
vanopen@...
Send Email
May 1, 2009
2:02 pm
54142
... If we use any special value, whether character or numeric, to set guidecolumn/margincolumn to the right margin, I suggest that the column be 'textwidth + 1...
Gary Johnson
garyjohn@...
Send Email
May 1, 2009
7:12 pm
54143
... I agree. I think that 'guidecolumn' is a much better name. Whenever people show up in freenode's #vim asking about this feature, the first phrase they...
Matt Wozniski
mjw@...
Send Email
May 1, 2009
7:24 pm
54144
... looking in my crystal ball, i foresee people tying multiple guide columns to the columns of those variable width tabs that are currently struggling for...
_sc_
toothpik@...
Send Email
May 1, 2009
7:46 pm
54145
Hi, Farsi is quite similar to arabic except for a few letters. This patch merges farsi support into arabic.c. AFAICS, farsi.c and fkmap option seem to be...
Ali Gholami Rudi
aliqrudi@...
Send Email
May 2, 2009
7:43 am
54146
... Thanks, I'll look into it later. -- [Autumn changed into Winter ... Winter changed into Spring ... Spring changed back into Autumn and Autumn gave Winter...
Bram Moolenaar
Bram@...
Send Email
May 2, 2009
11:45 am
54147
... I don't use these languages, thus I need to rely on others to tell me what works best. After including this patch, can we drop farsi.c? There should also...
Bram Moolenaar
Bram@...
Send Email
May 2, 2009
11:45 am
54148
... [...] The problem with that approach is that the option would then be a String option, with the consequence that set+= and set-= etc. would work in a way...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2009
11:46 am
54149
On 01/05/09 20:42, Gary Johnson wrote: [...] ... [...] ":help comm^D" gives me a number of matches for "comment", a large number of matches for "command", and...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2009
12:24 pm
54150
Hi Bram, ... I've CC'ed the authors of arabic.c and farsi.c. ... Part of it implements the input method which is now done separately using the keymap option;...
Ali Gholami Rudi
aliqrudi@...
Send Email
May 2, 2009
12:51 pm
54151
... Me too. ... Because of the possibility to support multiple guides I suggest using a ... tw and wm would set a guide at textwidth resp. wrapmargin. This...
Dennis Benzinger
Dennis.Benzinger@...
Send Email
May 2, 2009
3:07 pm
54152
Hi, Valgrind memory checker finds several errors in vim-7.2 (patches 1-148) with the reproduction steps described at...
Nico Weber
nicolasweber@...
Send Email
May 2, 2009
11:06 pm
54153
I'm getting segmentation faults when setting the guidecolumn to any number ... Program received signal SIGSEGV, Segmentation fault. 0x00000000005374fa in...
Kazuo Teramoto
kaz.rag@...
Send Email
May 2, 2009
11:14 pm
54154
... If I change *curwin->w_p_stl to curwin->w_p_stl its works but this is not a part of patch, is this a vim bug? -- «Dans la vie, rien n'est à craindre,...
Kazuo Teramoto
kaz.rag@...
Send Email
May 2, 2009
11:26 pm
54155
... And now think that this dont do anything because curwin dont have a w_p_stl ... (gdb) print showruler::curwin->w_p_stl There is no member named w_p_stl. ...
Kazuo Teramoto
kaz.rag@...
Send Email
May 2, 2009
11:33 pm
54156
... [...] ... Well, in Vim help files, |this| is indeed a link, but so is 'that'. However, where it gets complicated is that not only [range] is a link, but...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 3, 2009
12:56 am
54157
... I have modified the patch. The name is now margincolumn. The behavior is: 'mc' = 0 -> off 'mc' > 0 -> highlightes the column. 'mc' < 0 -> makes 'mc' = 'tw...
_Lone
lost.stranger@...
Send Email
May 3, 2009
1:35 am
54158
... (gdb) print p_stl $11 = (char_u *) 0x126ebc0 "" (gdb) print *p_stl $12 = 0 '\0' (gdb) print curwin->w_onebuf_opt->wo_stl (curwin->w_p_stl) $13 = (char_u...
Kazuo Teramoto
kaz.rag@...
Send Email
May 3, 2009
2:33 am
54159
... In my experience, :mksession interaction with local directories is, shall we say, less than perfect; and the session file is bulky, unwieldy, and largely...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 3, 2009
2:38 am
54160
... Are you running on Linux/Unix? I don't have Linux/Unix and I have only tested with Windows. Can someone else who has access to *nix please take a look? The...
_Lone
lost.stranger@...
Send Email
May 3, 2009
3:12 am
54161
... Yes I use Linux (I need to change the paths from \ to /) more precisely Arch Linux (64 bits) -- «Dans la vie, rien n'est à craindre, tout est à...
Kazuo Teramoto
kaz.rag@...
Send Email
May 3, 2009
3:49 am
54162
... We can make things simple: make all *foo* become <target=foo>*foo*</taget>, and all |foo| to <ref=foo>|foo|</ref> *foo* => <target=foo>*foo*</taget> ... I...
Wu, Yue
vanopen@...
Send Email
May 3, 2009
6:25 am
54163
... I've tested your updated patch with Vim-7.2.166 on Linux x86. So far it works as it should. No problem to report. I also think that the idea mentioned...
Dominique Pellé
dominique.pelle@...
Send Email
May 3, 2009
6:33 am
54164
... Thanks. I can confirm that Valgrind detects the same errors on Linux x86 too using Vim-7.2.166. I did not try it earlier because I don't follow the...
Dominique Pellé
dominique.pelle@...
Send Email
May 3, 2009
7:08 am
54165
... Thank you for the patch! I encountered the same problem on Mac OS X and GNU/Linux since 7.2.70, but I couldn't reproduce the problem, so that I couldn't...
Kana Natsuno
kana@...
Send Email
May 3, 2009
7:37 am
54166
Hi, I compile with BIG and OLE features then copy the gvim.exe to override my old version, but it not work. I use : set mc=80 or set mc=72 both not highlight a...
Ricky
richiewu@...
Send Email
May 3, 2009
9:05 am
54167
Hi, ... Thanks for checking. I've attached an updated version of the patch that fixes some of the leaks. The copy()d dicts in the script don't get freed, but I...
Nico Weber
nicolasweber@...
Send Email
May 3, 2009
6:24 pm
54168
... I tried to fix the leak as well but without success so far. It does not seem simple. In any cases, it's a real leak, running the following leak.vim script...
Dominique Pellé
dominique.pelle@...
Send Email
May 3, 2009
6:57 pm
Messages 54139 - 54168 of 55374   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help