# Describe the Bug
Use `CocFzfList diagnostics` or `<Plug>(coc-references)` to open FzfList window and select a file to open. If this file has been modified and not saved, "E37: No write since last change (add ! to override)" will occurs.
I noticed the modification in commit https://github.com/antoinemadec/coc-fzf/commit/94103981228454680736c2d728862ec4616cd3ac and `edit` a file that has been modified but not saved will have the above error.
I roll the commit above and the problem disappears.
# To Reproduce
## **Minimal** vimrc
```vim
" minimal vimrc
Steps to Reproduce
CocFzfList diagnostics
select a file that has been modified but not saved
Environment
echo $FZF_DEFAULT_OPTS
:bat --version
: bat 0.15.4Are your vim plugins up-to-date?: yes
(n)vim --version
:Features: +acl +iconv +tui See ":help feature-compile"
Run :checkhealth for more info
Steps to Reproduce
CocFzfList diagnostics
Expected Behavior
no error