Only match entire line.
This commit is contained in:
parent
c3418fc810
commit
351af16cad
1 changed files with 1 additions and 1 deletions
|
@ -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 != '?'
|
||||
|
|
Loading…
Add table
Reference in a new issue