diff options
Diffstat (limited to 'autoload/julia_latex_symbols.vim')
-rw-r--r-- | autoload/julia_latex_symbols.vim | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autoload/julia_latex_symbols.vim b/autoload/julia_latex_symbols.vim index 29bf031f..d0daf6fc 100644 --- a/autoload/julia_latex_symbols.vim +++ b/autoload/julia_latex_symbols.vim @@ -3,7 +3,7 @@ if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'julia') != -1 endif " This file is autogenerated from the script 'generate_latex_symbols_table.jl' -" The symbols are based on Julia version 1.1.0-DEV.695 +" The symbols are based on Julia version 1.3.0-DEV.263 scriptencoding utf-8 @@ -392,6 +392,7 @@ function! julia_latex_symbols#get_dict() \ '\trademark': '™', \ '\:tm:': '™', \ '\bbZ': 'ℤ', + \ '\ohm': 'Ω', \ '\mho': '℧', \ '\frakZ': 'ℨ', \ '\turnediota': '℩', @@ -498,8 +499,8 @@ function! julia_latex_symbols#get_dict() \ '\circlearrowright': '↻', \ '\leftharpoonup': '↼', \ '\leftharpoondown': '↽', - \ '\upharpoonleft': '↾', - \ '\upharpoonright': '↿', + \ '\upharpoonright': '↾', + \ '\upharpoonleft': '↿', \ '\rightharpoonup': '⇀', \ '\rightharpoondown': '⇁', \ '\downharpoonright': '⇂', |