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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 45788 - 45817 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
45788
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) >...
Zvi Har'El
rl@...
Send Email
Jan 1, 2007
3:08 pm
45789
... 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...
Mikolaj Machowski
mikmach@...
Send Email
Jan 1, 2007
6:57 pm
45790
Hi, I have the following line in my source: exec 'autocmd BufReadCmd '. pattern .' call '. rcmd .'(1, expand("<afile>"), "", "%")' This fails if the filename...
Thomas
sanobast-vimdev@...
Send Email
Jan 2, 2007
8:35 am
45791
eBay sent this message from Logan Mignatos (yosdude72). The registered name is included to show this message originated from eBay. Learn more . Question from...
eBay Member yosdude72
member@...
Send Email
Jan 2, 2007
8:51 am
45792
... 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...
Thomas
sanobast-vimdev@...
Send Email
Jan 2, 2007
11:04 am
45793
Hi, The following code makes vim crash sometimes. fun! MakeVimCrash() redir => lets silent let redir END endf call MakeVimCrash() It doesn't crash always....
Thomas
sanobast-vimdev@...
Send Email
Jan 2, 2007
11:29 am
45794
... Both of those hide information, but in a way that is still discoverable/noticeable by the user. Folds show a fold line, and 'ignored' highlights still...
James Vega
jamessan@...
Send Email
Jan 3, 2007
5:10 pm
45795
... Why would you expect that? Syntax highlighting is highlighting, not inline folding. Vim doesn't support inline folding. Vince Negri has provided a patch...
Charles E Campbell Jr
drchip@...
Send Email
Jan 3, 2007
5:33 pm
45796
... Oo, a bug in my docs. Thanks for spotting this. Vince...
Vince Negri
vnegri@...
Send Email
Jan 3, 2007
5:33 pm
45797
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...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Jan 3, 2007
6:10 pm
45798
... The display depends on the setting of "concealevel". When set to 1, inline folded elements are replaced by a configurable special character. When set to 2,...
Vince Negri
vnegri@...
Send Email
Jan 3, 2007
6:56 pm
45799
... 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....
Charles E Campbell Jr
drchip@...
Send Email
Jan 3, 2007
8:08 pm
45800
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...
flyfish
strugglingman@...
Send Email
Jan 4, 2007
2:09 am
45801
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...
Yegappan Lakshmanan
yegappanl@...
Send Email
Jan 4, 2007
2:14 am
45802
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...
Robert Lee
rlee0001@...
Send Email
Jan 4, 2007
3:01 am
45803
James Vega [mailto:jamessan@...] wrote: On the other hand, integrating the [conceal] patch would provide a solution for various itches that I know...
Vince Negri
vnegri@...
Send Email
Jan 4, 2007
9:13 am
45804
... I haven't delved very deep into the 'comments' options. In CSS files it is set (by the ftplugin, I guess) to comments=s1:/*,mb:*,ex:*/ and I get /* * * */ ...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Jan 4, 2007
10:43 am
45805
Hello! Looks like the spammers have been adding their pollution to the tips. Our (unfortunately) hardworking tip inspectors have been getting rid of new...
Charles E Campbell Jr
drchip@...
Send Email
Jan 4, 2007
8:49 pm
45806
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...
Charles Paul
charles.paul@...
Send Email
Jan 4, 2007
8:57 pm
45807
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 6, 2007
8:48 pm
45808
... 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...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Jan 7, 2007
3:00 am
45809
... 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'...
Nikolai Weibull
now@...
Send Email
Jan 7, 2007
3:11 am
45810
... 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...
A.J.Mechelynck
antoine.mechelynck@...
Send Email
Jan 7, 2007
3:42 am
45811
Hi, This patch improves HIG compliance when compiled with FEAT_GUI_GNOME: * Close confirmation dialogs use "Save/Discard/Cancel" instead of "Yes/No/Cancel" *...
Edward Catmur
ed@...
Send Email
Jan 7, 2007
4:04 am
45812
... (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...
Nikolai Weibull
now@...
Send Email
Jan 7, 2007
5:20 am
45813
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 7, 2007
12:56 pm
45814
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 7, 2007
7:55 pm
45815
... 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...
Nikolai Weibull
now@...
Send Email
Jan 7, 2007
8:56 pm
45816
... 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...
Bram Moolenaar
Bram@...
Send Email
Jan 7, 2007
11:34 pm
45817
... 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...
Edward Catmur
ed@...
Send Email
Jan 8, 2007
4:12 am
Messages 45788 - 45817 of 55365   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