Skip to content

Commit 3e18d4b

Browse files
committed
Updated copyright year.
1 parent 375d44b commit 3e18d4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2015-2021 Mitchell
3+
Copyright (c) 2015-2022 Mitchell
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2021 Mitchell. See LICENSE.
1+
# Copyright 2017-2022 Mitchell. See LICENSE.
22

33
ta = ../..
44
ta_src = $(ta)/src

diff.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017-2021 Mitchell. See LICENSE.
1+
// Copyright 2017-2022 Mitchell. See LICENSE.
22

33
#include "diff_match_patch.h"
44

init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2015-2021 Mitchell. See LICENSE.
1+
-- Copyright 2015-2022 Mitchell. See LICENSE.
22

33
local M = {}
44

@@ -59,7 +59,7 @@ local M = {}
5959
module('file_diff')]]
6060

6161
M.theme = 'light'
62-
local bg_color = view.property_expanded['style.default']:match('back:([^,]+)')
62+
local bg_color = view.property['style.default']:match('back:([^,]+)')
6363
if bg_color and tonumber(bg_color) < 0x808080 and not CURSES then M.theme = 'dark' end
6464

6565
M.MARK_ADDITION = _SCINTILLA.next_marker_number()

0 commit comments

Comments
 (0)