Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 15, 2019
    • msr1k's avatar
      Add MSYS2 support as a vim plugin (#1677) · a9906c7c
      msr1k authored
      * Add MSYS2 support as a vim plugin
      
      Add &shellcmdflag and TERM environment variable treatment.
      
      - Make &shellcmdflag `/C` when &shell turns into `cmd.exe`
      - Delete %TERM% environment variable before fzf execution
      
      * Change shellescape default value depending on s:is_win flag
      
      * Make TERM environment empty only when gui is running
      
      * Stop checking &shell in fzf#shellescape function
      
      This funcion's behavior is controlled by only if it is Windows or not.
      So there is no need to check &shell.
      
      * Take neovim into consideration when to set shellcmdflag
      
      * Add &shellxquote control
      a9906c7c
  2. Dec 13, 2019
  3. Dec 12, 2019
  4. Dec 09, 2019
  5. Dec 07, 2019
  6. Dec 06, 2019
  7. Dec 05, 2019
  8. Dec 01, 2019
  9. Nov 29, 2019
  10. Nov 23, 2019
  11. Nov 21, 2019
  12. Nov 16, 2019
  13. Nov 15, 2019
  14. Nov 14, 2019
  15. Nov 13, 2019
  16. Nov 12, 2019
  17. Nov 11, 2019
Loading