Skip to content

Commit b2d11a9

Browse files
bbatsovchrisbra
authored andcommitted
runtime(doc): Fix typos in markdown READMEs
closes: #19394 Signed-off-by: Bozhidar Batsov <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent dcc4175 commit b2d11a9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README_VIM9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ way:
2828
* Local variables are not available in an l: dictionary.
2929
* A few more things that slow us down, such as exception handling details.
3030

31-
I Implemented a "proof of concept" and measured the time to run a simple
31+
I implemented a "proof of concept" and measured the time to run a simple
3232
for loop with an addition (Justin used this example in his presentation,
3333
full code is below):
3434

@@ -224,7 +224,7 @@ Eventually this will lead to Vim 9!
224224

225225
## Code for sum time measurements
226226

227-
Vim was build with -O2.
227+
Vim was built with -O2.
228228

229229
``` vim
230230
func VimOld()

runtime/pack/dist/opt/netrw/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Changes made to `autoload/netrw.vim`:
3030
- 2024 May 13 by Vim Project: prefer scp over pscp
3131
- 2024 Jun 04 by Vim Project: set bufhidden if buffer changed, nohidden is set and buffer shall be switched (#14915)
3232
- 2024 Jun 13 by Vim Project: glob() on Windows fails when a directory name contains [] (#14952)
33-
- 2024 Jun 23 by Vim Project: save ad restore registers when liststyle = WIDELIST (#15077, #15114)
33+
- 2024 Jun 23 by Vim Project: save and restore registers when liststyle = WIDELIST (#15077, #15114)
3434
- 2024 Jul 22 by Vim Project: avoid endless recursion (#15318)
3535
- 2024 Jul 23 by Vim Project: escape filename before trying to delete it (#15330)
3636
- 2024 Jul 30 by Vim Project: handle mark-copy to same target directory (#12112)
@@ -505,7 +505,7 @@ General changes made to netrw:
505505
Dec 24, 2013 * (esquifit) asked that netrw allow the
506506
/cygdrive prefix be a user-alterable
507507
parameter.
508-
Jan 02, 2014 * Fixed a problem with netrw-based ballon
508+
Jan 02, 2014 * Fixed a problem with netrw-based balloon
509509
evaluation (ie. netrw#NetrwBaloonHelp()
510510
not having been loaded error messages)
511511
Jan 03, 2014 * Fixed a problem with tree listings

runtime/syntax/generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This directory contains a Vim script generator, that will parse the Vim source file and
44
generate a vim.vim syntax file.
55

6-
Files in this directory where copied from https://github.com/vim-jp/syntax-vim-ex/
6+
Files in this directory were copied from https://github.com/vim-jp/syntax-vim-ex/
77
and included here on Feb, 13th, 2024 for the Vim Project.
88

99
- Maintainer: Hirohito Higashi

0 commit comments

Comments
 (0)