Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users 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 127975 - 128004 of 138216   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
127975 Suresh Govindachar
sgovindachar@... Send Email
Dec 27, 2011
11:48 pm
Solution: To hide a certain string, I created the following syntax region: syn region footnote start="\\afootnote" end="}" conceal then split the buffer and...
127976 Kote Dekuur
kotelord@... Send Email
Dec 27, 2011
11:49 pm
Sorry for the mass mailing.. anyone knows how to unsubscribe from the mailing list as the following unsubscribe mailing doesn't work. *...
127977 wolfv
wolfvolpi@... Send Email
Dec 28, 2011
12:54 am
Hi Tony. I didn't get vary far. Here is what I tried. From the Vim EX Line editor I typed::!mkdir $HOME/vimfiles This cmd window popped up: ...
127978 John Beckett
johnb.beckett@... Send Email
Dec 28, 2011
1:36 am
... The above address is to unsubscribe from the vim_announce group. At the bottom of each mail there is a link which you found: ...
127979 Suresh Govindachar
sgovindachar@... Send Email
Dec 28, 2011
1:58 am
Hello, Consider a C-file with folding method marker. Declaring the comment regions with the argument conceal and setting conceallevel to 2 would "eat up" all...
127980 Thilo Six
T.Six@... Send Email
Dec 28, 2011
4:49 am
Tony Mechelynck wrote the following on 26.12.2011 11:38 Hello Tony -- <snip> -- ... After reading a bit more about this i agree this is the right thing to do. ...
127981 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 28, 2011
8:15 am
... I thought Vim would interpret the environment variable and path ... ...and remember: in the Vim lists, bottom-posting is preferred, as shown in the...
127982 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 28, 2011
10:28 am
... That's a relative link, it is relative to the folder containing the HTML file. Now in order to display a remote HTML file, Vim has to download it to a...
127983 Christian Brabandt
cblists@... Send Email
Dec 28, 2011
10:52 am
Hi Dotan! ... I don't think so. regards, Christian -- Pubertät ist, wenn die Eltern schwierig werden. -- You received this message from the "vim_use"...
127984 Christian Brabandt
cblists@... Send Email
Dec 28, 2011
10:56 am
Hi Suresh! ... So you want to completely hide lines using concealing? You can't do that. The closest thing what you can do is hide lines using folding. But...
127985 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 28, 2011
11:08 am
... Because Windows does not support non-numeric "code pages". This is, I think, contrary to the ISO standard, but Microsoft never cared about portability and...
127986 Axel Bender
axel.bender@... Send Email
Dec 28, 2011
5:13 pm
Thanks for your answer Tony. UTF-8 corresponds (afaik) to CodePage 65001. Setting language to this value (e.g. :language English_United States.65001) is...
127987 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 28, 2011
5:33 pm
... Oh, you have the sources of Windows? About what it does to Vim, see :help :lang and what comes after. Best regards, Tony. -- We're knights of the Round...
127988 Thilo Six
T.Six@... Send Email
Dec 28, 2011
7:35 pm
wolfv wrote the following on 28.12.2011 01:53 Hello wolfv -- <snip> -- ... -- <snip> -- I noticed i introduced real bugs with the configuration i posted...
127989 wolfv
wolfvolpi@... Send Email
Dec 29, 2011
1:01 am
On Dec 28, 1:15 am, Tony Mechelynck <antoine.mechely...@...> ... Tony, I added this message below your post in the Reply form. I guess that's what...
127990 æžå“书生
jpssff@... Send Email
Dec 29, 2011
2:22 am
you can use exec "!mkdir ".expand("$HOME";)."\\vimfiles" ... -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
127991 John Beckett
johnb.beckett@... Send Email
Dec 29, 2011
2:30 am
... It's a long story, some of which is mentioned at: http://vim.wikia.com/wiki/Filetype.vim (search for $HOME). ... Then use normal tools (not Vim) to make...
127992 wolfv
wolfvolpi@... Send Email
Dec 29, 2011
5:46 am
... Thanks John, that helped me figured out enough to make it work. I created C:\Program Files (x86)\Vim&#92;vimfiles&#92;filetype.vim and copied the code that Tony...
127993 Axel Bender
axel.bender@... Send Email
Dec 29, 2011
7:54 am
Hi Tony! ... There was a time when I did have them... But I think - for now - vim's sources will suffice ;-) Greetings -- You received this message from the...
127994 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 29, 2011
8:21 am
On 29/12/11 06:46, wolfv wrote: [...] ... It's the default $VIM location for your platform, and $VIM/vimfiles is where Vim will look for customizations common...
127995 Stanley Rice
heconghui@... Send Email
Dec 29, 2011
10:48 am
Hi all I am working on Linux (GNome) and I want to set the font in my vim in italic style. But I don't know how. In windows, the code could be: set...
127996 Christian Brabandt
cblists@... Send Email
Dec 29, 2011
11:59 am
Hi Stanley! ... Try this entry from the faq: http://vimhelp.appspot.com/vim_faq.txt.html#faq-31.2 regards, Christian -- -- You received this message from the...
127997 Kai Weber
kai.weber@... Send Email
Dec 29, 2011
1:01 pm
Hi, I use vim in combination with mutt. To start vim I have following setting in my muttrc: # use vim and skip to the first blank line set editor = "vim...
127998 Marc Weber
marco-oweber@... Send Email
Dec 29, 2011
1:11 pm
... Why do you need this? Use syntax commands instead. Eg :syn match Error /The/ matches the characters The While hlsearch is useful in most cases I find this...
127999 Kai Weber
kai.weber@... Send Email
Dec 29, 2011
2:16 pm
... Syntax highlighting is not what I look for. What I want to achieve is jumping to the first blank line where I can start typing my mail instantly. So I...
128000 Rian Hunter
rian@... Send Email
Dec 29, 2011
2:31 pm
hey all i seem to be getting weird behavior when editing java code and i'm not sure why. for some reason every time i have the word "register"; in my source...
128001 Tim Chase
vim@... Send Email
Dec 29, 2011
2:31 pm
... You could just issue a "noh" after your search: vim +'/^$/&#39; -c'set hls' -c'noh&#39; should do the trick (I don't have 'hls' set in my vimrc, so I added it on...
128002 Taylor Hedberg
tmhedberg@... Send Email
Dec 29, 2011
3:22 pm
It's because, for some bizarre reason, the author of the Java syntax file that comes with Vim decided that all C++ keywords that aren't also Java keywords...
128003 Walkman
w2lkm2n@... Send Email
Dec 29, 2011
4:16 pm
"register word highlighted in vim" first hit in google: http://vim.1045645.n5.nabble.com/Why-is-quot-template-quot-highlighted-in-Java-code-td1169135.html Sent...
128004 Dominique Pellé
dominique.pelle@... Send Email
Dec 29, 2011
4:39 pm
... If you want to keep the 'hls' option (so further searches while reading or editing your email will still be highlighted), you could set the "/ register to...
Messages 127975 - 128004 of 138216   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