diff options
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/2context.vim | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/third/vim/2context.vim b/Master/texmf-dist/tex/context/third/vim/2context.vim index df192ad8099..dfdaa8439c4 100644 --- a/Master/texmf-dist/tex/context/third/vim/2context.vim +++ b/Master/texmf-dist/tex/context/third/vim/2context.vim @@ -1,5 +1,5 @@ " Author : Aditya Mahajan <adityam [at] umich [dot] edu> -" version : 2011.02.05 +" version : 2011.12.23 " license : Simplified BSD License " This script is part of the t-vim module for ConTeXt. It is based on 2html.vim. @@ -39,7 +39,7 @@ if !exists("highlight") endif " Set escapecomments -if !exsists("escapecomments") +if !exists("escapecomments") let escapecomments=0 endif diff --git a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv index 20ed5ebe7d3..19b6b0644c3 100644 --- a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv +++ b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv @@ -45,7 +45,7 @@ \setupsyntaxhighlighting[#1][\s!parent=\syntaxhighlighting@namespace,#2]
\edef\syntaxhighlighting@name{#1}
- \defineexternalfilter[#1][\s!parent=\syntaxhighlighting@namespace#1]
+ \defineexternalfilter[#1][\s!parent=\syntaxhighlighting@namespace#1,\c!taglabel=\vimtyping@id]
\setups{syntaxhighlighting@setup_line_number_mkiv}
|