This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Releases: axvr/org.vim
Releases · axvr/org.vim
Org.vim v1.5 (2021-03-11)
Org.vim v1.4 (2020-08-24)
- Render "strikethrough" text as "struck through".
- Added syntax cluster groups for headings and hyperlinks.
- Made spacing consistent throughout syntax files.
- Minor wording tweaks to README.
Org.vim v1.3 (2020-05-02)
- Added syntax highlighting of LaTeX math fragments. (Thanks @Gavinok!)
- Improved detection of inline bold, italic, underline, strike through, verbatim and code syntax.
- Grey out "strike through" text by default.
- Updated README content and added screenshots.
- Removed the "basic Org mode syntax" section from this document.
Org.vim v1.2 (2020-02-15)
- Improved syntax highlighting of links and turned off link concealing.
- Added
:help org_conceal_links
doc section on how turn on link concealing.
- Added
- Syntax highlight list item bullets and numbers.
- Make Vim correctly format lists without messing up indentation.
- Allow lower case in option keys and dynamic block markers.
- Remove a couple of unnecessary
fillchars
rules. - Minor README content update.
Org.vim v1.1 (2020-01-05)
- Added documentation on folding configuration (
:help org-folding
). - Added
g:org_clean_folds
option. - Improved accuracy of in-line delimiter matching.
- Various minor documentation fixes.
- Rewrote README in Org mode.
- Enabled rendering of italics by default.
Org.vim v1.0 (2019-09-28)
Initial stable release.