Looks like expand() recognizes "[<letter>...]" construct as name of directory <letter>, if directory <letter> is contained in current directory. In ":help...
87921
haron
anton.sharonov@...
Mar 1, 2008 10:06 am
Thread is closed (subject isn't match any more). I have started new thread: http://groups.google.com/group/vim_use/browse_thread/thread/552ba1361e885013 "w32...
87922
Richard Hartmann
richih.mailinglist@...
Mar 1, 2008 10:46 am
On Sat, Mar 1, 2008 at 4:40 AM, Tony Mechelynck ... To guard against surprise modelines in files, use: " This function will check if VIM finds modelines and,...
87923
Yongwei Wu
wuyongwei@...
Mar 1, 2008 2:39 pm
... Please notice the Vim mailing list requires bottom-posting. My understanding of what happens in your matching: - "." is matched first; - For each match of...
87924
A.Politz
politza@...
Mar 1, 2008 3:39 pm
... It's called a wildcard and is mentioned somewhere at the top as 'file globbing' or something. ... -ap -- ... ...
87925
haron
anton.sharonov@...
Mar 1, 2008 4:57 pm
... I just wondering, how can I oversee something so obvious ! I even use this kind of patterns in bash very often. Thank you very much, my "issue" is solved. ...
87926
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2008 6:33 pm
... [...] This is a "small" version and it has -autocmd. As such, it has no support for filetypes, since that support requires several kinds of autocommands:...
87927
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2008 6:43 pm
... The reason root doesn't use that alias is because /bin is guaranteed to be always mounted when your system is running, even in single-user ...
87928
epanda
callingelvis@...
Mar 1, 2008 11:23 pm
Hi, Is it better to have intellisense or the omnicompletion to help for C+ + programming ? Thanks --~--~---------~--~----~------------~-------~--~----~ You...
87929
epanda
callingelvis@...
Mar 1, 2008 11:25 pm
Hi, I want to search quickly in the database of cscope any string I need. Out of function name, opening files etc.... Is Cscope offers this possibility to...
87930
Tony Mechelynck
antoine.mechelynck@...
Mar 2, 2008 12:41 am
... I don't know. It may depend on personal preferences, so that maybe there's no absolute answer to that question which would be valid for everyone. At least...
87931
jerbear
jmcantrell@...
Mar 2, 2008 1:12 am
there is no intellisense in vim. there is, however, omnicompletion. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from...
87932
jerbear
jmcantrell@...
Mar 2, 2008 1:14 am
ahhh, my mistake. i see the intellisense plugin at vim.org. i didn't know this existed. ... --~--~---------~--~----~------------~-------~--~----~ You received...
87933
wode dipan wo
allen200836@...
Mar 2, 2008 1:44 am
$$$$$$$$$www.200836.com--- why we buy Peking 2008 Olympic Games$B!=(B souvenirs 1 low price 2 best quality-- licensed products by Peking Organizing...
87934
Leonardo Fontenelle
leo.fontenelle@...
Mar 2, 2008 4:36 am
I wrote kind of a release note: http://leonardof.org/2008/03/01/updated-brazilian-portuguese-dictionary-for-vim-and-aspell/en/ Leonardo Fontenelle ...
87935
Dirk.R.Gently@...
Mar 2, 2008 5:06 am
Hello all. This I hope is an easy solution (possibly my yahoo'ing isn't all it could be). If this is a complex task, I can look it up but I don't think itis....
87936
Yegappan Lakshmanan
yegappanl@...
Mar 2, 2008 5:18 am
Hi, ... You can use GNU id-utils to search for a keyword across thousands of files in a few seconds. Refer to the following pages for more information about...
87937
Dennis Benzinger
Dennis.Benzinger@...
Mar 2, 2008 1:05 pm
... How does id-utils and its Vim plugin compare to exuberant-ctags and your taglist plugin? Dennis Benzinger ...
87938
Stahlman Family
brettstahlman@...
Mar 2, 2008 7:03 pm
According to the Vim help on gw{motion}, the gw variants of the formatting commands do not use 'formatprg39; or 'formatexpr39;. I set up a simple test, however,...
87939
Bram Moolenaar
Bram@...
Mar 2, 2008 8:05 pm
... Yes, this doesn't work as documented. For "gw" formatting is split up into formatting single lines, but 'formatexpr39; is still. I'll have to think of a...
87940
Robert Hicks
sigzero@...
Mar 2, 2008 8:21 pm
An error message flashes every time I start vim. It goes by so fast I cannot see it nor screen capture it. How do I get vim to show me what it is? Robert ...
87941
Tony Mechelynck
antoine.mechelynck@...
Mar 2, 2008 8:33 pm
... Best regards, Tony. -- Paradise is exactly like where you are right now ... only much, much better. -- Laurie Anderson ...
87942
Stahlman Family
brettstahlman@...
Mar 2, 2008 8:37 pm
... Ok. Interestingly, when I use gw from within the 'formatexpr39; function, things seem to work as expected. Does this mean that a gw executed from within the...
87943
Larry.Liu
smartlitchi@...
Mar 3, 2008 2:41 am
Hi, I have a question about using cscope to search java classes, it has confused me for many days, When I use cscope database to search the definition of a...
87944
guojq
guojq28@...
Mar 3, 2008 5:01 am
hi, guys, I am wondering how to execute an outer program with a parameter of the filename being edited automatically. Say, when I am editing any c source...
87945
Ben Schmidt
mail_ben_schmidt@...
Mar 3, 2008 5:09 am
... In an Ex command, % stands for the file name in the current buffer. So you can do ... or you can make use of Vim's amazing :make command that will parse...
87946
Tony Mechelynck
antoine.mechelynck@...
Mar 3, 2008 5:23 am
... see ... for example ... or even ... to give to the make program the name of the current file with .c removed and .o added (as a make target). Best regards,...
87947
Jeenu
jeenuv@...
Mar 3, 2008 5:32 am
Hi, I wonder whether there is a command which would open alternate tab, similar to CTRL-^ for alternate buffer. This would be particularly useful when working...
87948
Yegappan Lakshmanan
yegappanl@...
Mar 3, 2008 5:43 am
Hi, On Sun, Mar 2, 2008 at 5:04 AM, Dennis Benzinger ... To jump to the definition of a function or a structure or a macro or a file, you can use the tag file...
87949
olympic souvenir
souvenir200836@...
Mar 3, 2008 7:45 am
$$$$$$$$$www.200836.com--- why we buy Peking 2008 Olympic Games$B!=(B souvenirs 1 low price 2 best quality-- licensed products by Peking Organizing...