Previously the following would've caused everything after the `/` to be
italicised (until it found a second `/`).
foo/bar
The same happened with all of the other in-line delimiters. This was
clearly not good enough.
The new in-line delimiter matching is now much closer to Emacs' than
before while maintaining Unicode support (as well as Vim can offer).
Org mode and Outline mode syntax highlighting for Vim
Org.vim is a very minimal Org mode and Outline mode plugin for Vim providing only syntax highlighting and folding.
This plugin aims to replicate Vim's existing Markdown editing experience on Org mode (and Outline mode) files, rather than trying to be a full featured Org mode plugin—that is what Emacs is for.
Originally created so I would be able to quickly edit and easily read Org mode files in Vim without any of the bells and whistles of the original Emacs implementation. It also allowed me use Orgzly (highly recommended) without worrying about Emacs lock-in.
Notice: this project is considered complete by the author. You can still report bugs and request additional features, however it is unlikely that new features will be added.
Licence
Copyright (c) 2018-2019, Alex Vear.
Org.vim is distributed under the same terms as Vim itself.
A copy of the full licence text should have been provided with this extension
in the LICENCE file. The license can also be viewed on the
web or by invoking
:help license from within Vim.