1. 18 Dec, 2010 1 commit
    • R. David Murray's avatar
      #9907: call rl_initialize early when using editline on OSX · f39d5133
      R. David Murray authored
      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.
      f39d5133
  2. 17 Dec, 2010 17 commits
  3. 16 Dec, 2010 19 commits
  4. 15 Dec, 2010 3 commits