diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 12:44:15 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 12:44:15 +0200 |
commit | 671078ef6c851b688b63165761cec82f9f6e03f7 (patch) | |
tree | efde30baaf2ca21a09a35e1ccf1d2ff744482d2b /autoload/julia_latex_symbols.vim | |
parent | aebef2c2e76b88384b1121c237c965e8cf8b3bcb (diff) | |
download | vim-polyglot-671078ef6c851b688b63165761cec82f9f6e03f7.tar.gz vim-polyglot-671078ef6c851b688b63165761cec82f9f6e03f7.zip |
Update
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': '⇂', |