Re: [code_complete] Do and "" in template code ?

2007-01-29 Thread KLEIN Stéphane
2007/1/29, KLEIN Stéphane <[EMAIL PROTECTED]>: Hello, First, Mingbai, congratulation on your code_complete script. Now, I would like to use indent and unindent in my template code. Example : let g:template['php']['if'] = "if( ".s:rs."...".s:re.&q

[code_complete] Do and "" in template code ?

2007-01-29 Thread KLEIN Stéphane
Hello, First, Mingbai, congratulation on your code_complete script. Now, I would like to use indent and unindent in my template code. Example : let g:template['php']['if'] = "if( ".s:rs."...".s:re." )\{\\".s:rs."...".s:re."\\}" To indent, I use "". I haven't found char to unindent, "" doesn't

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-23 Thread KLEIN Stéphane
2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>: Marc Weber wrote: [...] > Try installing vim from source and see wether the error remains. > You can find information on how to do this on vim.org (Download -> > sources) [...] ... or in more detail on my Vim site: - my Vim page: http://users.skynet

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane
2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>: KLEIN Stéphane wrote: > 2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>: >> Hello, >> >> I sometime this error message in Vim : >> >> E316: ml_get: line ... not found (ligne ... introuvable in

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane
2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>: Hello, I sometime this error message in Vim : E316: ml_get: line ... not found (ligne ... introuvable in french) In this my strace file enclosed. What can I do to resolv my issue. I've often this problem on two computer on Ubuntu

I wonder if can I display the current date time at the bottom of Vim ?

2006-12-12 Thread KLEIN Stéphane
Hi, I wonder if can I display the current date time at the bottom of Vim like in emacs status bar ? Thanks for your help, Stephane

Re: Can I open "data.fs" file in R/W with ZODB in two programs (two process, no thread) at the same time ?

2006-12-05 Thread KLEIN Stéphane
2006/12/5, KLEIN Stéphane <[EMAIL PROTECTED]>: Hi, Can I open "data.fs" file in R/W with ZODB in two programs (two process, no thread) at the same time ? If not, is there storage system to do that ? I'm mistaken of mailing list, sorry for the disturbance. Stephane

Can I open "data.fs" file in R/W with ZODB in two programs (two process, no thread) at the same time ?

2006-12-05 Thread KLEIN Stéphane
Hi, Can I open "data.fs" file in R/W with ZODB in two programs (two process, no thread) at the same time ? If not, is there storage system to do that ? Thanks for your help, Stephane

Do a grep -r without match .svn directory ?

2006-12-04 Thread KLEIN Stéphane
Hi, In vim, I would like do a :grep -r but don't match .svn directory. Grep or vim have this feature ? Thanks for you help Stephane

I look for make all windows (almost) equally high only. I would not equally wide.

2006-11-30 Thread KLEIN Stéphane
Hello, I look for make all windows (almost) equally high only. I would not equally wide. There is this feature ? I would not CTRL-W_= because this command make equally high and wide. Thanks for your help Stephane

Re: How can I disable variable show in taglist plugin ?

2006-11-29 Thread KLEIN Stéphane
2006/11/29, Yegappan Lakshmanan <[EMAIL PROTECTED]>: Hi, On 11/29/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote: > Hi, > > When I code my php script I use Taglist plugin. Taglist is very useful > but I want only see the functions. I don't want see the variables. &g

How can I disable variable show in taglist plugin ?

2006-11-29 Thread KLEIN Stéphane
Hi, When I code my php script I use Taglist plugin. Taglist is very useful but I want only see the functions. I don't want see the variables. Taglist has this feature ? If yes, how can I enable it ? Thanks for your help. Regards, Stephane

Re: I look for php abbreviations configuration script...

2006-11-28 Thread KLEIN Stéphane
2006/11/28, Peter Hodge <[EMAIL PROTECTED]>: Hello, What does a 'php abbreviations configuration script' do? regards, Peter --- KLEIN Stéphane <[EMAIL PROTECTED]> wrote: > Hello, > > I look for php abbreviations configuration script. There aren't ? It&

I look for php abbreviations configuration script...

2006-11-27 Thread KLEIN Stéphane
Hello, I look for php abbreviations configuration script. There aren't ? Thanks Stephane

why CTRL-W = don't work after :cope command ?

2006-11-22 Thread KLEIN Stéphane
Hello, why CTRL-W = don't work after :cope command ? Thanks for your help, Stephane

Re: Are there the functions to go back or go next such as a browser ?

2006-10-31 Thread KLEIN Stéphane
2006/10/31, Yakov Lerner <[EMAIL PROTECTED]>: On 11/1/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote: > Are there some functions to go back or go next such as a browser ? ex > : I move my cursor and I would like go back to previous place. I don't > speak about CTRL-T whi

Are there the functions to go back or go next such as a browser ?

2006-10-31 Thread KLEIN Stéphane
Hi, Are there some functions to go back or go next such as a browser ? ex : I move my cursor and I would like go back to previous place. I don't speak about CTRL-T which is used with tags. Regards, Stephane

Re: When I open foo.zcml I would like xml type syntax

2006-09-29 Thread KLEIN Stéphane
2006/9/29, Marc Weber <[EMAIL PROTECTED]>: On Fri, Sep 29, 2006 at 10:35:04AM +0200, KLEIN St?phane wrote: > Hi, > > How can I configure vim to use XML syntax when I open *.zcml file ? See :h autocmd put this into a a file which is sourced on startup (eg .vimrc or a plugin-file) autocmd BufRe

When I open foo.zcml I would like xml type syntax

2006-09-29 Thread KLEIN Stéphane
Hi, How can I configure vim to use XML syntax when I open *.zcml file ? Thanks, Stephane

How can I do a grep on all vim buffer ?

2006-09-26 Thread KLEIN Stéphane
Hello, How can I do a "grep" on all vim buffer ? Thanks for your help, Stephane

gvim fullscreen mode on Gnome ?

2006-08-19 Thread KLEIN Stéphane
Hi, is there gvim full screen mode feature on GNU/Linux Gnome... ? Regards, Stéphane