Your message dated Mon, 5 Nov 2007 09:27:59 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449370: E492: Not an editor command: NoMatchParen
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vim
Version: 1:7.0-122+1etch3
Severity: normal


After upgrading 7.0-122+1etch2 --> 7.0-122+1etch3 I suddenly get
the following error:

   Error detected while processing /home/raoul/.exrc:
   line    1:
   E492: Not an editor command: NoMatchParen
   Press ENTER or type command to continue

My .exrc contains:

NoMatchParen
set showmode
set ignorecase
set noerrorbells
set noautoindent
set binary
set paste
syntax enable

Using ':NoMatchParen' inside of vim works as expected.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages vim depends on:
ii  libacl1                2.2.41-1          Access control list shared library
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgpmg1               1.19.6-25         General Purpose Mouse - shared lib
ii  libncurses5            5.5-5             Shared libraries for terminal hand
ii  vim-common             1:7.0-122+1etch3  Vi IMproved - Common files
ii  vim-runtime            1:7.0-122+1etch3  Vi IMproved - Runtime files

vim recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
On Mon, Nov 05, 2007 at 01:35:09PM +0100, Raoul Borenius wrote:
> After upgrading 7.0-122+1etch2 --> 7.0-122+1etch3 I suddenly get
> the following error:
> 
>    Error detected while processing /home/raoul/.exrc:
>    line    1:
>    E492: Not an editor command: NoMatchParen
>    Press ENTER or type command to continue

This never should have worked.  The matchparen plugin isn't loaded yet
when your .exrc file is sourced.  What you want to do instead is

  let loaded_matchparen = 1

This will cause the plugin to exit immediately when it is sourced
instead of actually setting up the paren matching.

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to