File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 88"
99
1010
11- " TODO: asciicast
12- " TODO: crosspost to vim plugins
13-
14-
1511let s: keepcpo = &cpo
1612set cpo &vim
1713
Original file line number Diff line number Diff line change 44=============================================================================
55INTRO *rsvp-intro*
66
7- Why move your eyes to read--like some filthy peasant--when we have
8- computers that can move the words for us? I know, I know.
7+ Why move your eyes to read--like some filthy peasant--when the
8+ computers can move the words for us? I know, I know.
99
1010`Waaah,` `waah` ! `My` `eyes` `work` `fine` . `I` `like` `dead` `trees` .
1111
@@ -28,8 +28,8 @@ still dragging your eyeballs across some dusty-ass page.
2828It is time to make Neil DeGrasse Tyson and Bill Nye so proud of you that
2929they look deeply into each other's eyes--like a proud mama and a proud papa.
3030So proud, in fact, that they fondly reminisce all the way back to your
31- conception, and begin lustily pawing at each other in the Hot Topic while
32- you're trying to pick out a Harry Potter t-shirt and not die from
31+ conception, and begin lustfully pawing at each other in the Hot Topic
32+ while you're trying to pick out a Harry Potter t-shirt and not die from
3333embarrassment. How do you do that? You trust the science bucko, and
3434you use this plugin! That's what you do.
3535
Original file line number Diff line number Diff line change 1010" Reload guard and 'compatible' handling
1111if exists (" loaded_rsvp" ) | finish | endif
1212
13+ if ! has (' textprop' )
14+ echoerr ' vim-rsvp disabled: +textprop feature not found'
15+ finish
16+ endif
17+
18+ if ! has (' popupwin' )
19+ echoerr ' vim-rsvp disabled: +popupwin feature not found'
20+ finish
21+ endif
22+
1323let loaded_rsvp = 1
1424
1525let s: save_cpo = &cpo
You can’t perform that action at this time.
0 commit comments