mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend 15fd17d83f
This commit is contained in:
parent
15fd17d83f
commit
b2ccdae228
@ -2051,7 +2051,7 @@ void Preamble::parse(Parser & p, string const & forceclass,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t.cs() == "includeonly") {
|
else if (t.cs() == "includeonly") {
|
||||||
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
|
vector<string> includeonlys = getVectorFromString(p.getArg('{', '}'));
|
||||||
for (auto & iofile : includeonlys) {
|
for (auto & iofile : includeonlys) {
|
||||||
string filename(normalize_filename(iofile));
|
string filename(normalize_filename(iofile));
|
||||||
|
Loading…
Reference in New Issue
Block a user