1 Star 0 Fork 0

ic-starter/braceless.vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tommy Allen 提交于 2016-02-21 16:42 . Added movement by block segments
DOCKER = docker run -it --rm -v $(PWD):/testplugin -v $(PWD)/test/vim:/home tweekmonster/ubuntu-vims
test: test-dirs
$(DOCKER) vim-trusty '+Vader test/test.vader'
test-print: test-dirs
$(DOCKER) vim-trusty '+Vader! test/test.vader'
run-precise:
$(DOCKER) vim-precise -u /home/vimrc_full
run-trusty:
$(DOCKER) vim-trusty -u /home/vimrc_full
test-dirs: test/vim/plugins
test/vim/plugins:
mkdir -p $@
cd $@ && git clone https://github.com/junegunn/vader.vim
cd $@ && git clone https://github.com/Lokaltog/vim-easymotion
cd $@ && git clone https://github.com/Raimondi/delimitMate
cd $@ && git clone https://github.com/tpope/vim-scriptease
clean:
rm -rf test/vim/plugins
.PHONY: test test-dirs clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ic-starter/braceless.vim.git
git@gitee.com:ic-starter/braceless.vim.git
ic-starter
braceless.vim
braceless.vim
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385