neoclide / coc-lists

Common lists for coc.nvim
264 stars 24 forks source link

session.save hangs nvim when similar directory already exists #106

Closed GordianDziwis closed 3 years ago

GordianDziwis commented 3 years ago

System

Reproduce

  1. Create tree-siiter-sparql and tree-sitter-turtle directory, each with a dummy file.
  2. Open file in one directory
  3. :call CocAction('runCommand', 'session.save')
  4. Open file in other directory
  5. :call CocAction('runCommand', 'session.save')