Skip to content

Commit bdaecc0

Browse files
committed
catch up origin/master
to update travis-ci related files.
2 parents 45a778a + c32b782 commit bdaecc0

File tree

9 files changed

+57
-51
lines changed

9 files changed

+57
-51
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.0.0
3+
# RubyInstallerで提供される最新版を、指定・利用の目安としている
4+
- 2.2.4
45
before_script: "bundle show"
56
script: "bundle exec jekyll build"
67
after_script: "find _site -type f"

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'github-pages'
4-
gem 'jemoji'
3+
gem 'github-pages', '>= 45'

_config.yml

Lines changed: 25 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,37 @@
1-
encoding: utf-8
2-
safe: false
3-
base-url: http://vim-jp.org
4-
5-
source: .
6-
destination: ./_site
7-
plugins: ./_plugins
8-
9-
future: true
10-
lsi: false
11-
highlighter: pygments
12-
markdown: redcarpet
13-
permalink: date
14-
15-
redcarpet:
16-
extensions: ["tables", "autolink", "strikethrough", "superscript"]
17-
maruku:
18-
use_tex: false
19-
use_divs: false
20-
png_engine: blahtex
21-
png_dir: images/latex
22-
png_url: /images/latex
23-
24-
rdiscount:
25-
extensions: []
26-
27-
kramdown:
28-
auto_ids: true
29-
footnote_nr: 1
30-
entity_output: as_char
31-
toc_levels: 1..6
32-
use_coderay: false
33-
34-
coderay:
35-
coderay_wrap: div
36-
coderay_line_numbers: inline
37-
coderay_line_numbers_start: 1
38-
coderay_tab_width: 4
39-
coderay_bold_every: 10
40-
coderay_css: style
1+
############################################################################
2+
# 原則 http://jekyllrb.com/docs/configuration/#default-configuration からの
3+
# 差分のみ記述している。記述順序も前述に従う。
414

5+
### Handling Reading
426
exclude:
437
- 'scripts'
448
- 'Gemfile'
459
- 'README.md'
4610
- 'vendor'
11+
# デフォルトと同じだが「utf-8で記事を書こう」という宣言的な意味合で残した。
12+
encoding: utf-8
13+
14+
### Filtering Content
15+
future: true
4716

17+
### Plugins
4818
gems:
4919
- jemoji
5020
- jekyll-sitemap
5121

22+
### Outputting
23+
# デフォルトと同じだが、万が一デフォルトが変わってしまうと記事のURLが変わってし
24+
# まいクリティカルなので、明示的に指定した。
25+
permalink: date
26+
27+
### Markdown Processors
28+
kramdown:
29+
input: GFM
30+
31+
############################################################################
32+
# 以下はvim-jp固有の設定項目
33+
34+
# baseurl と紛らわしいが別物なので要注意
35+
base-url: http://vim-jp.org
36+
5237
hotkeys: true

_data/downloads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
vim74win: &vim74win
22
title: Windows 32ビット/64ビット
3-
version: '7.4.1161'
3+
version: '7.4.1444'
44
info: +kaoriya, 15/16MB ZIP
55
vim74mac: &vim74mac
66
title: OS X 10.9/10/11
7-
version: '7.4.1147'
7+
version: '7.4.1265'
88
info: +macvim-kaoriya, 14MB DMG
99
url: https://github.com/splhack/macvim-kaoriya/releases/latest
1010

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$.each(items, function() {
5858
$('<li/>').append(
5959
$('<a/>').attr({'href': this.link, 'target': '_blank'}).text("Patch " + this.title)
60-
).append($('<br/>')).append($('<span/>').text(this.description)).appendTo('#patches-list');
60+
).append($('<br/>')).append($('<span/>').text(this.description.replace(/^patch\s+\S+\n/, ''))).appendTo('#patches-list');
6161
});
6262
});
6363
</script>

_posts/2016-01-31-vimmagazine.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ title: Vim Magazine 1 月号
1010

1111
mattn さんのインタビュー記事。
1212

13+
- [Vim-side #001: Vimはじめました](http://backspace.fm/episode/v001/)
14+
15+
[backspace.fm](http://backspace.fm/) で Vim-side が始まりました。
16+
17+
- [Software Design 2016年2月号: Vimの細道【5】Vimで何でも読み書きする](http://gihyo.jp/magazine/SD/archive/2016/201602)
18+
19+
mattn さんの連載記事。
20+
21+
- [TokyoVim#26](http://tokyovim.connpass.com/event/25809/)
22+
23+
Vimに関する何かをやる会です。 2月20日(土) 東京
24+
25+
1326
## 今月の新機能
1427

1528
- 7.4.1005: `:smile` コマンドが追加されました。
@@ -31,7 +44,7 @@ title: Vim Magazine 1 月号
3144
- 7.4.1143: `:sort` コマンドと `sort()` 関数が浮動小数点数に対応しました。
3245
- 7.4.1145: デフォルトのビルド構成が `huge` になりました。
3346
- 7.4.1150: `feedkeys()` 関数に `x` フラグが追加されました。
34-
- 7.4.1154: `jsonencode()、`jsondecode()` 関数と `v:false``v:true``v:null``v:none` が追加されました。
47+
- 7.4.1154: `jsonencode()``jsondecode()` 関数と `v:false``v:true``v:null``v:none` が追加されました。
3548
- 7.4.1191: `connect()``disconnect()``sendexpr()``sendraw()` 関数が追加されました。
3649

3750
## リリース情報

_posts/2016-02-29-vimmagazine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ title: Vim Magazine 2 月号
2929
- 7.4.1274: `job_start()`, `job_status()`, `job_stop()` 関数が追加されました。
3030
- 7.4.1279: `jsencode()`, `jsdecode()` 関数が追加されました。
3131
- 7.4.1300: `disable_char_avail_for_testing()` 関数が追加されました。
32-
- 7.4.1304: json 関係の関数が js_ プリフィクス付きの名前に変更されました
32+
- 7.4.1304: `jsonencode()`, `jsondecode()`, `jsencode()`, `jsdecode()` 関数が `json_encode()`, `json_decode()`, `js_encode()`, `js_decode()` に名称変更されました
3333
- 7.4.1310: `ch_logfile()` 関数が追加されました。
3434
- 7.4.1364: Win16 コードが削除されました。
3535
- 7.4.1372: `ch_read()`, `ch_readraw()` 関数が追加されました。
3636
- 7.4.1378: `job_setoptions()` 関数が追加されました。
3737
- 7.4.1380: ジョブ機能に exit-cb コールバック関数が追加されました。
3838
- 7.4.1382: `ch_getjob()` 関数が追加されました。
39-
- 7.4.1384: `:loadopt` コマンドと `'packpath'` オプションが追加されました。
39+
- 7.4.1384: `:loadplugin` コマンドと `'packpath'` オプションが追加されました。
4040
- 7.4.1399: MS-DOS コードが削除されました。
4141
- 7.4.1402: GTK 3 サポートが追加されました。
4242
- 7.4.1419: `--not-a-term` 引数が追加されました。
@@ -96,7 +96,7 @@ title: Vim Magazine 2 月号
9696
- [7.4.1266 : a BufAdd autocommand may cause an ml&#x5f;get error](https://github.com/vim/vim/commit/ab9fc7e0cf22bcee119b62d3433cac60f405e645)
9797
- [7.4.1267 : easy to miss handling all types of variables](https://github.com/vim/vim/commit/a03f23351588f04276469cd7742b7ec655bb604b)
9898
- [7.4.1268 : waittime is used as seconds instead of milliseconds](https://github.com/vim/vim/commit/26dfc41335ef47fe765643148ae980be388084ec)
99-
- [7.4.1269 : encoding {'key':v:none} to JSON doesn't give an error](https://github.com/vim/vim/commit/4f8b8faec31a934920a723053e8dcf47b6fac08c)
99+
- [7.4.1269 : encoding {'key': v:none} to JSON doesn't give an error](https://github.com/vim/vim/commit/4f8b8faec31a934920a723053e8dcf47b6fac08c)
100100
- [7.4.1270 : warnings for missing values in switch](https://github.com/vim/vim/commit/81e7a9c3fb37cad46c8f04a5ce871fb06819a371)
101101
- [7.4.1271 : assert&#x5f;false(v:false) reports an error](https://github.com/vim/vim/commit/3712792637516aea7acf76a11533be1066952820)
102102
- [7.4.1272 : using future enum value](https://github.com/vim/vim/commit/1701481c53f4e6756038c9c00d51d491a8f42c65)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: post
3+
category: release
4+
title: Windows 32ビット/64ビット 7.4.1444 リリース
5+
---
6+
## Windows 32ビット/64ビット 7.4.1444 がリリースされました。
7+
8+
> +kaoriya, 15/16MB ZIP

assets/css/syntax.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.highlight { background: #ffffff; }
1+
.highlight { background: #000; }
22
.highlight .c { color: #999988; font-style: italic } /* Comment */
33
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
44
.highlight .k { font-weight: bold } /* Keyword */

0 commit comments

Comments
 (0)