summaryrefslogtreecommitdiff
path: root/test/test_shell_integration.rb
AgeCommit message (Collapse)Author
2025-02-26[fish] Enable multiple history commands insertion (#4280)bitraid
Enable inserting multiple history commands. To disable, set `--no-multi` through `$FZF_CTRL_R_OPTS`. Also, remove the usage of `become` action, to avoid leaving behind temporary files. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2025-02-18walker: Append path separator to directoriesJunegunn Choi
Close #4255
2025-01-27More match_count fixesJunegunn Choi
2025-01-25Split integration test file (#4205)Junegunn Choi