From 0a98223c0be4625e871943aa76d017071cb7ed12 Mon Sep 17 00:00:00 2001 From: Alex Vear Date: Fri, 6 Dec 2019 22:18:01 +0000 Subject: [PATCH] Fix in-line verbatim and code delimiters --- doc/org.txt | 4 ++-- syntax/org.vim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.txt b/doc/org.txt index bd74797..5782c5b 100644 --- a/doc/org.txt +++ b/doc/org.txt @@ -64,7 +64,7 @@ The following is a short overview of essential Org mode syntax. Paragraphs are separated by empty lines. - =monospaced= and ~verbatim~ text are delimited by equals signs and tilde + ~monospaced~ and =verbatim= text are delimited by equals signs and tilde respectively. : Entire lines can be marked as verbatim by prepending with a colon. @@ -154,7 +154,7 @@ an |autocmd| like so. Value: numeric~ Default: 1~ -Display italic org-mode markup (e.g. `/this is italic org-mode markup/`) using +Display italic Org mode markup (e.g. `/this is italic Org mode markup/`) using the italic variant of your font. As some terminals, terminal multiplexers and monospaced fonts don't support diff --git a/syntax/org.vim b/syntax/org.vim index 7aaf307..284d927 100644 --- a/syntax/org.vim +++ b/syntax/org.vim @@ -46,12 +46,12 @@ highlight def link orgTitle Title " Code and vervatim text -syntax region orgCode matchgroup=orgCodeDelimiter start="=\S\@==\@!" end="\S\@<==\@