blob: 43c21b0189105bcd647f32e959302cb25bd78a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/readline.lua b/readline.lua
index 939a054..74f494e 100644
--- a/readline.lua
+++ b/readline.lua
@@ -7,8 +7,8 @@
---------------------------------------------------------------------
local M = {} -- public interface
-M.Version = '3.1' -- reset OldHistoryLength if histfile gets set
-M.VersionDate = '20apr2022'
+M.Version = '3.3' -- return nil if ctrl-D is first char
+M.VersionDate = '13apr2023' -- from git history
--[[
Alexander Adler suggests adding four Alternate-Interface functions:
|