Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f7a038

Browse files
committedAug 31, 2014
Add corrigenda of Vim script technique bible
1 parent 9bd6ab0 commit 8f7a038

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎_data/books/vimscript_technique_bible/corrigenda.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
set と tabvar の間にスペースが入っていた。
2424
まさか切れているとは考えもしなかった。
2525
26+
- page: 74
27+
line: 8
28+
erratum: range(10)
29+
correction: range(1, 10)
30+
excuse: >-
31+
リスト内の最初の行。
32+
range() は 0 開始でした。
33+
出力を修正しても良かったですが、これでもつじつま合うので簡単に直せるこちらで。
34+
2635
- page: 313
2736
line: 1
2837
erratum: 索引

0 commit comments

Comments
 (0)
Please sign in to comment.