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. Feb 04, 2020
  2. Feb 03, 2020
  3. Jan 25, 2020
  4. Jan 22, 2020
  5. Jan 19, 2020
  6. Jan 18, 2020
  7. Jan 15, 2020
  8. Jan 08, 2020
  9. Jan 07, 2020
  10. Dec 31, 2019
  11. Dec 20, 2019
  12. Dec 18, 2019
  13. Dec 16, 2019
  14. Dec 15, 2019
    • Jan Edmund Lazo's avatar
      [vim] Use cterm colors on Windows (#1793) · aa0e10ea
      Jan Edmund Lazo authored
      Truecolor does not work on default Windows terminal.
      It is a problem in neovim GUIs.
      
      https://github.com/sainnhe/edge/issues/5#issuecomment-565748240
      aa0e10ea
    • 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
  15. Dec 13, 2019
  16. Dec 12, 2019
  17. Dec 09, 2019
  18. Dec 07, 2019
  19. Dec 06, 2019
  20. Dec 05, 2019
  21. Dec 01, 2019
  22. Nov 29, 2019
Loading