Browse Source

vim-fragment-bullet: more bullets

exuberance
Brennen Bearnes 9 years ago
parent
commit
efc4c9f21f
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      bin/vim-fragment-bullet

+ 6
- 1
bin/vim-fragment-bullet View File

@ -2,6 +2,11 @@
# retrieve sort of a bullety / wingdingy kind of character
# three things code can be:
# a kind of prose
# a kind of poetry
# a kind of mathematics
# i have no idea what is going on here
use utf8;
use open ':std', ':encoding(UTF-8)';
@ -11,7 +16,7 @@ use warnings;
use 5.12.0;
my @bullets = qw(
☆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✴ ✵ ✶ ✨ ✮ ✯ ✺ ✾ ❦ ☙ ❂ ❃ ❉ ✿ ❀ ❁ ☼
🌲 ☆ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✴ ✵ ✶ ✨ ✮ ✯ ✺ ✾ ❦ ☙ ❂ ❃ ❉ ✿ ❀ ❁ ☼ 🌕
);
print $bullets[rand @bullets];

|||||||
x
 
000:0
Loading…
Cancel
Save