Re: Integration of Vim

2007-10-11 Fir de Conversatie Nico Weber
Hi Wynand, This is meant to run inside a virtual console (like the quake console) which receive all IO events primarily including mouse and keyboard events. Any help would be greatly appreciated as I have no idea where to start. this is not easily possible, there's no libVim. And even if

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
The screen is not redrawn then, thus you have to use CTRL-L or :redraw! if the command did display something. I do not think this paragraph can be interpreted ambiguously. The first part - The screen is not redrawn then - I see it as information not operational, it does not contradict

Re: Integration of Vim

2007-10-11 Fir de Conversatie SM Smithfield
I have a similar interest. I want to integrate vim with a smalltalk environment. I have also looked into vim's codebase. Where to start? It seems like that it would be very useful to have: A way to have a buffer that is async linked to a source that is not a file, but behaves like one. And

Re: Integration of Vim

2007-10-11 Fir de Conversatie krischik
On 11 Okt., 08:38, Wynand [EMAIL PROTECTED] wrote: Hi I hope this is the right discussion board for the question. I wrote a game engine with embedded script engines and would like to integrate vim as the primary editor for the scripts and other functions. I googled it for several days now

Re: is this a bug or a feature??

2007-10-11 Fir de Conversatie Charles E Campbell Jr
denis wrote: Hello, I am seeing a problem where execution of seemingly unrelated commands causes a problem with resetting 'lines' variable here, lines is set to 23 let g:foo = tempname() call system('touch ' . g:foo) here it is reset to the height of my xterm - in this case 50 eh? is this a

Re: doc nitpicking

2007-10-11 Fir de Conversatie Ben Schmidt
vim -u NONE :help helpget some text on screen, and statuslines :silent :true The screen is garbled. Not for me. I think the point made earlier was that the docs actually, in the most strict logical sense, don't say anything about what you need to do if a command

Re: Integration of Vim

2007-10-11 Fir de Conversatie Ben Schmidt
Wow, Thanks for everyone's feedback :), there are some great ideas on how to get started. I particularly like the idea of running it as a server. 2) You start the GUI version as Vim-Server. Used by gvimplugin [2]. 3) You start the GUI version as a Netbeans-Server. Used by eeedit [3].

Re: Custom Software Programming

2007-10-11 Fir de Conversatie krischik
On 10 Okt., 17:38, sc [EMAIL PROTECTED] wrote: On Wednesday 10 October 2007 07:11, VB wrote: big snip lovely -- spam on vim_dev -- please tell me we don't need a moderator We are all moderators: first you can click the one star and then there an option to report abuse. Ok, a slight

Re: Integration of Vim

2007-10-11 Fir de Conversatie krischik
On 11 Okt., 13:54, Wynand Marais [EMAIL PROTECTED] wrote: Wow, Thanks for everyone's feedback :), there are some great ideas on how to get started. I particularly like the idea of running it as a server. 2) You start the GUI version as Vim-Server. Used by gvimplugin [2]. communication

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
On 10/11/07, Yakov Lerner [EMAIL PROTECTED] wrote: On 10/11/07, ap [EMAIL PROTECTED] wrote: On Oct 10, 10:22 pm, Yakov Lerner [EMAIL PROTECTED] wrote: :help :! says: :silent !{cmd} The screen is not redrawn then, thus you have to use CTRL-L or

Re: is this a bug or a feature??

2007-10-11 Fir de Conversatie denis
On Oct 11, 6:00 am, Charles E Campbell Jr [EMAIL PROTECTED] wrote: denis wrote: I am seeing a problem where execution of seemingly unrelated commands causes a problem with resetting 'lines' variable Well, I don't see that behavior. Do you have a .gvimrc file, and what's in it? That's

syntaxset error

2007-10-11 Fir de Conversatie Gary Johnson
I just encountered this error message while trying to debug a problem with extracting vimballs. It's not related to vimballs--that's just how I happened to find it. I executed vim -V9verbose.out DrawIt.vba.gz and discovered this message among the others in the verbose.out log file:

Re: doc nitpicking

2007-10-11 Fir de Conversatie Bram Moolenaar
Yakov Lerner wrote: :help :! says: :silent !{cmd} The screen is not redrawn then, thus you have to use CTRL-L or :redraw! if the command did display something. The last part (if the command did display something) is not true. In console vim, screen is always

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
On 10/11/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: :help :! says: :silent !{cmd} The screen is not redrawn then, thus you have to use CTRL-L or :redraw! if the command did display something. The last part (if the command did display