Triggering abbrevs

2008-01-07 Fir de Conversatie Andy Wokula
There are some odd details about how abbreviations get triggered: (abbrevs like :ia foo bar ) 1. abbrevs are not triggered by a mapping when remapping is off: abbrevs not triggered: :ino esc esc :ino esc c-]esc abbrevs triggered as expected: :imap esc esc :imap esc c-]esc| careful,

Re: Triggering abbrevs

2008-01-07 Fir de Conversatie Ben Schmidt
1. abbrevs are not triggered by a mapping when remapping is off: abbrevs not triggered: :ino esc esc :ino esc c-]esc abbrevs triggered as expected: :imap esc esc :imap esc c-]esc| careful, endless loop I'd like to have abbrevs expanded in all situations. I think that could

Re: Triggering abbrevs

2008-01-07 Fir de Conversatie Andy Wokula
Ben Schmidt schrieb: 1. abbrevs are not triggered by a mapping when remapping is off: abbrevs not triggered: :ino esc esc :ino esc c-]esc abbrevs triggered as expected: :imap esc esc :imap esc c-]esc| careful, endless loop I'd like to have abbrevs expanded in all situations.

Re: Automating builds?

2008-01-07 Fir de Conversatie Philip Prindeville
Ben Schmidt wrote: So... is there a tarball that contains everything then? There are 3 tarballs. vim-7.1.tar.bz2, vim-7.1-extra.tar.gz, and vim-7.1-lang.tar.gz. The extra tarballs are under the extra directory on the ftp server. Which is a 'no', in case that wasn't clear. To

Re: Automating builds?

2008-01-07 Fir de Conversatie Gary Johnson
On 2008-01-07, Philip Prindeville [EMAIL PROTECTED] wrote: Ben Schmidt wrote: So... is there a tarball that contains everything then? There are 3 tarballs. vim-7.1.tar.bz2, vim-7.1-extra.tar.gz, and vim-7.1-lang.tar.gz. The extra tarballs are under the extra directory on the

Re: Automating builds?

2008-01-07 Fir de Conversatie Philip Prindeville
Gary Johnson wrote: On 2008-01-07, Philip Prindeville [EMAIL PROTECTED] wrote: Ben Schmidt wrote: So... is there a tarball that contains everything then? There are 3 tarballs. vim-7.1.tar.bz2, vim-7.1-extra.tar.gz, and vim-7.1-lang.tar.gz. The extra tarballs

Re: Automating builds?

2008-01-07 Fir de Conversatie James Vega
On Mon, Jan 07, 2008 at 01:38:11PM -0800, Philip Prindeville wrote: Gary Johnson wrote: On 2008-01-07, Philip Prindeville [EMAIL PROTECTED] wrote: Ok, never mind. We'll just skip the updates for now then... Having multiple tars to unpack just doesn't work well with our build system.

Re: Triggering abbrevs

2008-01-07 Fir de Conversatie Ben Schmidt
The builtin Escape key already expands abbrevs. Isn't this like a part of its definition? If I put esc on the right side of a noremap, I do this in order to get this builtin behaviour. I disagree. If *I* put Esc on the right hand side of a mapping I do it to get the builtin behaviour of

Re: Automating builds?

2008-01-07 Fir de Conversatie Philip Prindeville
James Vega wrote: On Mon, Jan 07, 2008 at 01:38:11PM -0800, Philip Prindeville wrote: Gary Johnson wrote: On 2008-01-07, Philip Prindeville [EMAIL PROTECTED] wrote: Ok, never mind. We'll just skip the updates for now then... Having multiple tars to unpack just doesn't

Re: Automating builds?

2008-01-07 Fir de Conversatie Tony Mechelynck
Philip Prindeville wrote: [...] Well, it gets worse: Unix vim is bzip2'd, whereas the language and extras stuff is gzipped. Which makes the script to pull down and build the stuff even more useless, since packages can only specify one uncompression method, etc... -Philip Sounds that