summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-09 08:06:52 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-09 08:06:52 +0200
commita040019be68859f0667ae475de8d67bb755596ed (patch)
tree2dec2c9ce8cba38ba5193f778cba9cd59048aef6 /runtime/doc
parent34f00dd4abd011ce750e273b747915ae2f3b6e48 (diff)
patch 9.1.0282: Several small issues in doc and testsv9.1.0283
Problem: Wrong doc style for pandoc syntax description, Test_diff_eob_halfpage() may fail depending on screen size, using braces in highlight.c when not necessary Solution: Fix pandoc documentation, make sure the window for the test has 7 lines, remove the braces. Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/filetype.txt3
-rw-r--r--runtime/doc/syntax.txt4
2 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index aa7c9ae0c5..f13cfc60d1 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 9.1. Last change: 2024 Apr 08
+*filetype.txt* For Vim version 9.1. Last change: 2024 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -174,7 +174,6 @@ variables can be used to overrule the filetype used for certain extensions:
*.typ g:filetype_typ
*.v g:filetype_v
*.w g:filetype_w |ft-cweb-syntax|
- *.md g:pandoc#filetypes#pandoc_markdown
For a few filetypes the global variable is used only when the filetype could
not be detected:
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 5e290ecb1b..cc04c59c4c 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 08
+*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2532,7 +2532,7 @@ can use the "PANDOC=VIM" syntax. For example: >
To use italics and strong in emphases. Default = 1 >
- :let *g:pandoc#syntax#style#emphases = 1
+ :let g:pandoc#syntax#style#emphases = 1
"0" will add "block" to g:pandoc#syntax#conceal#blacklist, because otherwise
you couldn't tell where the styles are applied.