Skip to content

Commit b860e88

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents a24ac02 + 991657e commit b860e88

File tree

590 files changed

+22136
-9407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+22136
-9407
lines changed

.cirrus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ freebsd_task:
2121
- pw useradd cirrus -m
2222
- chown -R cirrus:cirrus .
2323
- sudo -u cirrus make test
24+
on_failure:
25+
screendump_artifacts:
26+
name: "Cirrus-CI-freebsd-failed-tests"
27+
path: |
28+
runtime/syntax/testdir/failed/*
29+
src/testdir/failed/*
30+
type: application/octet-stream

.github/MAINTAINERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ runtime/ftplugin/gitconfig.vim @tpope
163163
runtime/ftplugin/gitignore.vim @ObserverOfTime
164164
runtime/ftplugin/gitrebase.vim @tpope
165165
runtime/ftplugin/gitsendemail.vim @tpope
166+
runtime/ftplugin/gleam.vim @trilowy
166167
runtime/ftplugin/go.vim @dbarnett
167168
runtime/ftplugin/goaccess.vim @meonkeys
168169
runtime/ftplugin/gomod.vim @yu-yk
@@ -178,6 +179,7 @@ runtime/ftplugin/hgcommit.vim @k-takata
178179
runtime/ftplugin/hlsplaylist.vim @avidseeker
179180
runtime/ftplugin/hog.vim @wtfbbqhax
180181
runtime/ftplugin/html.vim @dkearns
182+
runtime/ftplugin/http.vim @ribru17
181183
runtime/ftplugin/hyprlang.vim @ribru17
182184
runtime/ftplugin/i3config.vim @hiqua
183185
runtime/ftplugin/icon.vim @dkearns
@@ -480,6 +482,7 @@ runtime/syntax/j.vim @glts
480482
runtime/syntax/jargon.vim @h3xx
481483
runtime/syntax/java.vim @zzzyxwvut
482484
runtime/syntax/javascript.vim @fleiner
485+
runtime/syntax/jinja.vim @gpanders
483486
runtime/syntax/jj.vim @gpanders
484487
runtime/syntax/json.vim @vito-c
485488
runtime/syntax/jsonc.vim @izhakjakov
@@ -491,6 +494,7 @@ runtime/syntax/kotlin.vim @udalov
491494
runtime/syntax/kdl.vim @imsnif @jiangyinzuo
492495
runtime/syntax/krl.vim @KnoP-01
493496
runtime/syntax/less.vim @genoma
497+
runtime/syntax/lf.vim @andis-sprinkis
494498
runtime/syntax/liquid.vim @tpope
495499
runtime/syntax/lua.vim @marcuscf
496500
runtime/syntax/lyrics.vim @ObserverOfTime
@@ -550,6 +554,7 @@ runtime/syntax/rng.vim @jhradilek
550554
runtime/syntax/routeros.vim @zainin
551555
runtime/syntax/rst.vim @marshallward
552556
runtime/syntax/ruby.vim @dkearns
557+
runtime/syntax/salt.vim @gpanders
553558
runtime/syntax/sass.vim @tpope
554559
runtime/syntax/scala.vim @derekwyatt
555560
runtime/syntax/scheme.vim @evhan
@@ -608,6 +613,7 @@ runtime/tutor/tutor.ru.cp1251 @RestorerZ
608613
runtime/tutor/tutor.ru.utf-8 @RestorerZ
609614
src/iscygpty.* @k-takata
610615
src/libvterm/ @leonerd
616+
src/po/am.po @gagikh
611617
src/po/ca.po @nfdisco
612618
src/po/de.po @chrisbra
613619
src/po/eo.po @dpelle

Makefile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ indenttest:
6161
# Executable used for running the syntax tests.
6262
VIM_FOR_SYNTAXTEST = ../../src/vim
6363

64+
# (For local testing only with GNU Make.)
65+
VIM_SYNTAX_TEST_FILTER =
66+
6467
syntaxtest:
6568
cd runtime/syntax && \
6669
$(MAKE) clean && \
@@ -153,7 +156,7 @@ MINOR = 1
153156
# - > make dossrc
154157
# > make dosrt
155158
# Unpack dist/vim##rt.zip and dist/vim##src.zip on an MS-Windows PC.
156-
# This creates the directory vim/vim90 and puts all files in there.
159+
# This creates the directory vim/vim91 and puts all files in there.
157160
# Win32 console version build:
158161
# - See src/INSTALLpc.txt for installing the compiler and SDK.
159162
# - Set environment for Visual C++ 2015:
@@ -209,7 +212,7 @@ MINOR = 1
209212
# gvimext64.dll in src/GvimExt
210213
# gvimext64.dll can be obtained from:
211214
# https://github.com/vim/vim-win32-installer/releases
212-
# It is part of gvim_9.0.*_x64.zip as vim/vim90/GvimExt/gvimext64.dll.
215+
# It is part of gvim_9.1.*_x64.zip as vim/vim91/GvimExt/gvimext64.dll.
213216
# - Make sure there is a diff.exe two levels up (get it from a previous Vim
214217
# version). Also put winpty32.dll and winpty-agent.exe there.
215218
# - go to ../nsis and do:
@@ -285,10 +288,10 @@ dist/$(COMMENT_RT): dist/comment
285288
echo "Vim - Vi IMproved - v$(VDOT) runtime files for MS-DOS and MS-Windows" > dist/$(COMMENT_RT)
286289

287290
dist/$(COMMENT_W32): dist/comment
288-
echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows NT/95" > dist/$(COMMENT_W32)
291+
echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows" > dist/$(COMMENT_W32)
289292

290293
dist/$(COMMENT_GVIM): dist/comment
291-
echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows NT/95" > dist/$(COMMENT_GVIM)
294+
echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows" > dist/$(COMMENT_GVIM)
292295

293296
dist/$(COMMENT_OLE): dist/comment
294297
echo "Vim - Vi IMproved - v$(VDOT) MS-Windows GUI binaries with OLE support" > dist/$(COMMENT_OLE)

READMEdir/README_amibin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README_amibin.txt for version 9.1 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.
5-
These files are in the runtime archive (vim90rt.tgz).
5+
These files are in the runtime archive (vim91rt.tgz).
66

77

88
The Amiga "bin" archive contains the Vim executable for the Amiga. It was

READMEdir/README_amisrc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README_amisrc.txt for version 9.1 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.
5-
These files are in the runtime archive (vim90rt.tgz).
5+
These files are in the runtime archive (vim91rt.tgz).
66

77

88
The Amiga source archive contains the files needed to compile Vim on the

READMEdir/README_bindos.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ README_bindos.txt for version 9.1 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
5-
These files are in the runtime archive (vim90rt.zip).
5+
These files are in the runtime archive (vim91rt.zip).
66

77

88
There are several binary distributions of Vim for the PC. You would normally
99
pick only one of them, but it's also possible to install several.
1010
These ones are available (the version number may differ):
11-
vim91w32.zip Windows 95/98/NT/etc. console version
12-
gvim91.zip Windows 95/98/NT/etc. GUI version
13-
gvim91ole.zip Windows 95/98/NT/etc. GUI version with OLE
11+
vim91w32.zip Windows console version
12+
gvim91.zip Windows GUI version
13+
gvim91ole.zip Windows GUI version with OLE
1414

1515
You MUST also get the runtime archive (vim91rt.zip).
1616
The sources are also available (vim91src.zip).

READMEdir/README_dos.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -120,30 +120,6 @@ Remarks:
120120
entry, you can remove it by running the "uninstall.exe". See
121121
":help win32-popup-menu".
122122

123-
- In Windows 95/98/NT you can create a shortcut to Vim. This works for all
124-
DOS and Win32 console versions. For the console version this gives you the
125-
opportunity to set defaults for the Console where Vim runs in.
126-
127-
1. On the desktop, click right to get a menu. Select New/Shortcut.
128-
2. In the dialog, enter Command line: "C:\command.com". Click "Next".
129-
3. Enter any name. Click "Finish".
130-
The new shortcut will appear on the desktop.
131-
4. With the mouse pointer on the new shortcut, click right to get a menu.
132-
Select Properties.
133-
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
134-
Vim executable. Examples:
135-
C:\command.com /c C:\vim\vim91\vim.exe
136-
C:\command.com /c D:\editors\vim\vim91\vim.exe
137-
6. Select the font, window size, etc. that you like. If this isn't
138-
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
139-
mode".
140-
7. Click OK.
141-
142-
For gvim, you can use a normal shortcut on the desktop, and set the size of
143-
the Window in your $VIM/_gvimrc:
144-
set lines=30 columns=90
145-
146-
147123
For further information, type one of these inside Vim:
148124
:help dos
149125
:help win32

READMEdir/README_extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ src/gui_w32.* Files for the Win32 GUI.
2929
src/gui_w48.* Files for the Win32 and Win16 GUI.
3030
src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI.
3131

32-
src/if_ole.* OLE automation interface, for MS Windows 95 and NT.
32+
src/if_ole.* OLE automation interface, for MS Windows.
3333

3434
src/GvimExt/* DLL for the "Edit with Vim" context menu entry
3535

READMEdir/README_ole.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ README_ole.txt for version 9.1 of Vim: Vi IMproved.
33
This archive contains gvim.exe with OLE interface.
44
This version of gvim.exe can also load a number of interface dynamically (you
55
can optionally install the .dll files for each interface).
6-
It is only for MS-Windows 95/98/ME/NT/2000/XP.
6+
It is only for MS-Windows.
77

88
Also see the README_bindos.txt, README_dos.txt and README.txt files.
99

READMEdir/README_srcdos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README_srcdos.txt for version 9.1 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-Windows.
5-
These files are in the runtime archive (vim90rt.zip).
5+
These files are in the runtime archive (vim91rt.zip).
66

77

88
The DOS source archive contains the files needed to compile Vim on MS-Windows.

0 commit comments

Comments
 (0)