vnews 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +6 -0
- data/lib/vnews/version.rb +1 -1
- data/vnews.gemspec +1 -1
- metadata +4 -4
data/README.markdown
CHANGED
|
@@ -235,9 +235,15 @@ Search results are sorted by publication date.
|
|
|
235
235
|
These commands let you concatenate feed items into a single, continuous
|
|
236
236
|
text document for printing or more leisurely reading.
|
|
237
237
|
|
|
238
|
+
So for example, if you want to concatenate all the items listed for the
|
|
239
|
+
current feed, type `:%VNConcat`.
|
|
240
|
+
|
|
241
|
+
`:VNC` is the abbreviation for this command.
|
|
242
|
+
|
|
238
243
|
See `:help 10.3` to learn how to specify command line ranges.
|
|
239
244
|
|
|
240
245
|
|
|
246
|
+
|
|
241
247
|
## Updating your feeds
|
|
242
248
|
|
|
243
249
|
Starting vnews with
|
data/lib/vnews/version.rb
CHANGED
data/vnews.gemspec
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.1.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Daniel Choi
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
segments:
|
|
55
55
|
- 0
|
|
56
56
|
- 0
|
|
57
|
-
-
|
|
58
|
-
version: 0.0.
|
|
57
|
+
- 9
|
|
58
|
+
version: 0.0.9
|
|
59
59
|
type: :runtime
|
|
60
60
|
version_requirements: *id003
|
|
61
61
|
description: Read your feeds in Vim
|