diff options
author | 2020-10-08 14:01:36 -0400 | |
---|---|---|
committer | 2020-10-08 14:01:36 -0400 | |
commit | 1f367593686bd1619ad94b669a65559ef8afb582 (patch) | |
tree | 9016c21963f64bf7318193b13c5131825821d3b3 /modules/textadept/macros.lua | |
parent | fe67095963a162ff7e24680936fb7cf1cb730bbb (diff) | |
download | textadept-1f367593686bd1619ad94b669a65559ef8afb582.tar.gz textadept-1f367593686bd1619ad94b669a65559ef8afb582.zip |
Added `textadept.history` module for recording and navigating position history.
Diffstat (limited to 'modules/textadept/macros.lua')
-rw-r--r-- | modules/textadept/macros.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua index 2a165c36..3428ef11 100644 --- a/modules/textadept/macros.lua +++ b/modules/textadept/macros.lua @@ -1,4 +1,4 @@ --- Copyright 2018 Mitchell. See LICENSE. +-- Copyright 2018-2020 Mitchell. See LICENSE. --[[ This comment is for LuaDoc. --- |