File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3232for loop with an addition (Justin used this example in his presentation,
3333full 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
230230func VimOld()
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33This directory contains a Vim script generator, that will parse the Vim source file and
44generate 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/
77and included here on Feb, 13th, 2024 for the Vim Project.
88
99- Maintainer: Hirohito Higashi
You can’t perform that action at this time.
0 commit comments