This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" gvim -u emoji.vim -U NONE --noplugin | |
set encoding=utf-8 | |
scriptencoding utf-8 | |
set guioptions= | |
set gfn=Segoe_UI_Mono:h18 | |
set buftype=nofile | |
set linespace=0 | |
set lines=19 columns=36 | |
set rop=type:directx,renmode:5 | |
call append(line('$'), ' ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ฌ๐ญ๐ฎ๐ฏ') | |
call append(line('$'), ' ๐ฐ๐ฑ๐ฒ๐ณ๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ') | |
call append(line('$'), ' ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ฌ๐ญ๐ฎ๐ฏ') | |
call append(line('$'), ' ๐ฐ๐ฑ๐ฒ๐ณ๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ') | |
call append(line('$'), ' ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ฌ๐ญ๐ฎ๐ฏ') | |
call append(line('$'), ' ๐ฐ๐ฑ๐ฒ๐ณ๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ') | |
call append(line('$'), ' ๐๐๐๐๐๐ ๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐') | |
call append(line('$'), ' ๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ฌ๐ญ๐ฎ๐ฏ') | |
call append(line('$'), ' ๐ฐ๐ฑ๐ฒ๐ณ๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment