jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 266 forks source link

Using \k instead of \a when matching dates #233

Closed Draiken closed 8 years ago

Draiken commented 8 years ago

Vim's \a does not match accented alphabet characters like á. With \k both the accented version and the regular one are matched. For help with \k please refer to iskeyword

With this change, dates like <2016-05-07 Sáb> are highlighted properly