Skip to content

Commit 8569162

Browse files
authored
Merge pull request #1519 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents 3669a33 + b3d86c4 commit 8569162

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/version9.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 May 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -32082,7 +32082,7 @@ Solution: Store the text column when drawing text.
3208232082

3208332083
Patch 9.0.0049
3208432084
Problem: Csv and tsv files are not recognized.
32085-
Solution: Add patterns fo csv and tsv files. (Leandro Lourenci,
32085+
Solution: Add patterns for csv and tsv files. (Leandro Lourenci,
3208632086
closes #10680)
3208732087

3208832088
Patch 9.0.0050
@@ -40633,7 +40633,7 @@ Solution: Use the class-related grow array for storing the
4063340633

4063440634
Patch 9.0.1989
4063540635
Problem: Vim9: double error message given
40636-
Solution: Only give second error message, if ther
40636+
Solution: Only give second error message, if there
4063740637
wasn't one given before
4063840638

4063940639
Patch 9.0.1990
@@ -40679,7 +40679,7 @@ Solution: Mention the defining class for variable access error message
4067940679

4068040680
Patch 9.0.2000
4068140681
Problem: Vim9: use-after-free in deep call stack
40682-
Solution: Get the objct pointer from execution stack
40682+
Solution: Get the object pointer from execution stack
4068340683

4068440684
Patch 9.0.2001
4068540685
Problem: Vim9: segfault with islocked()

en/version9.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Apr 26
1+
*version9.txt* For Vim version 9.1. Last change: 2024 May 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32090,7 +32090,7 @@ Solution: Store the text column when drawing text.
3209032090

3209132091
Patch 9.0.0049
3209232092
Problem: Csv and tsv files are not recognized.
32093-
Solution: Add patterns fo csv and tsv files. (Leandro Lourenci,
32093+
Solution: Add patterns for csv and tsv files. (Leandro Lourenci,
3209432094
closes #10680)
3209532095

3209632096
Patch 9.0.0050
@@ -40641,7 +40641,7 @@ Solution: Use the class-related grow array for storing the
4064140641

4064240642
Patch 9.0.1989
4064340643
Problem: Vim9: double error message given
40644-
Solution: Only give second error message, if ther
40644+
Solution: Only give second error message, if there
4064540645
wasn't one given before
4064640646

4064740647
Patch 9.0.1990
@@ -40687,7 +40687,7 @@ Solution: Mention the defining class for variable access error message
4068740687

4068840688
Patch 9.0.2000
4068940689
Problem: Vim9: use-after-free in deep call stack
40690-
Solution: Get the objct pointer from execution stack
40690+
Solution: Get the object pointer from execution stack
4069140691

4069240692
Patch 9.0.2001
4069340693
Problem: Vim9: segfault with islocked()

0 commit comments

Comments
 (0)