summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-14 20:02:58 -0500
committerJune McEnroe <programble@gmail.com>2012-01-14 20:02:58 -0500
commit51bf5a7ee4dd724cdb0781003b6fe19e961c2c8d (patch)
treeffdd64d8b80634f84f3f1a35a4f929ec0f01790c
parentAdded gist-vim (diff)
downloadsrc-51bf5a7ee4dd724cdb0781003b6fe19e961c2c8d.tar.gz
src-51bf5a7ee4dd724cdb0781003b6fe19e961c2c8d.zip
Added ooc.vim
Diffstat (limited to '')
-rw-r--r--.gitmodules3
m---------bundle/ooc.vim0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 752e0632..2e3a93b9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
 [submodule "bundle/gist-vim"]
 	path = bundle/gist-vim
 	url = https://github.com/mattn/gist-vim.git
+[submodule "bundle/ooc.vim"]
+	path = bundle/ooc.vim
+	url = git://github.com/programble/ooc.vim.git
diff --git a/bundle/ooc.vim b/bundle/ooc.vim
new file mode 160000
+Subproject 69c9ee7c366c488ee076e479b76cefbb517c210
>Document PSlitJune McEnroe 2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe