如果你安有 python3 或者 python 支持的话,可以
:py3 import vim
:py3 vim.current.buffer[:] = list(sorted(vim.current.buffer, key=len))
vim 按字符长度排序
最新推荐文章于 2022-07-07 21:38:23 发布
如果你安有 python3 或者 python 支持的话,可以
:py3 import vim
:py3 vim.current.buffer[:] = list(sorted(vim.current.buffer, key=len))
933
928
6378

被折叠的 条评论
为什么被折叠?