Skip to content

add new post #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 13, 2016
Merged

add new post #221

merged 7 commits into from
Sep 13, 2016

Conversation

mattn
Copy link
Member

@mattn mattn commented Sep 13, 2016

できれば急ぎで出します。

レビュープリーズ!

@mattn mattn self-assigned this Sep 13, 2016
title: Vim 8.0 released

---
昨日 9/13、前バージョンから10年の歳月を経て Vim の最新版である Vim 8.0 がリリースされました。
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

昨日違う

let tempTimer = timer_start(4000, 'CheckTemp')
```

この例では 4000 ミリ秒毎に CheckTemp 関数が実行されます。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timer_start()は第3引数を省略すると1 shot timerになります。繰り返すには

let tempTimer = timer_start(4000, 'CheckTemp', {'repeat': -1})

かと。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

ありがとうございます。他間違い等あれば push 後に issues でやりましょう。加筆も歓迎です 12:00 に出します。

@h-east
Copy link
Member

h-east commented Sep 13, 2016

defaults.vimの件はなくてもいい?

@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

この文章、version8.txt から起こしましたがどうしましょうね。軽く書きますか。。。

@h-east
Copy link
Member

h-east commented Sep 13, 2016

お好きに。

@h-east
Copy link
Member

h-east commented Sep 13, 2016

ちなみにdefaults.vimの件は:h incompatible-8に書かれております。

@thinca
Copy link
Member

thinca commented Sep 13, 2016

全体的に Vim 7.4 からの差分を紹介しているのに対して、

前バージョンから10年の歳月を経て

ここだけ Vim 7.0 からになっているのが違和感あります。

@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

あ、メジャーバージョンとして10のまま行きます。

title: Vim 8.0 released

---
9/13、前バージョンから10年の歳月を経て Vim の最新版である Vim 8.0 がリリースされました。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

せっかく10年といってるので9/13というコンテクスト依存の表記じゃなく2016-09-13みたいにかくとわかりやすそう by ujihisa


Vim のオプションの幾らかには多くのユーザが期待しない規定値が使われてきました。`nocompatible` オプションを含む新しいユーザにとって親切な規定値が defaults.vim としてロードされます。

この規定値を無効にするには vimrc に以下を追加して下さい。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これはシステムの vimrc に書くやつです。ユーザーの vimrc が見つかった場合はそもそも defaults.vim は読まれません。

@thinca
Copy link
Member

thinca commented Sep 13, 2016

👍

@mattn mattn merged commit 9ec4767 into master Sep 13, 2016
@mattn mattn deleted the vim8 branch September 13, 2016 03:20
@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

あざます!

@crazymaster
Copy link
Member

うはっ、今気づいた...

@mattn
Copy link
Member Author

mattn commented Sep 13, 2016

ファイル名に d がない released

@k-takata
Copy link
Member

defaults.vimには、「詳しくは :help defaults.vim を参照して下さい。」を記載したほうがいいかも。
あと、.vimrcがない場合に読み込まれるというのも書いてあったほうがいいかも。

@k-takata
Copy link
Member

リリース日 2016-09-13 になってますが、09-12 ですね。(日本時間、現地時間ともに)

@crazymaster
Copy link
Member

defaults.vimには、「詳しくは :help defaults.vim を参照して下さい。」を記載したほうがいいかも。
あと、.vimrcがない場合に読み込まれるというのも書いてあったほうがいいかも。

リリース日 2016-09-13 になってますが、09-12 ですね。(日本時間、現地時間ともに)

fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants