文件名称:simple_playground:让 vim 成为游乐场
文件大小:552KB
文件格式:ZIP
更新时间:2024-07-15 05:09:27
Vimscript
简单的游乐场 Simple Playground 是一个 vim 插件,可在您写入/保存文件后以注释格式将脚本的输出插入到当前文件中。 它适用于一个脚本行产生一个输出行的情况。 ****循环打印现在不起作用 旨在减少学习新脚本或编程语言的时间。* 笔记 *still not work with loop output line* 用法 *Install* `copy simply_playground.vim to ~/.vim/plugin` *then* define patterns in a function by calling `BuildPlayground(execute_command, comment_pattern, print_pattern)` in `~/.vimrc` 例如 fun! BuildNodePlayground() call Buil
【文件预览】:
simple_playground-master
----out.gif(1.14MB)
----simple_playground.vim(3KB)
----README.md(944B)