summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2017-08-26[neovim] Allow running FZF in multiple windowsJunegunn Choi
2017-08-20[vim] Escape backslashes in fzf#shellescape (#1021)Jan Edmund Lazo
2017-08-14[vim] Allow Funcref in g:fzf_actionJunegunn Choi
2017-08-09[vim] Fix issues with other plugins changing working directoryJunegunn Choi
2017-07-30[vim] Fix escape of backslash in s:shortpathJan Edmund Lazo
2017-07-23[nvim] Disable number in fzf bufferJunegunn Choi
2017-07-18[vim] Use fnameescape to escape command line argumentsJunegunn Choi
2017-07-10[neovim] Fix lcd when fzf job exits on Windows (#970)Jan Edmund Lazo
2017-07-09[vim] Don't pipe FZF_DEFAULT_COMMAND in Windows (#969)Jan Edmund Lazo
2017-06-09[vim] Expand 'dir' on Cygwin to handle Windows-style pathsJunegunn Choi
2017-06-05[vim] Add support for Cygwin (#933)Jan Edmund Lazo
2017-06-04[vim] Allow running install --bin on CygwinJunegunn Choi
2017-05-31[vim] Replace invalid s:escape calls with fzf#shellescapeJunegunn Choi
2017-05-31[vim] Make sure to delete temporary batchfile on WindowsJunegunn Choi
2017-05-31[vim] Remove unnecessary ternary expressionJunegunn Choi
2017-05-31[vim] Use utf-8 for cmd.exe (#929)Jan Edmund Lazo
2017-05-29[vim] Replace s:fzf_shellescape and s:shellesc with fzf#shellescape (#916)Jan Edmund Lazo
2017-05-22[vim] Prevent 'wildignore' from affecting expand() (#917)Junegunn Choi
2017-05-22[vim] Do not expand s:fzf_goJunegunn Choi
2017-04-30Export FZF_PREVIEW_HEIGHT instead of FZF_HEIGHTJunegunn Choi
2017-04-30[vim] Export $FZF_HEIGHT for previewer scriptsJunegunn Choi
2017-04-22[vim] Use backslash for Windows filepaths (#896)Jan Edmund Lazo
2017-03-27fzf#run: improve "is already running" message (#885)Daniel Hahler
2017-03-02[vim] Capitalize exception messagesJunegunn Choi
2017-03-02[vim] Throw error if g:fzf_layout is incorrectly usedJunegunn Choi
2017-02-25[neovim] Set 'dir' to the current direcotryJunegunn Choi
2017-02-19[vim] Minor refactoringJunegunn Choi
2017-02-19[vim] Escape ! when using :! to execute commandJunegunn Choi
2017-02-18[vim] Prepend @echo off to $FZF_DEFAULT_COMMAND on Windows (#847)Junegunn Choi
2017-02-18[vim] Fix FZF_DEFAULT_COMMAND on WindowsJunegunn Choi
2017-02-17[vim] Do not escape % when using system() instead of !Junegunn Choi
2017-02-07Use "type" instead of "cat" on windows (#836)Prabir Shrestha
2017-02-05[vim] Download instruction for WindowsJunegunn Choi
2017-02-04[vim] Apply --no-height when running fzf in full screen modeJunegunn Choi
2017-02-01[vim] Expose buffer variable with the current fzf setup (#828)Kassio Borges
2017-01-30[vim] g:fzf_prefer_tmux for choosing fzf-tmux over --heightJunegunn Choi
2017-01-22[vim] Use 24-bit colors if termguicolors is setJunegunn Choi
2017-01-22Clear lines even when background color is not setJunegunn Choi
2017-01-22[vim] tput el to clear the last lineJunegunn Choi
2017-01-16Merge pull request #794 from junegunn/devel0.16.0Junegunn Choi
2017-01-15[vim] Use /dev/tty as STDIN when using --height w/o explicit sourceJunegunn Choi
2017-01-14s:common_sink(): Avoid duplicate BufEnter. (#803)Justin M. Keyes
2017-01-08[vim] Use --height instead of fzf-tmuxJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2017-01-04[vim] Use cmd.exe directly on GVim (launcher='%s') (#787)Jan Edmund Lazo
2017-01-02[vim] FZF command to handle Windows paths with spacesJan Edmund Lazo
2017-01-01[vim] Use cmd.exe in Windows (#785)Jan Edmund Lazo
2016-12-19s:execute_term: switch_back: check that self.pbuf exists (#776)Daniel Hahler
2016-12-14Neovim: event handlers always expect three arguments (#768)Marco Hinz
2016-12-11[neovim] Keep alternate file unchangedJunegunn Choi