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

🎞️ Vim plugin that removes trailing whitespace from *modified* lines on save

Results 3 vim-strip-trailing-whitespace issues
Sort by recently updated
recently updated
newest added

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,...

Thanks for this plugin. I'm having an issue though, if [nvim-spectre](https://github.com/windwp/nvim-spectre) is installed. Calling `:lua require('spectre').open()` will open the spectre window. But if I then call `:lua require('spectre').open()` a 2nd...

Hello 😃 I get the error: ```sh Error executing lua callback: [string ":lua"]:1: Vim(call):E16: Invalid range: call s:RemoveRange(a:start, a:end - 1) ``` How to reproduce: ```vim function! ReverseLines() range let...