Re: abbreviations + indent + movement commands

2006-09-27 Thread Luc Hermitte
Hello, * On Mon, Sep 25, 2006 at 08:29:02PM +0200, Kim Schulz <[EMAIL PROTECTED]> wrote: > > I finally converged to the use of search(), on a placeholder > > regex-pattern. This way neither @/ nor the search history are messed > > up by irrelevant patterns. > > I have been playing around with th

Re: abbreviations + indent + movement commands

2006-09-26 Thread Benji Fisher
On Mon, Sep 25, 2006 at 08:29:02PM +0200, Kim Schulz wrote: > On Sat, 23 Sep 2006 17:08:39 +0200 > Luc Hermitte <[EMAIL PROTECTED]> wrote: > [snip] > > > > I guess it is in the mark for place of last change, but I just cant > > > get iabbrev to execute my movement command (other than using > > >

Re: abbreviations + indent + movement commands

2006-09-25 Thread Kim Schulz
On Sat, 23 Sep 2006 17:08:39 +0200 Luc Hermitte <[EMAIL PROTECTED]> wrote: [snip] > > I guess it is in the mark for place of last change, but I just cant > > get iabbrev to execute my movement command (other than using > > ). Is there any way to do this? > > I finally converged to the use of s

Re: abbreviations + indent + movement commands

2006-09-23 Thread Luc Hermitte
Hi again, * On Sat, Sep 23, 2006 at 03:38:58PM +0200, Kim Schulz <[EMAIL PROTECTED]> wrote: > I am playing a bit around with abbreviations, in order to use them for > simple pattern templates when I code. like: > iabbrev for( for (%%%;%%%;%%%){} > > How can I get it to obey my indentation rules

abbreviations + indent + movement commands

2006-09-23 Thread Kim Schulz
Hi I am playing a bit around with abbreviations, in order to use them for simple pattern templates when I code. like: iabbrev for( for (%%%;%%%;%%%){} problem is that this gives me a wrong indentation of the code such that the } is placed in the same column as where the ( in for( was before changi