clewn inclusion?

2007-04-12 Thread Tobias Pflug
hi everyone, I was wondering how likely inclusion of the clewn[1] project in vim would be? I have to admit I have no idea how deep the changes are and if the patches include any evil hacks.. What I do know is that it seems to do a pretty good job at making gdb a bit more usable by incorporating

Re: clewn inclusion?

2007-04-12 Thread Tobias Pflug
Am Donnerstag, den 12.04.2007, 17:18 +0200 schrieb Tobias Pflug: hi everyone, I was wondering how likely inclusion of the clewn[1] project in vim would be? I have to admit I have no idea how deep the changes are and if the patches include any evil hacks.. What I do know is that it seems

Re: VimTips Wiki: New Direction

2007-03-06 Thread Tobias Pflug
On Tue, 2007-03-06 at 18:38 +0200, Ali Polatel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Zdenek Sekera ([EMAIL PROTECTED]) wrote: -Original Message- From: Spencer Collyer [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 08:31 Cc: Vim Mailing List Subject: Re:

Re: tips project

2007-03-01 Thread Tobias Pflug
On Fri, 2007-02-23 at 09:46 -0600, Tom Purl wrote: Ok everyone, the project's created: * http://code.google.com/p/vimtips/ I think there's a major disadvantage in using the code.google.com wiki - it only allows people who have been added to the project to edit the wiki via the web

Re: cindent weirdness

2006-12-09 Thread Tobias Pflug
Looks lika a misbehaving sript. In the problem buffer (if and when the error reappears): :verbose setlocal cindent? cinoptions? indentexpr? - 'cinoptions' influences how 'cindent' works - if 'indentexpr' is nonempty, it overrules 'cindent'. :verbose will tell you where each of these

cindent weirdness

2006-12-08 Thread Tobias Pflug
Hi, I am having some problems with cindent. I was busy coding when suddenly indenting stopped working. cindent is set (echo cindent - 1). The odd thing is that it only stopped working on one buffer. How does that make sense? After I closed the buffer and reopened the file it worked again.

vsplit spanning over all buffers

2006-10-28 Thread Tobias Pflug
hi all, short question that I couldn't answer myself using the vim help.. How can I get a vertical split that spans over all previously opened buffers? (like a 'side pane' sort of thing) ? thanks for any help.. regards, Tobi

popupmenus in textmode

2006-07-12 Thread Tobias Pflug
Hi, I was wondering if someone could give me some hints on creating/using popup menues in scripts such as those used for omnicomplete ? I had a look at what I could find in vim help but somehow did not get very far. Maybe someone could give me a mini example on how to create a menu with some