diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/third/vim/2context.vim')
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/2context.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/third/vim/2context.vim b/Master/texmf-dist/tex/context/third/vim/2context.vim index 67c7bafdc6a..9c72ba1bd19 100644 --- a/Master/texmf-dist/tex/context/third/vim/2context.vim +++ b/Master/texmf-dist/tex/context/third/vim/2context.vim @@ -135,6 +135,9 @@ while s:lnum <= s:lstop let s:new = '\HGL{' . s:new . '}' endif + " Add begin and end line markers + let s:new = "\\SYNBOL{}" . s:new . "\\SYNEOL{}" + call add(s:lines, s:new) " Increment line numbers |