]> git.lyx.org Git - features.git/commitdiff
sort table
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 29 Sep 2012 14:11:09 +0000 (16:11 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 29 Sep 2012 14:11:09 +0000 (16:11 +0200)
src/LyXRC.cpp

index b7dd2250fefb9d0ff7d4b2e0c1d9d90464771297..0d4c9197cc90cec6a47cf0dc1ca49018fe665e45 100644 (file)
@@ -73,6 +73,7 @@ LexerKeyword lyxrcTags[] = {
        { "\\bind_file", LyXRC::RC_BINDFILE },
        { "\\check_lastfiles", LyXRC::RC_CHECKLASTFILES },
        { "\\chktex_command", LyXRC::RC_CHKTEX_COMMAND },
+       { "\\close_buffer_with_last_view", LyXRC::RC_CLOSE_BUFFER_WITH_LAST_VIEW },
        { "\\completion_cursor_text", LyXRC::RC_COMPLETION_CURSOR_TEXT },
        { "\\completion_inline_delay", LyXRC::RC_COMPLETION_INLINE_DELAY },
        { "\\completion_inline_dots", LyXRC::RC_COMPLETION_INLINE_DOTS },
@@ -210,7 +211,6 @@ LexerKeyword lyxrcTags[] = {
        { "\\viewer", LyXRC::RC_VIEWER},
        { "\\viewer_alternatives", LyXRC::RC_VIEWER_ALTERNATIVES },
        { "\\visual_cursor", LyXRC::RC_VISUAL_CURSOR },
-       { "\\close_buffer_with_last_view", LyXRC::RC_CLOSE_BUFFER_WITH_LAST_VIEW },
        { "format", LyXRC::RC_LYXRCFORMAT }
 };