diff options
author | NerdyPepper <[email protected]> | 2018-03-18 14:54:46 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-03-18 14:54:46 +0000 |
commit | 3171026502439311f65a003e7a9432e62d1cd8a5 (patch) | |
tree | da19dc03cc9e11f05ef82467c8cf9a793f93153a /ligature_plugins | |
parent | fed21164fd2efd97d1710b6a2b00da4464566018 (diff) |
Remove multiplication ligature
Diffstat (limited to 'ligature_plugins')
-rw-r--r-- | ligature_plugins/python.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ligature_plugins/python.vim b/ligature_plugins/python.vim index 2f9b1b6..f79de00 100644 --- a/ligature_plugins/python.vim +++ b/ligature_plugins/python.vim | |||
@@ -25,8 +25,6 @@ syntax keyword pyNiceOperator sum conceal cchar=∑ | |||
25 | syntax match pyNiceOperator "\<\%(math\.\)\?sqrt\>" conceal cchar=√ | 25 | syntax match pyNiceOperator "\<\%(math\.\)\?sqrt\>" conceal cchar=√ |
26 | syntax match pyNiceKeyword "\<\%(math\.\)\?pi\>" conceal cchar=π | 26 | syntax match pyNiceKeyword "\<\%(math\.\)\?pi\>" conceal cchar=π |
27 | 27 | ||
28 | syntax match pyNiceOperator " \* " conceal cchar=· | ||
29 | |||
30 | syntax keyword pyNiceStatement lambda conceal cchar=λ | 28 | syntax keyword pyNiceStatement lambda conceal cchar=λ |
31 | 29 | ||
32 | hi link pyNiceOperator Operator | 30 | hi link pyNiceOperator Operator |