Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Releases: axvr/org.vim

Org.vim v1.5 (2021-03-11)

11 Mar 19:48
Compare
Choose a tag to compare
  • Added support for alphabetical ordered list bullets. (Thanks @isti115!)
  • Option to disable (La)TeX highlighting.
  • Doc update.

Org.vim v1.4 (2020-08-24)

24 Aug 21:15
Compare
Choose a tag to compare
  • 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)

27 Jun 15:52
Compare
Choose a tag to compare
  • 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)

27 Jun 15:49
Compare
Choose a tag to compare
  • Improved syntax highlighting of links and turned off link concealing.
    • Added :help org_conceal_links doc section on how turn on link concealing.
  • 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)

27 Jun 15:46
Compare
Choose a tag to compare
  • 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)

27 Jun 15:45
Compare
Choose a tag to compare

Initial stable release.