[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2011-08-11 Thread Bug Watch Updater
** Changed in: vim (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/392086

Title:
  [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/392086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-08-27 Thread Simon Olofsson
Fixed in vim 7.2.245-2ubuntu1

** Changed in: vim (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-07-13 Thread Simon Olofsson
I can confirm this.

** Changed in: vim (Ubuntu)
   Status: New = Confirmed

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-07-08 Thread James Vega
** Bug watch added: Debian Bug tracker #532027
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532027

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532027
   Importance: Unknown
   Status: Unknown

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-07-08 Thread Bug Watch Updater
** Changed in: vim (Debian)
   Status: Unknown = Fix Committed

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-06-25 Thread Philip Muskovac
** Description changed:

  Binary package hint: vim
  
  The regular expression for the element debchangelogTarget is broken. 
  Right now its:
  
  syn match debchangelogTargetcontained \v
  %(frozen|unstable|%(testing|%(old)=stable)=%(-proposed-
  
updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|gutsy|hardy|intrepid|jaunty|karmic)%(-%(security|proposed|updates|backports|commercial|partner))=)+
  
  the probmlem is the part with 
...|%(testing|%(old)=stable)=%(-proposed-updates|-security)=|...
- if no part of this alternative is selected in the changelog file this part 
will be substitued as an empty word which isn't allowed in vim. 
+ if no part of this alternative is selected in the changelog file this part 
will be substitued as an empty word which isn't allowed in vim, so the regex is 
only evaluated to this point.
  
  The fix would be to remove the = after stable so the alternative won't be 
empty any more. 
  Complete:
  
  syn match debchangelogTargetcontained \v
  %(frozen|unstable|%(testing|%(old)=stable)%(-proposed-
  
updates|-security)=|experimental|%(etch|lenny)-%(backports|volatile)|%(dapper|gutsy|hardy|intrepid|jaunty|karmic)%(-%(security|proposed|updates|backports|commercial|partner))=)+
  
  I tested it and it works.

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs