File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,6 @@ Open : 237 (-5) | Closed : 574 (+14)
316
316
- [ Issue #807 : 翻訳有効時 intro 内の幾つかのメッセージが決して表示されない] ( https://github.com/vim-jp/issues/issues/807 )
317
317
- [ Issue #808 : エクスプローラのコンテキストメニューの項目が日本語表示されない] ( https://github.com/vim-jp/issues/issues/808 )
318
318
- [ Issue #809 : vim.exe で channel が有効にならない] ( https://github.com/vim-jp/issues/issues/809 )
319
- - [ Issue #810 : let v:\ [ 'errors'\ ] = 123 | call assert &#x 5f ; equal (1,2)でSEGVする] ( https://github.com/vim-jp/issues/issues/810 )
319
+ - [ Issue #810 : ` let v:['errors'] = 123 | call assert_equal (1,2) ` でSEGVする] ( https://github.com/vim-jp/issues/issues/810 )
320
320
- [ Issue #811 : ヘルプのtype()でtypo] ( https://github.com/vim-jp/issues/issues/811 )
321
321
Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ title: Vim Magazine 3 月号
26
26
- 7.4.1541: ` job_info() ` 関数が追加されました。
27
27
- 7.4.1546: 変数代入時の型チェックエラーがなくなりました。
28
28
- 7.4.1550: ` :packloadall ` コマンドが追加されました。
29
+ - 7.4.1551: ` :helptags ALL ` ができるようになりました。
30
+ - 7.4.1557: ` win_getid() ` 、` win_gotoid() ` 、` win_id2tabwin() ` 、` win_id2win() ` 関数が追加されました。
31
+ - 7.4.1558: ` win_findbuf() ` 関数が追加されました。
29
32
- 7.4.1559: partial 関数オブジェクトを作れるようになりました。
30
33
- 7.4.1570: ` 'shortmess' ` オプションに "F" フラグが追加されました。
34
+ - 7.4.1578: timer 機能が追加されました。
31
35
- 7.4.1604: ` 'emoji' ` オプションが追加されました。
32
36
- 7.4.1624: ` ch_info() ` 関数が追加されました。
33
37
- 7.4.1658: ` v:vim_did_enter ` 変数が追加されました。
You can’t perform that action at this time.
0 commit comments