vim-autosurround:自动将对(括号,引号)插入应该位于的位置

时间:2024-02-27 04:28:06
【文件属性】:

文件名称:vim-autosurround:自动将对(括号,引号)插入应该位于的位置

文件大小:27KB

文件格式:ZIP

更新时间:2024-02-27 04:28:06

vim pair surround braces VimPython

插件会在适当的位置自动添加) (或任何其他)。 当前,支持以下情况: 在类似通话的构造之后添加对: |something() type: test( -> test(|something()) 在字符串后添加对: |"blah" type: test( -> test(|"blah") 在参数后添加对: something(|arg1, arg2) type: test( -> something(test(|arg1), arg2) something(arg1, |arg2) type: test( -> something(


【文件预览】:
vim-autosurround-master
----.gitmodules(153B)
----vendor()
--------github.com()
----autosurround.vimrc(194B)
----run_tests(298B)
----tests()
--------testcases()
--------teardown.sh(88B)
--------setup.sh(731B)
----plugin()
--------autosurround.vim(1KB)
----.gitignore(44B)
----README.md(2KB)
----pythonx()
--------autosurround.py(17KB)

网友评论