Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92ef13 + 5d4121a commit 9809ca9Copy full SHA for 9809ca9
1 file changed
Modules/readline.c
@@ -55,11 +55,11 @@ extern char **completion_matches(char *, CPFunction *);
55
* with the "real" readline and cannot be detected at compile-time,
56
* hence we use a runtime check to detect if we're using libedit
57
*
58
- * Currently there is one know API incompatibility:
+ * Currently there is one known API incompatibility:
59
* - 'get_history' has a 1-based index with GNU readline, and a 0-based
60
- * index with libedit's emulation.
+ * index with older versions of libedit's emulation.
61
* - Note that replace_history and remove_history use a 0-based index
62
- * with both implementation.
+ * with both implementations.
63
*/
64
static int using_libedit_emulation = 0;
65
static const char libedit_version_tag[] = "EditLine wrapper";
0 commit comments