diff options
author | Manuel Krebs <m4nuelkrebs@gmail.com> | 2020-06-16 19:56:14 +0200 |
---|---|---|
committer | Manuel Krebs <m4nuelkrebs@gmail.com> | 2020-06-16 19:56:14 +0200 |
commit | db756fca52f7ab6379779bad79ae4d05ed5732ea (patch) | |
tree | 2c52951808f7fb21904b6469b20fae62ffa2c0b9 | |
parent | 78f37f6a353c5c8163f1d71ddfb7e619b2f343bd (diff) | |
download | rneovim-db756fca52f7ab6379779bad79ae4d05ed5732ea.tar.gz rneovim-db756fca52f7ab6379779bad79ae4d05ed5732ea.tar.bz2 rneovim-db756fca52f7ab6379779bad79ae4d05ed5732ea.zip |
tex.vim: patch runtime to 388a5d4f20b4
vim/vim@388a5d4f20b4
-rw-r--r-- | runtime/syntax/tex.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/syntax/tex.vim b/runtime/syntax/tex.vim index 83f6f82547..22b43aa38b 100644 --- a/runtime/syntax/tex.vim +++ b/runtime/syntax/tex.vim @@ -1,8 +1,8 @@ " Vim syntax file " Language: TeX " Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> -" Last Change: Jan 24, 2020 -" Version: 116 +" Last Change: May 19, 2020 +" Version: 117 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TEX " " Notes: {{{1 @@ -1057,6 +1057,7 @@ if has("conceal") && &enc == 'utf-8' call s:SuperSub('texSuperscript','\^','R','ᴿ') call s:SuperSub('texSuperscript','\^','T','ᵀ') call s:SuperSub('texSuperscript','\^','U','ᵁ') + call s:SuperSub('texSuperscript','\^','V','ⱽ') call s:SuperSub('texSuperscript','\^','W','ᵂ') call s:SuperSub('texSuperscript','\^',',','︐') call s:SuperSub('texSuperscript','\^',':','︓') |