]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Account for old versions of Pygments
[lyx.git] / src / LyXAction.h
index 77cc5b084cc2824931c9f78f2f1fac2b09964633..bf7bf35638e729f283afa80a142e512a1cd142f3 100644 (file)
@@ -22,7 +22,7 @@
 namespace lyx {
 
 // current LFUN format
-static unsigned int const LFUN_FORMAT = 2;
+static unsigned int const LFUN_FORMAT = 4; // gm: tabular-feature
 
 class FuncRequest;
 class LyXErr;