Re: vimscript compiled

2008-05-23 Fir de Conversatie epanda
Ok thanks Charles, my goal was to have a self binary which execute the reformat file function that I have scripted not depending to gvim installed. On 22 mai, 22:09, Charles E Campbell Jr [EMAIL PROTECTED] wrote: epanda wrote: I have done a script but I don't want it to be interpreted.

Re: vimscript compiled

2008-05-23 Fir de Conversatie Milan Vancura
#include stdio.h #include stdlib.h int main() { system(gvim -c script.vim); return 0; } :- Thank you for lenghtening my life with 10 minutes of laugh! It remindes me my favorite IRC citation: A: Hi all, I'm playing with datetime functions. Can someone help me, please? I need a

vim on pocket pc (windows mobile)

2008-05-23 Fir de Conversatie misi
Hello all.. there was o port of vim 6.0 to windows mobile, and I would like to port now version 7.1. I would like to have few questions, especially to Bram who is in the neighbour country :) 1. I plan to build the pocket pc version with cegcc, so eventual configuration could be integrated

vim on pocket pc (windows mobile)

2008-05-23 Fir de Conversatie misi
Hello all.. there was o port of vim 6.0 to windows mobile, and I would like to port now version 7.1. I would like to have few questions, especially to Bram who is in the neighbour country :) 1. As I would like to have my work integrated and would like to spend less time possible, what is the

Re: vimscript compiled

2008-05-23 Fir de Conversatie Ben Schmidt
Milan Vancura wrote: #include stdio.h #include stdlib.h int main() { system(gvim -c script.vim); return 0; } :- Thank you for lenghtening my life with 10 minutes of laugh! I loved the way it included stdio.h for added compilation time. It remindes me my favorite IRC citation:

gvim -p and number of tabs

2008-05-23 Fir de Conversatie Stephan Hegel
Hi, When running gvim (version 7.1pl298): gvim -p a* ... 12 files to edit only 10 tabs are displayed. I've expected 12. Are there any limitations ? Rgds, Stephan. --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more

Re: gvim -p and number of tabs

2008-05-23 Fir de Conversatie Jürgen Krämer
Hi, Stephan Hegel wrote: When running gvim (version 7.1pl298): gvim -p a* ... 12 files to edit only 10 tabs are displayed. I've expected 12. Are there any limitations ? yes, the maximum for tab pages defaults to 10. But you can change it with the 'tabpagemax' option:

Re: clientserver --remote-send and map

2008-05-23 Fir de Conversatie Philippe Fremy
Tony Mechelynck wrote: On 22/05/08 15:52, Philippe Fremy wrote: [...] The conclusion seems pretty clear: mapping code is not executed when sending keys through --remote-send. Is that a bug ? [...] I believe it is not a bug, by analogy to the following:

Re: Update of netbeans help file

2008-05-23 Fir de Conversatie Dominique Pelle
On Fri, May 23, 2008 at 11:42 AM, Philippe Fremy [EMAIL PROTECTED] wrote: 1. Introduction *netbeans-intro* The Netbeans interface was initially developed to integrate Vim into the NetBeans java IDE, using the external editor plugin. This NetBeans

Re: clientserver --remote-send and map

2008-05-23 Fir de Conversatie Yakov Lerner
On Fri, May 23, 2008 at 7:54 PM, Philippe Fremy [EMAIL PROTECTED] wrote: Tony Mechelynck wrote: On 22/05/08 15:52, Philippe Fremy wrote: [...] The conclusion seems pretty clear: mapping code is not executed when sending keys through --remote-send. Is that a bug ? [...] I believe