Skip to content
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

Update version9.{txt,jax} #1849

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 27
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28
Copy link
Contributor

Choose a reason for hiding this comment

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

インクリメントしちゃってます

Suggested change
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 29
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Nov 28



VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41606,6 +41606,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
|py3eval()|
- |getwininfo()| はウィンドウの "leftcol" プロパティも返すようになりました
- 'rulerformat' は |stl-%!| 項目をサポートするようになりました
- デフォルトの 'history' オプションの値が 200 に増加され、|defaults.vim| から
削除されました

*added-9.2*
追加要素 ~
Expand Down
4 changes: 3 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 27
*version9.txt* For Vim version 9.1. Last change: 2024 Nov 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41609,6 +41609,8 @@ Changed~
- allow to pass local Vim script variables to python interpreter |py3eval()|
- |getwininfo()| now also returns the "leftcol" property for a window
- 'rulerformat' now supports the |stl-%!| item
- the default 'history' option value has been increased to 200 and removed
from |defaults.vim|

*added-9.2*
Added ~
Expand Down