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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 45788 - 45817 of 70065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
45788 Zvi Har'El
rl@... Send Email
Jan 1, 2007
3:08 pm
Hi, I tried to use view with the 'man' syntax, for example on the file vimtutor.man obtained by GROFF_NO_SGR=y groff -Tascii -man $(man -w vimtutor) >...
45789 Mikolaj Machowski
mikmach@... Send Email
Jan 1, 2007
6:57 pm
... Feature is definitely useful, I was very often missing such functionality. But way to open it... "3<cr>" usually means "go 3 lines down" - even when it...
45790 Thomas
sanobast-vimdev@... Send Email
Jan 2, 2007
8:35 am
Hi, I have the following line in my source: exec 'autocmd BufReadCmd '. pattern .' call '. rcmd .'(1, expand("<afile>"), "", "%")' This fails if the filename...
45791 eBay Member yosdude72
member@... Send Email
Jan 2, 2007
8:51 am
eBay sent this message from Logan Mignatos (yosdude72). The registered name is included to show this message originated from eBay. Learn more . Question from...
45792 Thomas
sanobast-vimdev@... Send Email
Jan 2, 2007
11:04 am
... I use: VIM - Vi IMproved 7.0 (2006 May 7, compiled Dec 16 2006 08:23:08) MS-Windows 32 bit GUI version with OLE support Included patches: 1-178 Compiled...
45793 Thomas
sanobast-vimdev@... Send Email
Jan 2, 2007
11:29 am
Hi, The following code makes vim crash sometimes. fun! MakeVimCrash() redir => lets silent let redir END endf call MakeVimCrash() It doesn't crash always....
45794 James Vega
jamessan@... Send Email
Jan 3, 2007
5:10 pm
... Both of those hide information, but in a way that is still discoverable/noticeable by the user. Folds show a fold line, and 'ignored&#39; highlights still...
45795 Charles E Campbell Jr
drchip@... Send Email
Jan 3, 2007
5:33 pm
... Why would you expect that? Syntax highlighting is highlighting, not inline folding. Vim doesn't support inline folding. Vince Negri has provided a patch...
45796 Vince Negri
vnegri@... Send Email
Jan 3, 2007
5:33 pm
... Oo, a bug in my docs. Thanks for spotting this. Vince...
45797 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jan 3, 2007
6:10 pm
Charles E Campbell Jr wrote: [...] ... Doesn't linewise folding also suppress information? Yet Vim has had that for quite some time. It is true that it doesn't...
45798 Vince Negri
vnegri@... Send Email
Jan 3, 2007
6:56 pm
... The display depends on the setting of "concealevel&quot;. When set to 1, inline folded elements are replaced by a configurable special character. When set to 2,...
45799 Charles E Campbell Jr
drchip@... Send Email
Jan 3, 2007
8:08 pm
... That wasn't my objection; I rather like inline folding. Also, perhaps I may not have stated Bram's objection correctly, or perhaps I misunderstood it....
45800 flyfish
strugglingman@... Send Email
Jan 4, 2007
2:09 am
hi, i have used vim for some days and i would like to use the taglist plugin which is very hot in internet, my os is ubuntu 6 and the version of vim is 7, i...
45801 Yegappan Lakshmanan
yegappanl@... Send Email
Jan 4, 2007
2:14 am
Hi, ... You should use the taglist mailing list for the taglist plugin related questions. http://groups.yahoo.com/group/taglist/ The vim-dev mailing list is...
45802 Robert Lee
rlee0001@... Send Email
Jan 4, 2007
3:01 am
I have a gvim 7.0 (win32 with +comments) that seems to be ignoring the "set comments" line in my .vimrc file. I can submit the entire .vimrc file if desired...
45803 Vince Negri
vnegri@... Send Email
Jan 4, 2007
9:13 am
James Vega [mailto:jamessan@...] wrote: On the other hand, integrating the [conceal] patch would provide a solution for various itches that I know...
45804 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jan 4, 2007
10:43 am
... I haven't delved very deep into the 'comments&#39; options. In CSS files it is set (by the ftplugin, I guess) to comments=s1:/*,mb:*,ex:*/ and I get /* * * */ ...
45805 Charles E Campbell Jr
drchip@... Send Email
Jan 4, 2007
8:49 pm
Hello! Looks like the spammers have been adding their pollution to the tips. Our (unfortunately) hardworking tip inspectors have been getting rid of new...
45806 Charles Paul
charles.paul@... Send Email
Jan 4, 2007
8:57 pm
Aloha, I see that there is a post on vimonline mailing list about this: https://sourceforge.net/mailarchive/forum.php?thread_id=31341207&forum_id=1699 Kinda...
45807 Bram Moolenaar
Bram@... Send Email
Jan 6, 2007
8:48 pm
... I cannot reproduce it. Please have it crash in a debugger so that we can see where it happens. Can you make it crash with "vim -u NONE"? If not then...
45808 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jan 7, 2007
3:00 am
... Yes/No seems more intuitive to me. And what about consistency with other flavours of Vim? ... Hey, wait! Even gvim for Windows has tearoff menus, which is...
45809 Nikolai Weibull
now@... Send Email
Jan 7, 2007
3:11 am
... Eh, you who want tearoff menus (perhaps the most stupid GUI design choice ever) can include ":set guioptions+=t" in your vimrc. Not that I'd include 'm'...
45810 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jan 7, 2007
3:42 am
... At the moment I can. If the OP's patch makes it to the "official"; distributions (Bram forbid!) it won't work anymore ... "Benevolent dictator" is a...
45811 Edward Catmur
ed@... Send Email
Jan 7, 2007
4:04 am
Hi, This patch improves HIG compliance when compiled with FEAT_GUI_GNOME: * Close confirmation dialogs use "Save/Discard/Cancel" instead of "Yes/No/Cancel" *...
45812 Nikolai Weibull
now@... Send Email
Jan 7, 2007
5:20 am
... (Seriously, does it really make sense to write "OP", which I assume means "Original Poster", instead of "Ed"? We're not in the military...we don't need...
45813 Bram Moolenaar
Bram@... Send Email
Jan 7, 2007
12:56 pm
... I'll look into this later. Perhaps Save/Discard/Cancel is better for all GUIs, since you don't need to read the text to know whether "yes" means "save" or...
45814 Bram Moolenaar
Bram@... Send Email
Jan 7, 2007
7:55 pm
... Thanks for making this patch. It looks useful. I think it would be good to add some error handling: what if the number entered is out of range for the...
45815 Nikolai Weibull
now@... Send Email
Jan 7, 2007
8:56 pm
... I would. I have a Autohotkey script that emulates Vim's digraph support so that I can type ^K'6 to get a LEFT SINGLE QUOTATION MARK. Sadly, the best way...
45816 Bram Moolenaar
Bram@... Send Email
Jan 7, 2007
11:34 pm
... Who would send a WM_PASTE message to Vim? -- An alien life briefly visits earth. Just before departing it leaves a message in the dust on the back of a...
45817 Edward Catmur
ed@... Send Email
Jan 8, 2007
4:12 am
... Thanks. I know some GUIs are replete with message dialogs where you have to read the text to know which button to press, but they stick out like a sore...
Messages 45788 - 45817 of 70065   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