Skip to content

Commit 1d2867d

Browse files
committed
patch 9.1.1033: tests: shaderslang was removed from test_filetype erroneously
Problem: tests: shaderslang was removed from test_filetype erroneously (Christian Clason, after v9.1.1030) Solution: restore the test Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent b77c598 commit 1d2867d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_filetype.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ def s:GetFilenameChecks(): dict<list<string>>
691691
'/etc/udev/cdsymlinks.conf', 'any/etc/udev/cdsymlinks.conf', 'file.bats', '.ash_history', 'any/etc/neofetch/config.conf', '.xprofile',
692692
'user-dirs.defaults', 'user-dirs.dirs', 'makepkg.conf', '.makepkg.conf', 'file.mdd', 'file.cygport', '.env', '.envrc', 'devscripts.conf',
693693
'.devscripts', 'file.lo', 'file.la', 'file.lai'],
694+
shaderslang: ['file.slang'],
694695
sieve: ['file.siv', 'file.sieve'],
695696
sil: ['file.sil'],
696697
simula: ['file.sim'],

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1033,
707709
/**/
708710
1032,
709711
/**/

0 commit comments

Comments
 (0)