Update:

As I have written earlier, the crash was introduced with 
Vim 7.3.1185.

And here is the RegEx that causes the crash:

syn match pandocPCite /@\%[\w\-]*/

It is part of the citation handling code in ~/.vim/syntax/pandoc.vim
from vim-pandoc.


" Citations:
" parenthetical citations
syn match pandocPCite /\[-\{0,1}@.\{-}\]/ 
contains=pandocEmphasis,pandocStrong,pandocLatex,@Spell
" syn match pandocPCite /\[\w.\{-}\s-\?.\{-}\]/ 
contains=pandocEmphasis,pandocStrong
" in-text citations without location

" syn match pandocPCite /@\%[\w\-]*/

" in-text citations with location
syn match pandocPCite /@\w*\s\[.\{-}\]/

Axel

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to