vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

very slow motion when use foldexpr and same buffer in multiple window

Open SolaWing opened this issue 4 years ago • 0 comments

reproduce step:

  1. in nvim 5.0 head
  2. use nvim-treesitter,
  3. foldmethod=expr, foldexpr=nvim_treesitter#foldexpr()
  4. edit a file, split it, so the buffer visible in multiple window
  5. trigger a easymotion, like line jump jk.
  6. jump is very slow, will consume several seconds..

profile.txt

SolaWing avatar Apr 04 '21 15:04 SolaWing