mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Bump RC format for commit 8f287f5ffa
This commit is contained in:
parent
22d52f5f08
commit
c9ea13ee99
@ -60,6 +60,10 @@
|
||||
# Incremented to format 13, by bh
|
||||
# Rename mac_like_word_movement to mac_like_cursor_movement
|
||||
|
||||
# Incremented to format 14, by spitz
|
||||
# New RC default_otf_view_format
|
||||
# No conversion necessary.
|
||||
|
||||
import re
|
||||
|
||||
###########################################################
|
||||
@ -319,5 +323,6 @@ conversions = [
|
||||
[ 10, []],
|
||||
[ 11, [split_pdf_format]],
|
||||
[ 12, []],
|
||||
[ 13, [mac_cursor_movement]]
|
||||
[ 13, [mac_cursor_movement]],
|
||||
[ 14, []]
|
||||
]
|
||||
|
@ -55,7 +55,7 @@ namespace os = support::os;
|
||||
|
||||
namespace {
|
||||
|
||||
static unsigned int const LYXRC_FILEFORMAT = 13; // vfr: System theme's icons
|
||||
static unsigned int const LYXRC_FILEFORMAT = 14; // spitz: default_otf_view_format
|
||||
|
||||
// when adding something to this array keep it sorted!
|
||||
LexerKeyword lyxrcTags[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user