File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 May 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -32082,7 +32082,7 @@ Solution: Store the text column when drawing text.
32082
32082
32083
32083
Patch 9.0.0049
32084
32084
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,
32086
32086
closes #10680)
32087
32087
32088
32088
Patch 9.0.0050
@@ -40633,7 +40633,7 @@ Solution: Use the class-related grow array for storing the
40633
40633
40634
40634
Patch 9.0.1989
40635
40635
Problem: Vim9: double error message given
40636
- Solution: Only give second error message, if ther
40636
+ Solution: Only give second error message, if there
40637
40637
wasn't one given before
40638
40638
40639
40639
Patch 9.0.1990
@@ -40679,7 +40679,7 @@ Solution: Mention the defining class for variable access error message
40679
40679
40680
40680
Patch 9.0.2000
40681
40681
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
40683
40683
40684
40684
Patch 9.0.2001
40685
40685
Problem: Vim9: segfault with islocked()
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32090,7 +32090,7 @@ Solution: Store the text column when drawing text.
32090
32090
32091
32091
Patch 9.0.0049
32092
32092
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,
32094
32094
closes #10680)
32095
32095
32096
32096
Patch 9.0.0050
@@ -40641,7 +40641,7 @@ Solution: Use the class-related grow array for storing the
40641
40641
40642
40642
Patch 9.0.1989
40643
40643
Problem: Vim9: double error message given
40644
- Solution: Only give second error message, if ther
40644
+ Solution: Only give second error message, if there
40645
40645
wasn't one given before
40646
40646
40647
40647
Patch 9.0.1990
@@ -40687,7 +40687,7 @@ Solution: Mention the defining class for variable access error message
40687
40687
40688
40688
Patch 9.0.2000
40689
40689
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
40691
40691
40692
40692
Patch 9.0.2001
40693
40693
Problem: Vim9: segfault with islocked()
You can’t perform that action at this time.
0 commit comments