diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-11 20:52:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-11 20:52:15 +0000 |
commit | 7ce27718a93826f29e2548d6eb7b5386d8b33506 (patch) | |
tree | 383043176b027b366e1b6a9abfd6d4e46834cbda /Master/texmf-dist/tex/context | |
parent | 07e987365aea2ad4a843e492f74554708900d591 (diff) |
context-vim (11aug18)
git-svn-id: svn://tug.org/texlive/trunk@48391 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv | 8 |
1 files changed, 4 insertions, 4 deletions
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 26f7be1a7f5..17019e14859 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 @@ -1,6 +1,6 @@ %D \module %D [ file=t-syntax-highlight, -%D version=2018.04.16, +%D version=2018.08.10, %D title=\CONTEXT\ User Module, %D subtitle=Code syntax highlighting, %D author=Aditya Mahajan, @@ -9,7 +9,7 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Code syntax highlighting (ver: 2018.04.16)} +\writestatus{loading}{Code syntax highlighting (ver: 2018.08.10)} \startmodule [syntax-highlight] \usemodule [syntax-groups] @@ -210,14 +210,14 @@ {\mathortext\normalspace {\syntaxhighlighting@split\zeropoint\relax \hbox{\normalcontrolspace}% - \syntaxhighlighting@split\zeropoint\relax}} + \syntaxhighlighting@split\zeropoint\relax}}% \letcharcode\spaceasciicode\obeyedspace} % Invisible space \installspacemethod {\????syntaxhighlighting\v!off} {\unexpanded\def\obeyedspace {\mathortext\normalspace - {\syntaxhighlighting@split\interwordspace\relax}} + {\syntaxhighlighting@split\interwordspace\relax}}% \letcharcode\spaceasciicode\obeyedspace} % Default |