Only match entire line.

This commit is contained in:
empathicqubit 2018-11-02 10:38:00 -07:00
parent c3418fc810
commit 351af16cad

View file

@ -534,7 +534,7 @@ function! fzf#vim#gitfiles(args, ...)
let exclude_current = ''
if(len(paths))
let exclude_current = " | grep -v '" . paths . "'"
let exclude_current = " | grep -x -v '" . paths . "'"
endif
if a:args != '?'