1. 04 Sep, 2020 1 commit
  2. 19 Mar, 2020 1 commit
  3. 02 Oct, 2019 1 commit
  4. 19 Sep, 2019 1 commit
    • Marc Cornellà's avatar
      Fix WSL check for WSL 2 and simplify nohup in open_command · 095d56b5
      Marc Cornellà authored
      WSL 2 changes the output of `uname -r`. For instance,
      
        WSL 1: 4.4.0-18980-Microsoft
        WSL 2: 4.19.67-microsoft-standard
      
      Since WSL 2 lowercases the M, we can match for the rest of the string
      which remains lowercase throughout both versions. Another option would
      be to match for both upper- and lower-case Ms, like that:
      
        $(uname -r) = *[Mm]icrosoft*
      
      Fixed use of nohup in open_command where it was only necessary for
      xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic
      is simpler and more future-proof.
      095d56b5
  5. 15 Apr, 2019 1 commit
    • Marc Cornellà's avatar
      sublime: refactor plugin and fix documentation (#7715) · fc9e427e
      Marc Cornellà authored
      * convert to 2-space indentation
      * standardize sublime function name (subl)
      * simplify subl function definition into a single loop
      * convert functions into aliases
      * simplify alias creation
      * search for Sublime Text command only if not found
      * reorganize and clean up plugin
      * fix README
      * simplify cygwin path lookup
      * support path lookup for msys (Windows)
      * support path lookup for WSL (Windows)
      * fix for spaces in sublime path alias
      fc9e427e
  6. 17 Oct, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 22 Apr, 2018 1 commit
  9. 23 Jan, 2018 1 commit
  10. 10 Oct, 2016 1 commit
  11. 15 Aug, 2016 1 commit
  12. 27 Sep, 2015 1 commit
  13. 24 Sep, 2015 1 commit
  14. 11 Jun, 2015 2 commits
  15. 25 May, 2015 1 commit
  16. 11 Jan, 2015 1 commit
  17. 23 Jul, 2014 1 commit
  18. 28 Jun, 2014 1 commit
  19. 29 May, 2014 1 commit
  20. 02 Mar, 2014 2 commits
    • Kaiwen Xu's avatar
      Integrate changes from #1841. · 2691520d
      Kaiwen Xu authored
      2691520d
    • Kaiwen Xu's avatar
      Fixed sublime plugin behaviors. · 5ba96e9a
      Kaiwen Xu authored
      - Fixed subl search path order in Mac because Sublime Text 3 is named
        Sublime Text.app by default instead of Sublime Text 3.app and they are
        mostly likely to be placed in /Applications instead of
        $HOME/Applications.
      - Fixed sublime text binary path in Linux. The sublime_text binary
        installed by Ubuntu installer is placed in /opt/sublime_text/sublime_text
        instead of /usr/bin/sublime_text.
      - Use zsh's built-in process detach syntax instead of nohup.
      5ba96e9a
  21. 16 Nov, 2013 1 commit
  22. 05 Sep, 2013 1 commit
  23. 29 Apr, 2013 1 commit
    • Kaiwen Xu's avatar
      Change sublime text path select priority on mac. · 17a092b0
      Kaiwen Xu authored
      User changed symbolic link for sublime binary is now top priority,
      since this allows users to actually specify which version of sublime
      they want to use. Sublime text 2 binary has higher priority over
      sublime text (3) binary, since sublime text 2 is considered more
      stable.
      17a092b0
  24. 10 Apr, 2013 1 commit
  25. 07 Apr, 2013 1 commit
  26. 09 Feb, 2013 1 commit
  27. 02 Dec, 2012 1 commit
  28. 05 Nov, 2012 1 commit
  29. 29 Jul, 2012 1 commit
  30. 09 Jul, 2012 2 commits
  31. 24 May, 2012 1 commit
  32. 21 May, 2012 1 commit
  33. 22 Apr, 2012 1 commit
  34. 19 Apr, 2012 1 commit