diff options
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim.txt | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/t-vim.tex | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/vim.txt b/Master/texmf-dist/doc/context/third/vim/vim.txt index 9a879a501d2..2153621d943 100644 --- a/Master/texmf-dist/doc/context/third/vim/vim.txt +++ b/Master/texmf-dist/doc/context/third/vim/vim.txt @@ -200,6 +200,9 @@ The default color scheme is `pscolor`. Line numbering --------------- +**Note**: Currently only works in MkIV. In principle, it should also +work in MkII, but for some reasons it does not. + To enable line numbering for a particular snippet, use: \start<vimtyping>[numbering=yes] @@ -529,7 +532,3 @@ Around June 2010, I decided to completely rewrite the module from scratch. The new version of `t-vim` relies on `t-filter` for all the bookkeeping. As a result, the module is smaller and more robust. -TODO ----- - -- Fix line highlighting with highlight={list} diff --git a/Master/texmf-dist/tex/context/third/vim/t-vim.tex b/Master/texmf-dist/tex/context/third/vim/t-vim.tex index 408c9c80003..2cfbb20f791 100644 --- a/Master/texmf-dist/tex/context/third/vim/t-vim.tex +++ b/Master/texmf-dist/tex/context/third/vim/t-vim.tex @@ -1,6 +1,6 @@ %D \module %D [ file=t-vim, -%D version=2011.12.17, +%D version=2011.12.18, %D title=\CONTEXT\ User Module, %D subtitle=Vim syntax highlighting, %D author=Aditya Mahajan, @@ -9,7 +9,7 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Vim syntax highlighting (ver: 2011.12.17)} +\writestatus{loading}{Vim syntax highlighting (ver: 2011.12.18)} \startmodule [vim] \usemodule [filter] % loads module catcodes @@ -60,7 +60,7 @@ \externalfilter@attributes_start \externalfilter@id \c!style \c!color \syntaxhighlighting@linenumbering_start \processcommacommand[\externalfilterparameter\c!setups]\directsetup - \gobbleoneargument % For some reason the next argument is + \gobbleoneargument % For some reason the next argument is \type{^M} \stoptexdefinition \starttexdefinition vimtyping@stop_raw |