From 1f367593686bd1619ad94b669a65559ef8afb582 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:01:36 -0400 Subject: Added `textadept.history` module for recording and navigating position history. --- test/modules/history/1 | 20 -------------------- test/modules/history/2 | 20 -------------------- test/modules/textadept/history/1 | 20 ++++++++++++++++++++ test/modules/textadept/history/2 | 20 ++++++++++++++++++++ 4 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 test/modules/history/1 delete mode 100644 test/modules/history/2 create mode 100644 test/modules/textadept/history/1 create mode 100644 test/modules/textadept/history/2 (limited to 'test/modules') diff --git a/test/modules/history/1 b/test/modules/history/1 deleted file mode 100644 index 7b050800..00000000 --- a/test/modules/history/1 +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/test/modules/history/2 b/test/modules/history/2 deleted file mode 100644 index 7b050800..00000000 --- a/test/modules/history/2 +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/test/modules/textadept/history/1 b/test/modules/textadept/history/1 new file mode 100644 index 00000000..7b050800 --- /dev/null +++ b/test/modules/textadept/history/1 @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/test/modules/textadept/history/2 b/test/modules/textadept/history/2 new file mode 100644 index 00000000..7b050800 --- /dev/null +++ b/test/modules/textadept/history/2 @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3