summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-24 23:57:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-24 23:57:30 +0000
commit165bf00e754b882ef54008033dfe2c47779bdccb (patch)
tree93afc2482f5238679a2f7cdf6e79e1bedc877385 /Master/texmf-dist/tex
parent88ac2398c20e4aeae3f60d8bb9c6d4eb46155cef (diff)
context-vim (24dec11)
git-svn-id: svn://tug.org/texlive/trunk@24939 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/context/third/vim/2context.vim4
-rw-r--r--Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv2
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}