summaryrefslogtreecommitdiffstats
path: root/plugin
AgeCommit message (Expand)Author
2020-02-14[vim] More border stylesJunegunn Choi
2020-02-13[vim] Do not pipe FZF_DEFAULT_COMMANDJunegunn Choi
2020-02-12[vim] Use install.ps1 to download binary on WindowsJunegunn Choi
2020-02-10[vim] Consider ambiwidth for border (#1861)Kyoichiro Yamada
2020-02-06[vim] Border style for popup window (rounded | sharp | horizontal)Junegunn Choi
2020-02-06[vim] Add support for xoffset and yoffset options for popupJunegunn Choi
2020-02-05[vim] Set &bufhidden=hide before starting terminal bufferJunegunn Choi
2020-02-04[vim] Popup window support for both Vim and NeovimJunegunn Choi
2020-01-07[vim] Use iconv only if +iconv is enabled (#1813)Jan Edmund Lazo
2019-12-16[vim] Encode list source to codepage (#1794)Jan Edmund Lazo
2019-12-15[vim] Use cterm colors on Windows (#1793)Jan Edmund Lazo
2019-12-15Add MSYS2 support as a vim plugin (#1677)msr1k
2019-12-12[windows/vim] Encode batchfile in current codepageJunegunn Choi
2019-11-12[nvim] Handle SIGHUP in exit handler (#1749)Marco Hinz
2019-11-02[vim/windows] Use chcp only if sed is in PATHJunegunn Choi
2019-10-08[vim/windows] Fix chcp parsing for the current codepageJunegunn Choi
2019-09-29[vim] Output of chcp was not parsed correctlyJunegunn Choi
2019-09-09[vim] Shell-escape `--color` option generated by fzf#wrapJunegunn Choi
2019-07-09[vim] Fix name-based colors for GVim/8.0 w/o builtin terminal (#1634)charlton1
2019-03-28[vim] Do not restore cwd when autochdir is set and buffer changedJunegunn Choi
2019-03-26[vim] Increase window height by 2 when --border is setJunegunn Choi
2018-08-20[vim] Fix directory switching around sink functionJunegunn Choi
2018-08-10[vim] Clear temporary window-local working directoryJunegunn Choi
2018-05-13[vim] Use CRLF in batchfile for multibyte codepage (#1289)Jan Edmund Lazo
2018-04-26[vim] Ignore Vim:Interrupt when "Abort" selected on E325Junegunn Choi
2018-01-26[vim] Make list options compatible with layout optionsJunegunn Choi
2017-12-05[vim] Fix terminal buffer cleanup on Vim 8Junegunn Choi
2017-12-03[vim] Remove unnecessary term_wait workaroundJunegunn Choi
2017-11-22[vim] Don't use :terminal on msys2 or Cygwin (#1155)Jan Edmund Lazo
2017-09-30[neovim] Fix Neovim plugin to use terminal instead of --heightJunegunn Choi
2017-09-29[vim] Use Vim 8 terminal when appropriateJunegunn Choi
2017-09-07[vim] Do not pathshorten prompt in cygwin (#1043)Jan Edmund Lazo
2017-09-07[vim] Update FZF command not set up lengthy prompt on narrow screenJunegunn Choi
2017-09-05[vim] Bind Ctrl-J in Vim terminal to fix enter keyJan Edmund Lazo
2017-09-05[vim] Use s:execute_term in WindowsJan Edmund Lazo
2017-09-05[vim] s:execute_term works in GVim on WindowsJan Edmund Lazo
2017-09-05[neovim] use batchfile for s:execute_term in WindowsJan Edmund Lazo
2017-09-05[neovim] Fix terminal buffer marker on WindowsMichael Smith
2017-09-05[neovim] use terminal in Windows for v0.2.1+Jan Edmund Lazo
2017-08-30[neovim] Set &shell to sh (again) after opening a new windowJunegunn Choi
2017-08-28[vim] Add parens around piped source commands (#1029)Jack O'Connor
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