Don't crash on duplicates in config
Use last definition of an option instead. Section duplicates are also supported from now. Example: ''' [column_keymap] a = foo a = bar [column_keymap] b = foobar ''' is equivalent of: ''' [column_keymap] a = bar b = foobar '''
Showing
test/data/ConfigTest7.conf
0 → 100644
Please register or sign in to comment