Blocked revisions 87356 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 03:50:46 +0000 (03:50 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 03:50:46 +0000 (03:50 +0000)
commitc79cf042505d10f134b741f6836e4abfacbcd24f
tree3c1c7844dd62d9cb9a086a1e854d688a09ef88bc
parentbc7f20cea4dba44214edf5222afb18c4452f747d
Blocked revisions 87356 via svnmerge

........
  r87356 | r.david.murray | 2010-12-17 22:48:32 -0500 (Fri, 17 Dec 2010) | 11 lines

  #9907: call rl_initialize early when using editline on OSX

  editline rl_initialize apparently discards any mappings done before it
  is called, which makes tab revert to file completion instead of inserting
  a tab.  So now on OSX we call rl_initialize first if we are using
  readline, and then re-read the users .editrc (if any) afterward so they
  can still override our defaults.

  Patch by Ned Deily, modified by Ronald Oussoren.
........