-
Notifications
You must be signed in to change notification settings - Fork 29
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
add new post #221
Conversation
title: Vim 8.0 released | ||
|
||
--- | ||
昨日 9/13、前バージョンから10年の歳月を経て Vim の最新版である Vim 8.0 がリリースされました。 |
There was a problem hiding this comment.
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 関数が実行されます。 |
There was a problem hiding this comment.
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})
かと。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ありがとうございます。他間違い等あれば push 後に issues でやりましょう。加筆も歓迎です 12:00 に出します。 |
|
この文章、version8.txt から起こしましたがどうしましょうね。軽く書きますか。。。 |
お好きに。 |
ちなみに |
全体的に Vim 7.4 からの差分を紹介しているのに対して、
ここだけ Vim 7.0 からになっているのが違和感あります。 |
あ、メジャーバージョンとして10のまま行きます。 |
title: Vim 8.0 released | ||
|
||
--- | ||
9/13、前バージョンから10年の歳月を経て Vim の最新版である Vim 8.0 がリリースされました。 |
There was a problem hiding this comment.
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 に以下を追加して下さい。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはシステムの vimrc に書くやつです。ユーザーの vimrc が見つかった場合はそもそも defaults.vim
は読まれません。
👍 |
あざます! |
うはっ、今気づいた... |
ファイル名に d がない released |
defaults.vimには、「詳しくは |
リリース日 2016-09-13 になってますが、09-12 ですね。(日本時間、現地時間ともに) |
fixed. |
できれば急ぎで出します。
レビュープリーズ!