1. 30 Jun, 2018 2 commits
    • Marc Cornellà's avatar
      open_command: fix and improve command for WSL · f898ada8
      Marc Cornellà authored
      - Add double quotes to command so that the next argument isn't
        interpreted as the title for the start command.
      
      - If the first argument is a valid path, convert it to Windows path
        notation. If `wslpath` fails—because it's a path from inside WSL,
        which cannot be converted to Windows path notation— fail with an
        error code.
      
        This last circumstance will show an error like so:
      
          wslpath: path: Result not representable
      f898ada8
    • Marc Cornellà's avatar
      open_command: simplify code · 12086593
      Marc Cornellà authored
      12086593
  2. 29 Jun, 2018 5 commits
  3. 24 Jun, 2018 1 commit
  4. 20 Jun, 2018 1 commit
    • Ruben Di Battista's avatar
      Fix autojump sourcing on OSX with Macports (#4801) · 6c1dab23
      Ruben Di Battista authored
      * Fix autojump sourcing on OSX with Macports
      
      The last version of autojump available on Macports does not have
      anymore different shell scripts (.sh, .zsh, .bash ...) to be sourced
      but just one autojump.sh that takes care of that located at
      /opt/local/etc/profile.d/autojump.sh
      
      fix # 4625
      
      * Fix bug with macports autojump on OSX.
      6c1dab23
  5. 19 Jun, 2018 1 commit
  6. 18 Jun, 2018 3 commits
  7. 16 Jun, 2018 2 commits
  8. 15 Jun, 2018 8 commits
  9. 14 Jun, 2018 1 commit
  10. 13 Jun, 2018 1 commit
  11. 12 Jun, 2018 6 commits
  12. 10 Jun, 2018 1 commit
  13. 06 Jun, 2018 1 commit
    • Marc Cornellà's avatar
      virtualenvwrapper: set $WORKON_HOME if undefined · f461d21d
      Marc Cornellà authored
      This uses the default that virtualenvwrapper.sh would set if it was called. If the user
      changes its value after the plugin is loaded, the plugin will work all the same.
      
      Fixes #6882
      Closes #6870
      Closes #6883
      f461d21d
  14. 05 Jun, 2018 1 commit
  15. 28 May, 2018 2 commits
  16. 26 May, 2018 4 commits