File: supsubmap_utf8.vim

package info (click to toggle)
vim-eblook 1.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: sh: 4; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
scriptencoding utf-8
let g:eblook#supsubmap_utf8#supmap = {
  \'1': '¹',
  \'2': '²',
  \'3': '³',
  \'4': '⁴',
  \'5': '⁵',
  \'6': '⁶',
  \'7': '⁷',
  \'8': '⁸',
  \'9': '⁹',
  \'1': '¹',
  \'2': '²',
  \'3': '³',
  \'4': '⁴',
  \'5': '⁵',
  \'6': '⁶',
  \'7': '⁷',
  \'8': '⁸',
  \'9': '⁹',
\}

let g:eblook#supsubmap_utf8#submap = {}