From ef064d4f44d0e23c9848cc971b55ab081515edce Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 22 Jun 2012 23:07:51 -0400 Subject: Remove vim-smartinput --- .gitmodules | 3 --- bundle/vim-smartinput | 1 - 2 files changed, 4 deletions(-) delete mode 160000 bundle/vim-smartinput diff --git a/.gitmodules b/.gitmodules index f28f3a48..93f68cbd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,9 +58,6 @@ [submodule "bundle/badwolf"] path = bundle/badwolf url = https://github.com/sjl/badwolf.git -[submodule "bundle/vim-smartinput"] - path = bundle/vim-smartinput - url = https://github.com/kana/vim-smartinput.git [submodule "bundle/webapi-vim"] path = bundle/webapi-vim url = https://github.com/mattn/webapi-vim.git diff --git a/bundle/vim-smartinput b/bundle/vim-smartinput deleted file mode 160000 index 78ab4b3d..00000000 --- a/bundle/vim-smartinput +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78ab4b3df24fa2753d3dfc1be75ed5a3df1565b8 -- cgit 1.4.1 abs'> summary refs log tree commit diff
path: root/bin/README (unfollow)
Commit message (Collapse)Author
2018-02-04Handle window resizing in gfcocoaJune McEnroe
2018-02-04Set cinoptionsJune McEnroe
2018-02-04Tweak colorscheme moreJune McEnroe
2018-02-04Color MatchParen DarkYellowJune McEnroe
White is not obvious enough.
2018-02-04Add palette sampling to gfxxJune McEnroe
2018-02-04Add 4-bit RGB to gfxxJune McEnroe
Replace default palette with alternating black and white.
2018-02-04Add Quit menu item to gfcocoaJune McEnroe
2018-02-04Switch back to sane Objective-C styleJune McEnroe
2018-02-04Quit gfcocoa when window closesJune McEnroe
2018-02-03Apparently this is how people write Objective-CJune McEnroe