vimdeck 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +5 -13
  2. data/VERSION +1 -1
  3. data/lib/templates/script.vim.erb +3 -0
  4. metadata +4 -46
  5. data/presentation/script.vim +0 -63
  6. data/presentation/slide001.md +0 -92
  7. data/presentation/slide001.txt +0 -92
  8. data/presentation/slide002.md +0 -106
  9. data/presentation/slide002.txt +0 -106
  10. data/presentation/slide003.md +0 -90
  11. data/presentation/slide003.txt +0 -90
  12. data/presentation/slide004.md +0 -90
  13. data/presentation/slide004.txt +0 -90
  14. data/presentation/slide005.md +0 -91
  15. data/presentation/slide005.txt +0 -91
  16. data/presentation/slide006.md +0 -91
  17. data/presentation/slide006.txt +0 -91
  18. data/presentation/slide007.md +0 -91
  19. data/presentation/slide007.txt +0 -91
  20. data/presentation/slide008.md +0 -97
  21. data/presentation/slide008.txt +0 -97
  22. data/presentation/slide009.md +0 -97
  23. data/presentation/slide009.txt +0 -97
  24. data/presentation/slide010.md +0 -97
  25. data/presentation/slide010.txt +0 -97
  26. data/presentation/slide011.md +0 -97
  27. data/presentation/slide011.txt +0 -97
  28. data/presentation/slide012.md +0 -97
  29. data/presentation/slide012.txt +0 -97
  30. data/presentation/slide013.md +0 -97
  31. data/presentation/slide013.txt +0 -97
  32. data/presentation/slide014.md +0 -97
  33. data/presentation/slide014.txt +0 -97
  34. data/presentation/slide015.md +0 -95
  35. data/presentation/slide015.txt +0 -95
  36. data/presentation/slide016.md +0 -95
  37. data/presentation/slide016.txt +0 -95
  38. data/presentation/slide017.md +0 -95
  39. data/presentation/slide017.txt +0 -95
  40. data/presentation/slide018.md +0 -95
  41. data/presentation/slide018.txt +0 -95
  42. data/presentation/slide019.md +0 -87
  43. data/presentation/slide019.txt +0 -87
  44. data/presentation/slide020.md +0 -95
  45. data/presentation/slide021.md +0 -95
  46. data/presentation/slide022.md +0 -87
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NDRmYWJlOGFiNDRkYzhiNmEwOWI5ODVkMTZmMDA5ZTVhNDc2NWJlYQ==
5
- data.tar.gz: !binary |-
6
- MzdmODk1MDhkYzBkYzI2ZjQzNGRkZDY4ZGM3MTk4MjYzZmRkOTBmMA==
2
+ SHA1:
3
+ metadata.gz: fd7c422ceaaa34682606814b6e064ffeeb3e0525
4
+ data.tar.gz: 73c9315d4c965c364a1d8713fb91b8d4d79af6d5
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZTE1MjRmNTg5OWQ0NDM4Y2YyMzc5YmFlYTJiZWRkZTk2NmZkMzRkMDJhZWJk
10
- OTVhYzQ0YjJlNDM5YzY4MjZlNzllMzZiZTRlNzViYjk0OWJiNWIyZWNmYWM0
11
- MGM1MDlmODFhOGNhZGQ0OGZiZGYxZTM2NWFjZTAzODlkMjE5YjU=
12
- data.tar.gz: !binary |-
13
- ODlmZTYwNjMxZWMwZTM2YmIyMDFmOGZhOWEwM2VjNDdiZTVlYjQ0MjNkNmZl
14
- OTE0ZTQ1YTZmYTA3NTZhYjQ3NGIwMDdmYmI4YThhNDQ2NDdiMWIwMDk0NmNh
15
- MjNmOGM0MjA3ZDNlNGFiNjA0Njc5MjY2ODM5MDcyOWUwMzRkZmE=
6
+ metadata.gz: 7db5722d6d7a89789f2daae5dd4e23c75e91a3b416487c7852eb8a934cd54c5fa711820f5beb5413530de36266122a0999257fa1eeeb749523f55eec6a4bf763
7
+ data.tar.gz: 7bd6012819ac4ee5fd416ab6d2d895f02ff5ec763100174339d8dc38d3ca5cfb2ef9106f86e10beb0fb8969c308b45219344657997ad55dac116d722f22982d4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
@@ -1,4 +1,7 @@
1
1
  set nonumber
2
+ if exists('+relativenumber')
3
+ set norelativenumber
4
+ end
2
5
  set hidden
3
6
  <% if @options[:no_filetype] %>
4
7
  argdo set filetype=txt
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimdeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Benziger
@@ -73,48 +73,6 @@ files:
73
73
  - img/vim.png
74
74
  - lib/templates/script.vim.erb
75
75
  - lib/vimdeck.rb
76
- - presentation/script.vim
77
- - presentation/slide001.md
78
- - presentation/slide001.txt
79
- - presentation/slide002.md
80
- - presentation/slide002.txt
81
- - presentation/slide003.md
82
- - presentation/slide003.txt
83
- - presentation/slide004.md
84
- - presentation/slide004.txt
85
- - presentation/slide005.md
86
- - presentation/slide005.txt
87
- - presentation/slide006.md
88
- - presentation/slide006.txt
89
- - presentation/slide007.md
90
- - presentation/slide007.txt
91
- - presentation/slide008.md
92
- - presentation/slide008.txt
93
- - presentation/slide009.md
94
- - presentation/slide009.txt
95
- - presentation/slide010.md
96
- - presentation/slide010.txt
97
- - presentation/slide011.md
98
- - presentation/slide011.txt
99
- - presentation/slide012.md
100
- - presentation/slide012.txt
101
- - presentation/slide013.md
102
- - presentation/slide013.txt
103
- - presentation/slide014.md
104
- - presentation/slide014.txt
105
- - presentation/slide015.md
106
- - presentation/slide015.txt
107
- - presentation/slide016.md
108
- - presentation/slide016.txt
109
- - presentation/slide017.md
110
- - presentation/slide017.txt
111
- - presentation/slide018.md
112
- - presentation/slide018.txt
113
- - presentation/slide019.md
114
- - presentation/slide019.txt
115
- - presentation/slide020.md
116
- - presentation/slide021.md
117
- - presentation/slide022.md
118
76
  - slides.md
119
77
  - vimdeck.gemspec
120
78
  homepage: http://github.com/tybenz/vimdeck
@@ -127,17 +85,17 @@ require_paths:
127
85
  - lib
128
86
  required_ruby_version: !ruby/object:Gem::Requirement
129
87
  requirements:
130
- - - ! '>='
88
+ - - '>='
131
89
  - !ruby/object:Gem::Version
132
90
  version: '0'
133
91
  required_rubygems_version: !ruby/object:Gem::Requirement
134
92
  requirements:
135
- - - ! '>='
93
+ - - '>='
136
94
  - !ruby/object:Gem::Version
137
95
  version: '0'
138
96
  requirements: []
139
97
  rubyforge_project:
140
- rubygems_version: 2.2.2
98
+ rubygems_version: 2.0.14
141
99
  signing_key:
142
100
  specification_version: 4
143
101
  summary: VIMDECK
@@ -1,63 +0,0 @@
1
- set nonumber
2
- set hidden
3
-
4
-
5
- noremap <PageUp> :bp<CR>
6
- noremap <Left> :bp<CR>
7
- noremap <PageDown> :bn<CR>
8
- noremap <Right> :bn<CR>
9
- noremap Q :q<CR>
10
-
11
- b 1
12
- b 2
13
- b 3
14
- b 4
15
- b 5
16
- call matchadd("Comment", "\\n • Second\\n • Third\\(\\_.*slide 005\\)\\@=")
17
- b 6
18
- call matchadd("Comment", "• First\\(\\_.*slide 006\\)\\@=")
19
- call matchadd("Comment", "\\n • Third\\(\\_.*slide 006\\)\\@=")
20
- b 7
21
- call matchadd("Comment", "• First\\n • Second\\(\\_.*slide 007\\)\\@=")
22
- b 8
23
- 6,17SyntaxInclude ruby
24
- b 9
25
- 6,17SyntaxInclude ruby
26
- call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\n highlight = \\(\\_.*slide 009\\)\\@=")
27
- call matchadd("Comment", "\\n end\\n end\\n end\\(\\_.*slide 009\\)\\@=")
28
- b 10
29
- 6,17SyntaxInclude ruby
30
- call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def\\(\\_.*slide 010\\)\\@=")
31
- call matchadd("Comment", "highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 010\\)\\@=")
32
- b 11
33
- 6,17SyntaxInclude ruby
34
- call matchadd("Comment", "module Parts\\n class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\(\\_.*slide 011\\)\\@=")
35
- call matchadd("Comment", "= \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 011\\)\\@=")
36
- b 12
37
- 6,17SyntaxInclude ruby
38
- call matchadd("Comment", "module\\(\\_.*slide 012\\)\\@=")
39
- call matchadd("Comment", "class foo\\n def slide\\n \"of a\"\\n end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 012\\)\\@=")
40
- b 13
41
- 6,17SyntaxInclude ruby
42
- call matchadd("Comment", "module Parts\\n class foo\\n def slide\\(\\_.*slide 013\\)\\@=")
43
- call matchadd("Comment", "end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 013\\)\\@=")
44
- b 14
45
- 6,17SyntaxInclude ruby
46
- call matchadd("Comment", "module Parts\\n class foo\\n def\\(\\_.*slide 014\\)\\@=")
47
- call matchadd("Comment", "\"of a\"\\n end\\n\\n def can\\n highlight = \"vimdeck\"\\n end\\n end\\n end\\(\\_.*slide 014\\)\\@=")
48
- b 15
49
- 6,16SyntaxInclude javascript
50
- b 16
51
- 6,16SyntaxInclude javascript
52
- call matchadd("Comment", "(function( window, $, undefined ) {\\n $( '.hello' ).on( 'click', function sayHello() {\\(\\_.*slide 016\\)\\@=")
53
- call matchadd("Comment", "\\n });\\n })( window, jQuery );\\(\\_.*slide 016\\)\\@=")
54
- b 17
55
- 6,16SyntaxInclude javascript
56
- call matchadd("Comment", "<body>\\(\\_.*slide 017\\)\\@=")
57
- call matchadd("Comment", "</body>\\(\\_.*slide 017\\)\\@=")
58
- b 18
59
- 6,16SyntaxInclude javascript
60
- call matchadd("Comment", "(function( window, $, undefined ) {\\n $( '.hello' ).on( 'click', function sayHello() {\\(\\_.*slide 018\\)\\@=")
61
- call matchadd("Comment", "\\n });\\n })( window, jQuery );\\n\\n <body>\\n <a href=\"#\" class=\"hello\">Hello!</a>\\n </body>\\(\\_.*slide 018\\)\\@=")
62
- b 19
63
- b 1
@@ -1,92 +0,0 @@
1
- _ ________ _______ ______________ __
2
- | | / / _/ |/ / __ \/ ____/ ____/ //_/
3
- | | / // // /|_/ / / / / __/ / / / ,<
4
- | |/ // // / / / /_/ / /___/ /___/ /| |
5
- |___/___/_/ /_/_____/_____/\____/_/ |_|
6
-
7
- ___ __ _____ ____ ___ _ ______________ __ _______
8
- / _ \/ / / / _ \/ __/ / _ | | /| / / __/ __/ __ \/ |/ / __/
9
- / ___/ /_/ / , _/ _/ / __ | |/ |/ / _/_\ \/ /_/ / /|_/ / _/
10
- /_/ \____/_/|_/___/ /_/ |_|__/|__/___/___/\____/_/ /_/___/
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
- slide 001
@@ -1,92 +0,0 @@
1
- _ ________ _______ ______________ __
2
- | | / / _/ |/ / __ \/ ____/ ____/ //_/
3
- | | / // // /|_/ / / / / __/ / / / ,<
4
- | |/ // // / / / /_/ / /___/ /___/ /| |
5
- |___/___/_/ /_/_____/_____/\____/_/ |_|
6
-
7
- ___ __ _____ ____ ___ _ ______________ __ _______
8
- / _ \/ / / / _ \/ __/ / _ | | /| / / __/ __/ __ \/ |/ / __/
9
- / ___/ /_/ / , _/ _/ / __ | |/ |/ / _/_\ \/ /_/ / /|_/ / _/
10
- /_/ \____/_/|_/___/ /_/ |_|__/|__/___/___/\____/_/ /_/___/
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
- slide 001
@@ -1,106 +0,0 @@
1
- _ ________ ___ ____ ____ ________ _______ __
2
- | | / / _/ |/ / / __ \/ __ \/ ____/ //_/ ___// /
3
- | | / // // /|_/ / / /_/ / / / / / / ,< \__ \/ /
4
- | |/ // // / / / / _, _/ /_/ / /___/ /| |___/ /_/
5
- |___/___/_/ /_/ /_/ |_|\____/\____/_/ |_/____(_)
6
-
7
- +------------------------------+
8
- | ..:. |
9
- | ~+~========~+~.:=========: |
10
- | =o=oooooo=~~~~~+=oooooooo~ |
11
- | .+oooooo~~~~~~~=oooooo+.. |
12
- | .oooooo=~~~~~+ooooo=+:. |
13
- | :ooooo==~~~+ooooo=+~~:. |
14
- | .:~~=ooooo=++ooooo=+~~~~~~:. |
15
- |.:~~~=oooooooooooo+~~~~~~~~~~.|
16
- | :~oooooooooo==~~~~~~~~~. |
17
- | ooooooooo+++~~~~~~~:.. |
18
- | ooooooo+~~+~~+=++==~++: |
19
- | =ooo=+~~~++~~=+~+=..o+. |
20
- | .=oo+~ .~+=~~o+.+o= =+~ |
21
- | .~~. .~~~~=~..+~~..~ |
22
- | . . |
23
- +------------------------------+
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
- slide 002
@@ -1,106 +0,0 @@
1
- _ ________ ___ ____ ____ ________ _______ __
2
- | | / / _/ |/ / / __ \/ __ \/ ____/ //_/ ___// /
3
- | | / // // /|_/ / / /_/ / / / / / / ,< \__ \/ /
4
- | |/ // // / / / / _, _/ /_/ / /___/ /| |___/ /_/
5
- |___/___/_/ /_/ /_/ |_|\____/\____/_/ |_/____(_)
6
-
7
- +------------------------------+
8
- | ..:. |
9
- | ~+~========~+~.:=========: |
10
- | =o=oooooo=~~~~~+=oooooooo~ |
11
- | .+oooooo~~~~~~~=oooooo+.. |
12
- | .oooooo=~~~~~+ooooo=+:. |
13
- | :ooooo==~~~+ooooo=+~~:. |
14
- | .:~~=ooooo=++ooooo=+~~~~~~:. |
15
- |.:~~~=oooooooooooo+~~~~~~~~~~.|
16
- | :~oooooooooo==~~~~~~~~~. |
17
- | ooooooooo+++~~~~~~~:.. |
18
- | ooooooo+~~+~~+=++==~++: |
19
- | =ooo=+~~~++~~=+~+=..o+. |
20
- | .=oo+~ .~+=~~o+.+o= =+~ |
21
- | .~~. .~~~~=~..+~~..~ |
22
- | . . |
23
- +------------------------------+
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
- slide 002
@@ -1,90 +0,0 @@
1
- ___ ___ ___ ___ ________ ___ ___ __ ______
2
- / _ \/ _ | / _ \/ _ |/ ___/ _ \/ _ | / _ \/ // / __/
3
- / ___/ __ |/ , _/ __ / (_ / , _/ __ |/ ___/ _ /\ \
4
- /_/ /_/ |_/_/|_/_/ |_\___/_/|_/_/ |_/_/ /_//_/___/
5
-
6
- This is a `paragraph` (plain text)
7
-
8
- This is another paragraph
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
- slide 003