Skip to content

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 7 commits into from
Mar 1, 2017
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _posts/vimmagazine/2017-02-28-vimmagazine.md
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>
Copy link
Member

Choose a reason for hiding this comment

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

related: は新機能の表記に合わせて 関連patch: の方がいいですかね?

Copy link
Member Author

@koron koron Mar 1, 2017

Choose a reason for hiding this comment

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

head にあるように 関連パッチ で統一しました。 4ab6e47

Copy link
Member

Choose a reason for hiding this comment

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

#236 (comment)
これはスルー?

Copy link
Member

Choose a reason for hiding this comment

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

パッチよりもpatchの方がかっこいいというのは個人的にはあまり同意していないのと、かっこいいかどうかという主観的な判断で決めるようなものでもないと思ったので黙ってました。

* 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>