文件名称:vim-strip-trailing-whitespace::film_frames: Vim 插件,可在保存时从 *modified* 行中删除尾随空格
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-19 08:51:10
vim neovim vim-plugin trailing-spaces Vimscript
vim-strip-trailing-whitespace 删除尾随空格的 Vim 插件 from modified lines:不应在差异中引入无关的更改,即使在编辑错误文件时也是如此。 为了修复整个文件,提供了:StripTrailingWhitespace命令。 保存时:在您脚下更改的线条会破坏任何流程,并且存在兼容性风险。 通过维护一组带有尾随空格的所有已编辑行来实现,并由子项存储行号偏移量的 Splay 树支持。 Vim支持:需要Vim 8.2+或Neovim 0.5+
【文件预览】:
vim-strip-trailing-whitespace-master
----.github()
--------workflows()
----test()
--------test.vim(2KB)
----LICENSE(1KB)
----plugin()
--------strip_trailing_whitespace.vim(8KB)
----doc()
--------strip_trailing_whitespace.txt(1KB)
----Makefile(238B)
----README.md(649B)
----runtest.vim(835B)