-
Notifications
You must be signed in to change notification settings - Fork 29
Vim Magazine 2017年2月号 #238
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
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
c9cbbdb
skeleton of Vim Magazine 2017/02
koron 6a20472
fix file name
koron 95c2a5b
write new features
koron edc1bbe
canceled meguro.vim
koron 4ab6e47
fix format
koron e6c9209
run script
koron 52949a1
Merge branch 'master' into magazine-201702
koron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: vimmagazine | ||
category: vimmagazine | ||
title: Vim Magazine 2017 年 2 月号 | ||
|
||
--- | ||
|
||
## 話題 | ||
|
||
* 2/11 に [Yokohama.vim #9](https://yokohamavim.connpass.com/event/47519/) が開催されました。 | ||
* ~~2/25 に [Meguro.vim #2](https://megurovim.connpass.com/event/49507/) が開催されました。~~ (中止になりました…) | ||
|
||
## 今月の新機能 | ||
|
||
* 8.0.0283: `mode()` が置換モードおよびインサートモード中の2種類の補完状態 "c" と "x" を返すようになりました。 | ||
* 8.0.0302: 端末キーコード (`'t_kl'` 等)が、 `:let` で設定できるようになりました。 | ||
* 8.0.0309: `json_decode()` が空のキーを受け付けるようになりました。 | ||
* 8.0.0369: いくつかのオプションが features に依存して定義されていなかったものが、常に定義されるようになりました。 (関連patch: 8.0.0372) | ||
|
||
## Vimに関する脆弱性 | ||
* 8.0.0322 (related: 8.0.0376) <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5953> | ||
* 8.0.0377 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6349> | ||
* 8.0.0378 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6350> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
related:
は新機能の表記に合わせて関連patch:
の方がいいですかね?Uh oh!
There was an error while loading. Please reload this page.
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.
head にあるように
関連パッチ
で統一しました。 4ab6e47There 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.
#236 (comment)
これはスルー?
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.
パッチよりもpatchの方がかっこいいというのは個人的にはあまり同意していないのと、かっこいいかどうかという主観的な判断で決めるようなものでもないと思ったので黙ってました。