]> git.lyx.org Git - features.git/commit
Implement '*' in "buffer-export <FORMAT> <DEST>"
authorScott Kostyshak <skostysh@lyx.org>
Tue, 7 Mar 2017 08:09:42 +0000 (03:09 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 8 Mar 2017 05:36:28 +0000 (00:36 -0500)
commit24ad64c4066bbb0efd007e64d4f4d072cafdecba
treeaa27e128c534b2a1d3c9cd8384c19554e7e8c8a9
parent2136887ea22985781e2a897d7ed479731517e39b
Implement '*' in "buffer-export <FORMAT> <DEST>"

For the variant of buffer-export that allows a format and a
filename, the substitution must be done after the argument is split.

Related to 494ce664.
src/Buffer.cpp