summaryrefslogtreecommitdiff
path: root/test/fzf.vader
AgeCommit message (Collapse)Author
2025-01-25Split integration test file (#4205)Junegunn Choi
2018-08-10[vim] Clear temporary window-local working directoryJunegunn Choi
Close #1085 Close #1086 Close https://github.com/junegunn/fzf.vim/issues/678
2017-08-20[vim] Escape backslashes in fzf#shellescape (#1021)Jan Edmund Lazo
2017-08-04[vim] Fix vader test casesJunegunn Choi
2017-06-08[vim] Uncomment test case to escape % in cmd.exe (#941)Jan Edmund Lazo
2017-05-29[vim] Replace s:fzf_shellescape and s:shellesc with fzf#shellescape (#916)Jan Edmund Lazo
2016-10-22[vim] Respect g:fzf_colorsJunegunn Choi
Close #711
2016-07-26[vim] Add fzf#wrap helper functionJunegunn Choi
Close #627
2016-07-06[vim] Restore working directory even when new window is openedJunegunn Choi
Close #612
2016-01-12[vim] Try to make 'dir' option compatible with &autochdirJunegunn Choi
When 'dir' option is passed to fzf#run(), the current working directory is temporarily changed to the given directory, and restored at the end. However, this behavior is not compatible with &autochdir. This commit introduces a heuristic to determine whether or not to restore the previous working directory. Related: https://github.com/junegunn/fzf.vim/issues/70
2015-04-04[vim] Code cleanupJunegunn Choi
2015-02-18Update Vader testsJunegunn Choi
2014-03-25Major update to Vim pluginJunegunn Choi