]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
GuiSearch did not work with num. keypad enter
[lyx.git] / src / OutputParams.h
index 5113e0a6d2d74931255fe3ba356c3270111e56f0..05eed6b687eb8b159bd3954bf8d0795479282193 100644 (file)
@@ -121,7 +121,7 @@ public:
        */
        mutable bool need_maketitle = false;
 
-       /** have_maketitle == true means that \maketitle already hase been output.
+       /** have_maketitle == true means that \maketitle already has been output.
        */
        mutable bool have_maketitle = false;
 
@@ -245,6 +245,11 @@ public:
         */
        mutable docstring post_macro;
 
+       /** Whether we in a command that is not \\long (i.e. cannot have multiple
+        *  paragraphs)
+        */
+       mutable bool isNonLong = false;
+
        /** Whether we are entering a display math inset.
         *  Needed to correctly strike out deleted math in change tracking.
         */