Looks like expand() recognizes "[<letter>...]" construct as name of directory <letter>, if directory <letter> is contained in current directory. In ":help...
haron
anton.sharonov@...
Mar 1, 2008 10:03 am
87921
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...
haron
anton.sharonov@...
Mar 1, 2008 10:06 am
87922
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,...
Richard Hartmann
richih.mailinglist@...
Mar 1, 2008 10:46 am
87923
... Please notice the Vim mailing list requires bottom-posting. My understanding of what happens in your matching: - "." is matched first; - For each match of...
Yongwei Wu
wuyongwei@...
Mar 1, 2008 2:39 pm
87924
... It's called a wildcard and is mentioned somewhere at the top as 'file globbing' or something. ... -ap -- ... ...
A.Politz
politza@...
Mar 1, 2008 3:39 pm
87925
... 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. ...
haron
anton.sharonov@...
Mar 1, 2008 4:57 pm
87926
... [...] 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:...
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2008 6:33 pm
87927
... 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 ...
Tony Mechelynck
antoine.mechelynck@...
Mar 1, 2008 6:43 pm
87928
Hi, Is it better to have intellisense or the omnicompletion to help for C+ + programming ? Thanks --~--~---------~--~----~------------~-------~--~----~ You...
epanda
callingelvis@...
Mar 1, 2008 11:23 pm
87929
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...
epanda
callingelvis@...
Mar 1, 2008 11:25 pm
87930
... 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...
Tony Mechelynck
antoine.mechelynck@...
Mar 2, 2008 12:41 am
87931
there is no intellisense in vim. there is, however, omnicompletion. ... --~--~---------~--~----~------------~-------~--~----~ You received this message from...
jerbear
jmcantrell@...
Mar 2, 2008 1:12 am
87932
ahhh, my mistake. i see the intellisense plugin at vim.org. i didn't know this existed. ... --~--~---------~--~----~------------~-------~--~----~ You received...
jerbear
jmcantrell@...
Mar 2, 2008 1:14 am
87933
$$$$$$$$$www.200836.com--- why we buy Peking 2008 Olympic Games$B!=(B souvenirs 1 low price 2 best quality-- licensed products by Peking Organizing...
wode dipan wo
allen200836@...
Mar 2, 2008 1:44 am
87934
I wrote kind of a release note: http://leonardof.org/2008/03/01/updated-brazilian-portuguese-dictionary-for-vim-and-aspell/en/ Leonardo Fontenelle ...
Leonardo Fontenelle
leo.fontenelle@...
Mar 2, 2008 4:36 am
87935
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....
Dirk.R.Gently@...
Mar 2, 2008 5:06 am
87936
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...
Yegappan Lakshmanan
yegappanl@...
Mar 2, 2008 5:18 am
87937
... How does id-utils and its Vim plugin compare to exuberant-ctags and your taglist plugin? Dennis Benzinger ...
Dennis Benzinger
Dennis.Benzinger@...
Mar 2, 2008 1:05 pm
87938
According to the Vim help on gw{motion}, the gw variants of the formatting commands do not use 'formatprg' or 'formatexpr'. I set up a simple test, however,...
Stahlman Family
brettstahlman@...
Mar 2, 2008 7:03 pm
87939
... Yes, this doesn't work as documented. For "gw" formatting is split up into formatting single lines, but 'formatexpr' is still. I'll have to think of a...
Bram Moolenaar
Bram@...
Mar 2, 2008 8:05 pm
87940
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 ...
Robert Hicks
sigzero@...
Mar 2, 2008 8:21 pm
87941
... Best regards, Tony. -- Paradise is exactly like where you are right now ... only much, much better. -- Laurie Anderson ...
Tony Mechelynck
antoine.mechelynck@...
Mar 2, 2008 8:33 pm
87942
... Ok. Interestingly, when I use gw from within the 'formatexpr' function, things seem to work as expected. Does this mean that a gw executed from within the...
Stahlman Family
brettstahlman@...
Mar 2, 2008 8:37 pm
87943
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...
Larry.Liu
smartlitchi@...
Mar 3, 2008 2:41 am
87944
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...
guojq
guojq28@...
Mar 3, 2008 5:01 am
87945
... 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...
Ben Schmidt
mail_ben_schmidt@...
Mar 3, 2008 5:09 am
87946
... 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,...
Tony Mechelynck
antoine.mechelynck@...
Mar 3, 2008 5:23 am
87947
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...
Jeenu
jeenuv@...
Mar 3, 2008 5:32 am
87948
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...
Yegappan Lakshmanan
yegappanl@...
Mar 3, 2008 5:43 am
87949
$$$$$$$$$www.200836.com--- why we buy Peking 2008 Olympic Games$B!=(B souvenirs 1 low price 2 best quality-- licensed products by Peking Organizing...