File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11The MIT License
22
3- Copyright (c) 2015-2021 Mitchell
3+ Copyright (c) 2015-2022 Mitchell
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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.
22
33ta = ../..
44ta_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.
22
33#include " diff_match_patch.h"
44
Original file line number Diff line number Diff line change 1- -- Copyright 2015-2021 Mitchell. See LICENSE.
1+ -- Copyright 2015-2022 Mitchell. See LICENSE.
22
33local M = {}
44
@@ -59,7 +59,7 @@ local M = {}
5959module('file_diff')]]
6060
6161M .theme = ' light'
62- local bg_color = view .property_expanded [' style.default' ]:match (' back:([^,]+)' )
62+ local bg_color = view .property [' style.default' ]:match (' back:([^,]+)' )
6363if bg_color and tonumber (bg_color ) < 0x808080 and not CURSES then M .theme = ' dark' end
6464
6565M .MARK_ADDITION = _SCINTILLA .next_marker_number ()
You can’t perform that action at this time.
0 commit comments