vim-strip-trailing-whitespace icon indicating copy to clipboard operation
vim-strip-trailing-whitespace copied to clipboard

Conflicts with floaterm in neovim

Open perrin4869 opened this issue 4 years ago • 0 comments

I did not debug this in detail, but when running commands in floaterm I would get errors such as Error executing lua callback: [string ":lua"]:1: Vim(call):E16: Invalid range: call s:RemoveRange(start, end) | endif. Removing vim-strip-trailing-whitespace solved the issue. I initially I tried to do

❯ cat home/.vim/after/plugin/floaterm.vim
autocmd FileType floaterm let b:strip_trailing_whitespace_enabled=0

But it did not solve the problem. I could try to dig into this deeper, but for now I thought I'd open an issue. Please tell me if there are some suggestions of things to try!

perrin4869 avatar Nov 11 '21 10:11 perrin4869