From 671078ef6c851b688b63165761cec82f9f6e03f7 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 8 Jun 2019 12:44:15 +0200 Subject: Update --- autoload/julia_latex_symbols.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'autoload/julia_latex_symbols.vim') 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': '⇂', -- cgit v1.2.3