Hi Bram,
2013/6/29(Sat) 0:49:19 UTC+9 h_east:
> Hi Bram and List,
>
> :helptags runtime/doc
> E154: Duplicate tag "g:tex_fast" in file runtime/doc/syntax.txt
> E154: Duplicate tag "g:tex_isk" in file runtime/doc/syntax.txt
>
> My environment get from most recent repository. (rev. 5023)
I attached a patch. Please check it.
--
Best regards,
Hirohito Higashi
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
diff -r f0a1b93305a6 runtime/doc/syntax.txt
--- a/runtime/doc/syntax.txt Wed Jun 26 21:56:36 2013 +0200
+++ b/runtime/doc/syntax.txt Sat Jun 29 01:06:32 2013 +0900
@@ -3031,35 +3031,6 @@
Another cause of slow highlighting is due to syntax-driven folding; see
|tex-folding| for a way around this.
- *g:tex_fast*
-
-Finally, if syntax highlighting is still too slow, you may set >
-
- :let g:tex_fast= ""
-
-in your .vimrc. Used this way, the g:tex_fast variable causes the syntax
-highlighting script to avoid defining any regions and associated
-synchronization. The result will be much faster syntax highlighting; the
-price: you will no longer have as much highlighting or any syntax-based
-folding, and you will be missing syntax-based error checking.
-
-You may decide that some syntax is acceptable; you may use the following table
-selectively to enable just some syntax highlighting: >
-
- b : allow bold and italic syntax
- c : allow texComment syntax
- m : allow texMatcher syntax (ie. {...} and [...])
- M : allow texMath syntax
- p : allow parts, chapter, section, etc syntax
- r : allow texRefZone syntax (nocite, bibliography, label, pageref, eqref)
- s : allow superscript/subscript regions
- S : allow texStyle syntax
- v : allow verbatim syntax
- V : allow texNewEnv and texNewCmd syntax
-<
-As an example, let g:tex_fast= "M" will allow math-associated highlighting
-but suppress all the other region-based syntax highlighting.
-
*tex-morecommands* *tex-package*
Tex: Want To Highlight More Commands? ~
@@ -3163,7 +3134,7 @@
:let tf_minlines = your choice
- *g:tex_isk* *g:tex_stylish*
+ *g:tex_stylish*
Tex: Controlling iskeyword~
Normally, LaTeX keywords support 0-9, a-z, A-z, and 192-255 only. Latex