Disable inputrc processing, its not deterministic and will be impossible to support as implemented.

git-svn-id: file:///home/svn/framework3/trunk@7111 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2009-10-02 00:03:55 +00:00
parent 4e244d654d
commit 54437321eb
1 changed files with 7 additions and 0 deletions

View File

@ -2101,6 +2101,13 @@ module RbReadline
# If the file existed and could be opened and read, 0 is returned,
# otherwise errno is returned.
def rl_read_init_file(filename)
#
# This code is too problematic at the moment
# Just hardcode things and move on
#
return 0
# Default the filename.
filename ||= @last_readline_init_file
filename ||= ENV["INPUTRC"]