hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

This fixes a problem when links are added into header lines. Something #41

Open daniel-walker opened 12 years ago

daniel-walker commented 12 years ago

Something like the following wasn't parsed correctly,

It was cause by the fact that links were not checked for inside a header match. This correct it by adding "containedin" lines for the to link syntax region lines.