summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-19 21:06:05 +0000
committerKarl Berry <karl@freefriends.org>2023-02-19 21:06:05 +0000
commitae2b8bd63cd6e16fe4d5fcd1bf7ed6e9e5b2171c (patch)
tree6c652ec4573d37f6831cbddbd242e706ddfccf06 /Master/texmf-dist/scripts
parent84afe492b9a854d78f6d9be2330b12272bbf5cd0 (diff)
latexindent (19feb23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@65940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm2
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm4
-rwxr-xr-xMaster/texmf-dist/scripts/latexindent/defaultSettings.yaml2
-rwxr-xr-xMaster/texmf-dist/scripts/latexindent/latexindent.pl2
4 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
index 11a18c171f0..85764353e8a 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/GetYamlSettings.pm
@@ -328,7 +328,7 @@ sub yaml_read_settings {
# if the -l switch is called on its own, or else with +
# and latexindent.pl is called from a different directory, then
# we need to account for this
- if ( $_ eq "localSettings.yaml" ) {
+ if ( $_ =~ m/^[.]?(localSettings|latexindent)\.yaml$/ ) {
# check for existence in the directory of the file.
if ( ( -e $workingFileLocation . "/" . $_ ) ) {
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
index b31f2dbc529..f068880de8b 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
@@ -20,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.20.2';
-our $versionDate = '2023-02-04';
+our $versionNumber = '3.20.3';
+our $versionDate = '2023-02-19';
1
diff --git a/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml b/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
index 03a884e9e54..a5f45fd0804 100755
--- a/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
+++ b/Master/texmf-dist/scripts/latexindent/defaultSettings.yaml
@@ -1,5 +1,5 @@
#
-# latexindent.pl, version 3.20.2, 2023-02-04
+# latexindent.pl, version 3.20.3, 2023-02-19
#
# defaultSettings.yaml, the default settings for latexindent.pl
#
diff --git a/Master/texmf-dist/scripts/latexindent/latexindent.pl b/Master/texmf-dist/scripts/latexindent/latexindent.pl
index 0319b1f9f20..32b94b3f4bc 100755
--- a/Master/texmf-dist/scripts/latexindent/latexindent.pl
+++ b/Master/texmf-dist/scripts/latexindent/latexindent.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# latexindent.pl, version 3.20.2, 2023-02-04
+# latexindent.pl, version 3.20.3, 2023-02-19
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by