Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
vim (9.0.1976-1 -> 9.0.2002-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Oct 14, 2023
1 parent bf7dbf8 commit 5b609e1
Show file tree
Hide file tree
Showing 53 changed files with 60 additions and 41 deletions.
Binary file modified usr/bin/ex.exe
Binary file not shown.
Binary file modified usr/bin/rview.exe
Binary file not shown.
Binary file modified usr/bin/rvim.exe
Binary file not shown.
Binary file modified usr/bin/view.exe
Binary file not shown.
Binary file modified usr/bin/vim.exe
Binary file not shown.
Binary file modified usr/bin/vimdiff.exe
Binary file not shown.
Binary file modified usr/bin/xxd.exe
Binary file not shown.
Binary file modified usr/share/man/fr.ISO8859-1/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/fr.UTF-8/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/fr/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/it.ISO8859-1/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/it.UTF-8/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/it/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/ja/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/pl.ISO8859-2/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/pl.UTF-8/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/pl/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/ru.KOI8-R/man1/xxd.1.gz
Binary file not shown.
Binary file modified usr/share/man/ru.UTF-8/man1/xxd.1.gz
Binary file not shown.
17 changes: 13 additions & 4 deletions usr/share/vim/vim90/autoload/netrw.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,11 @@ fun! s:NetrwBookHistHandler(chg,curdir)
echo "bookmarked the current directory"
endif

try
call s:NetrwBookHistSave()
catch
endtry

elseif a:chg == 1
" change to the bookmarked directory
" call Decho("(user: <".v:count."gb>) change to the bookmarked directory",'~'.expand("<slnum>"))
Expand Down Expand Up @@ -3660,6 +3665,11 @@ fun! s:NetrwBookHistHandler(chg,curdir)
" call Decho("g:netrw_bookmarklist=".string(g:netrw_bookmarklist),'~'.expand("<slnum>"))
endif
" call Decho("resulting g:netrw_bookmarklist=".string(g:netrw_bookmarklist),'~'.expand("<slnum>"))

try
call s:NetrwBookHistSave()
catch
endtry
endif
call s:NetrwBookmarkMenu()
call s:NetrwTgtMenu()
Expand Down Expand Up @@ -7382,8 +7392,7 @@ fun! s:NetrwMarkFileDiff(islocal)
exe "NetrwKeepj e ".fnameescape(fname)
diffthis
elseif cnt == 2 || cnt == 3
vsplit
wincmd l
below vsplit
" call Decho("diffthis: ".fname,'~'.expand("<slnum>"))
exe "NetrwKeepj e ".fnameescape(fname)
diffthis
Expand Down Expand Up @@ -12044,9 +12053,9 @@ fun! s:NetrwBufRemover(bufid)
" call Decho("buf#".a:bufid." has name <".bufname(a:bufid).">","~".expand("<slnum>"))
" call Decho("buf#".a:bufid." has winid#".bufwinid(a:bufid),"~".expand("<slnum>"))

if a:bufid > 1 && !buflisted(a:bufid) && bufname(a:bufid) == "" && bufwinid(a:bufid) == -1
if a:bufid > 1 && !buflisted(a:bufid) && bufloaded(a:bufid) && bufname(a:bufid) == "" && bufwinid(a:bufid) == -1
" call Decho("(s:NetrwBufRemover) removing buffer#".a:bufid,"~".expand("<slnum>"))
exe "bd! ".a:bufid
exe "sil! bd! ".a:bufid
endif

" call Dret("s:NetrwBufRemover")
Expand Down
10 changes: 8 additions & 2 deletions usr/share/vim/vim90/doc/builtin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6690,8 +6690,6 @@ printf({fmt}, {expr1} ...) *printf()*
precision, the argument(s) to be used must also be specified
using a {n$} positional argument specifier. See |printf-$|.


*E1520*
The conversion specifiers and their meanings are:

*printf-d* *printf-b* *printf-B* *printf-o*
Expand Down Expand Up @@ -6884,6 +6882,14 @@ printf({fmt}, {expr1} ...) *printf()*
< E1505: Invalid format specifier:
%1$d at width %2$d is: %01$*2$.3$d

*E1507*
This internal error indicates that the logic to parse a
positional format argument ran into a problem that couldn't be
otherwise reported. Please file a bug against Vim if you run
into this, copying the exact format string and parameters that
were used.


prompt_getprompt({buf}) *prompt_getprompt()*
Returns the effective prompt text for buffer {buf}. {buf} can
be a buffer name or number. See |prompt-buffer|.
Expand Down
4 changes: 2 additions & 2 deletions usr/share/vim/vim90/doc/editing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ will get the ACL info of the original file.
The ACL info is also used to check if a file is read-only (when opening the
file).

*xattr* *E1506* *E1507* *E1508* *E1509*
xattr stands for Extended Attributes It is an advanced way to save metadata
*xattr* *E1506* *E1508* *E1509*
xattr stands for Extended Attributes. It is an advanced way to save metadata
alongside the file in the filesystem. It depends on the actual filesystem
being used and Vim supports it only on a Linux system.
Vim attempts to preserve the extended attribute info when writing a file.
Expand Down
2 changes: 1 addition & 1 deletion usr/share/vim/vim90/doc/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Set using a variable with lambda expression: >
let &tagfunc = L
In Vim9 script, in a compiled function, you can use a lambda, but a
closured does not work, because the function will be called without the
closure does not work, because the function will be called without the
context of where it was defined.


Expand Down
2 changes: 1 addition & 1 deletion usr/share/vim/vim90/doc/starting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,6 @@ most of the information will be restored).
If you get the |press-enter| prompt you can press "q"
and still get the prompt to enter a file number.
Use ! to abandon a modified buffer. |abandon|
{not when compiled with tiny or small features}
{not when compiled with tiny features}

vim:tw=78:ts=8:noet:ft=help:norl:
3 changes: 1 addition & 2 deletions usr/share/vim/vim90/doc/tags
Original file line number Diff line number Diff line change
Expand Up @@ -4510,12 +4510,11 @@ E1503 builtin.txt /*E1503*
E1504 builtin.txt /*E1504*
E1505 builtin.txt /*E1505*
E1506 editing.txt /*E1506*
E1507 editing.txt /*E1507*
E1507 builtin.txt /*E1507*
E1508 editing.txt /*E1508*
E1509 editing.txt /*E1509*
E151 helphelp.txt /*E151*
E152 helphelp.txt /*E152*
E1520 builtin.txt /*E1520*
E153 helphelp.txt /*E153*
E154 helphelp.txt /*E154*
E155 sign.txt /*E155*
Expand Down
2 changes: 1 addition & 1 deletion usr/share/vim/vim90/doc/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vim can be tested after building it, usually with "make test".
The tests are located in the directory "src/testdir".

There are two types of tests added over time:
test20.in oldest, only for tiny and small builds
test20.in oldest, only for tiny builds
test_something.vim new style tests

*new-style-testing*
Expand Down
5 changes: 2 additions & 3 deletions usr/share/vim/vim90/doc/usr_90.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ enabled from the Makefile.

--prefix={directory} Top directory where to install Vim.

--with-features=tiny Compile with many features disabled.
--with-features=small Compile with some features disabled.
--with-features=big Compile with more features enabled.
--with-features=tiny Compile with some features disabled.
--with-features=normal Compile with more features enabled.
--with-features=huge Compile with most features enabled.
See |+feature-list| for which feature
is enabled in which case.
Expand Down
4 changes: 1 addition & 3 deletions usr/share/vim/vim90/doc/various.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,13 @@ g8 Print the hex values of the bytes used in the
The first column shows the smallest version in which
they are included:
T tiny (always)
S small
N normal
B big
H huge
m manually enabled or depends on other features
- never, feature was removed
(none) system dependent
Thus if a feature is marked with "N", it is included
in the normal, big and huge versions of Vim.
in the normal and huge versions of Vim.

*+feature-list*
*+acl* |ACL| support included
Expand Down
2 changes: 1 addition & 1 deletion usr/share/vim/vim90/doc/vim9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ filename. For example: >
Then you can use "that.item", etc. You are free to choose the name "that".
Use something that will be recognized as referring to the imported script.
Avoid command names, command modifiers and builtin function names, because the
name will shadow them. Better not start the name starts with a capital
name will shadow them. It's better not to start the name with a capital
letter, since it can then also shadow global user commands and functions.
Also, you cannot use the name for something else in the script, such as a
function or variable name.
Expand Down
18 changes: 11 additions & 7 deletions usr/share/vim/vim90/doc/vim9class.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ prefix when defining the method: >
*E1373*
A class extending the abstract class must implement all the abstract methods.
The signature (arguments, argument types and return type) must be exactly the
same. Class methods in an abstract class can also be abstract methods.
same. If the return type of a method is a class, then that class or one of
its subclasses can be used in the extended method. Class methods in an
abstract class can also be abstract methods.

==============================================================================

Expand Down Expand Up @@ -548,8 +550,10 @@ is not possible to override them (unlike some other languages).

*E1356* *E1357* *E1358*
Object methods of the base class can be overruled. The signature (arguments,
argument types and return type) must be exactly the same. The method of the
base class can be called by prefixing "super.".
argument types and return type) must be exactly the same. If the return type
of a method is a class, then that class or one of its subclasses can be used
in the extended method. The method of the base class can be called by
prefixing "super.".

*E1377*
The access level of a method (public or private) in a child class should be
Expand Down Expand Up @@ -738,17 +742,19 @@ constructor methods.

7. Type definition *Vim9-type* *:type*

{not implemented yet}

A type definition is giving a name to a type specification. For Example: >
:type ListOfStrings list<string>
TODO: more explanation

==============================================================================

8. Enum *Vim9-enum* *:enum* *:endenum*

{not implemented yet}

An enum is a type that can have one of a list of values. Example: >
:enum Color
Expand All @@ -759,8 +765,6 @@ An enum is a type that can have one of a list of values. Example: >
Black
:endenum
TODO: more explanation

==============================================================================

Expand Down
3 changes: 3 additions & 0 deletions usr/share/vim/vim90/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,9 @@ au BufNewFile,BufRead *.jsonnet,*.libsonnet setf jsonnet
" Julia
au BufNewFile,BufRead *.jl setf julia

" Just
au BufNewFile,BufRead [jJ]ustfile,.justfile,*.just setf just

" KDL
au BufNewFile,BufRead *.kdl setf kdl

Expand Down
17 changes: 9 additions & 8 deletions usr/share/vim/vim90/ftplugin/sh.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
" Maintainer: Doug Kearns <[email protected]>
" Previous Maintainer: Dan Sharp
" Contributor: Enno Nagel <[email protected]>
" Last Change: 2023 Aug 29
" Eisuke Kawashima
" Last Change: 2023 Sep 28

if exists("b:did_ftplugin")
finish
Expand Down Expand Up @@ -39,16 +40,16 @@ if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
let b:undo_ftplugin ..= " | unlet! b:browsefilter"
endif

if (exists("b:is_bash") && (b:is_bash == 1))
if get(b:, "is_bash", 0)
if !has("gui_running") && executable("less")
command! -buffer -nargs=1 Help silent exe '!bash -c "{ help "<args>" 2>/dev/null || man "<args>"; } | LESS= less"' | redraw!
elseif has('terminal')
command! -buffer -nargs=1 Help silent exe ':term bash -c "help "<args>" 2>/dev/null || man "<args>""'
command! -buffer -nargs=1 ShKeywordPrg silent exe '!bash -c "{ help "<args>" 2>/dev/null || man "<args>"; } | LESS= less"' | redraw!
elseif has("terminal")
command! -buffer -nargs=1 ShKeywordPrg silent exe ':term bash -c "help "<args>" 2>/dev/null || man "<args>""'
else
command! -buffer -nargs=1 Help echo system('bash -c "help <args>" 2>/dev/null || man "<args>"')
command! -buffer -nargs=1 ShKeywordPrg echo system('bash -c "help <args>" 2>/dev/null || man "<args>"')
endif
setlocal keywordprg=:Help
let b:undo_ftplugin ..= " | setl kp< | sil! delc -buffer Help"
setlocal keywordprg=:ShKeywordPrg
let b:undo_ftplugin ..= " | setl kp< | sil! delc -buffer ShKeywordPrg"
endif

let &cpo = s:save_cpo
Expand Down
Binary file modified usr/share/vim/vim90/lang/sr/LC_MESSAGES/vim.mo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1682971619

%INSTALLDATE%
1697166010
1697252401

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file removed var/lib/pacman/local/vim-9.0.1976-1/mtree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
vim

%VERSION%
9.0.1976-1
9.0.2002-1

%BASE%
vim
Expand All @@ -17,16 +17,16 @@ https://www.vim.org
x86_64

%BUILDDATE%
1696588412
1697101532

%INSTALLDATE%
1696993201
1697252393

%PACKAGER%
CI (msys2/msys2-autobuild/a79a8c4c/6430507725)
CI (msys2/msys2-autobuild/a79a8c4c/6493533925)

%SIZE%
58741061
58747300

%GROUPS%
editors
Expand Down
File renamed without changes.
Binary file added var/lib/pacman/local/vim-9.0.2002-1/mtree
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/msys.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/msys.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 5b609e1

Please sign in to comment.