File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2015-2021 Mitchell
3
+ Copyright (c) 2015-2022 Mitchell
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # Copyright 2017-2021 Mitchell. See LICENSE.
1
+ # Copyright 2017-2022 Mitchell. See LICENSE.
2
2
3
3
ta = ../..
4
4
ta_src = $(ta ) /src
Original file line number Diff line number Diff line change 1
- // Copyright 2017-2021 Mitchell. See LICENSE.
1
+ // Copyright 2017-2022 Mitchell. See LICENSE.
2
2
3
3
#include " diff_match_patch.h"
4
4
Original file line number Diff line number Diff line change 1
- -- Copyright 2015-2021 Mitchell. See LICENSE.
1
+ -- Copyright 2015-2022 Mitchell. See LICENSE.
2
2
3
3
local M = {}
4
4
@@ -59,7 +59,7 @@ local M = {}
59
59
module('file_diff')]]
60
60
61
61
M .theme = ' light'
62
- local bg_color = view .property_expanded [' style.default' ]:match (' back:([^,]+)' )
62
+ local bg_color = view .property [' style.default' ]:match (' back:([^,]+)' )
63
63
if bg_color and tonumber (bg_color ) < 0x808080 and not CURSES then M .theme = ' dark' end
64
64
65
65
M .MARK_ADDITION = _SCINTILLA .next_marker_number ()
You can’t perform that action at this time.
0 commit comments