mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +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('{', '}'));
|
||||
for (auto & iofile : includeonlys) {
|
||||
string filename(normalize_filename(iofile));
|
||||
|
Loading…
Reference in New Issue
Block a user