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 31, 2019
  2. Dec 20, 2019
  3. Dec 18, 2019
  4. Dec 16, 2019
  5. 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
  6. Dec 13, 2019
  7. Dec 12, 2019
  8. Dec 09, 2019
  9. Dec 07, 2019
  10. Dec 06, 2019
  11. Dec 05, 2019
  12. Dec 01, 2019
  13. Nov 29, 2019
  14. Nov 23, 2019
  15. Nov 21, 2019
  16. Nov 16, 2019
  17. Nov 15, 2019
  18. Nov 14, 2019
  19. Nov 13, 2019
Loading