From 712e91b49234300a0095aac3a65305fe4608d5d5 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 11 Mar 2014 10:21:24 -0700 Subject: [PATCH] update submodules and junk --- misc-files/powerline | 2 +- vim-files/.vim/.netrwhist | 4 ++++ vim-files/.vim/bundle/jedi-vim | 2 +- vim-files/.vim/bundle/neocomplcache-ultisnips | 2 +- vim-files/.vim/bundle/tcomment_vim | 2 +- vim-files/.vim/bundle/ultisnips | 2 +- vim-files/.vim/bundle/vim-easymotion | 2 +- vim-files/.vim/bundle/vim-eunuch | 2 +- vim-files/.vim/bundle/vim-fugitive | 2 +- vim-files/.vim/bundle/vim-gitgutter | 2 +- vim-files/.vim/bundle/vim-sensible | 2 +- zsh-files/oh-my-zsh | 2 +- 12 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 vim-files/.vim/.netrwhist diff --git a/misc-files/powerline b/misc-files/powerline index 48a076f..70a94ee 160000 --- a/misc-files/powerline +++ b/misc-files/powerline @@ -1 +1 @@ -Subproject commit 48a076f6588b71ad6fc34ef39d83dc67585d63cb +Subproject commit 70a94ee7d39a0958a06436aaeba05bd830830cc8 diff --git a/vim-files/.vim/.netrwhist b/vim-files/.vim/.netrwhist new file mode 100644 index 0000000..580c6de --- /dev/null +++ b/vim-files/.vim/.netrwhist @@ -0,0 +1,4 @@ +let g:netrw_dirhistmax =10 +let g:netrw_dirhist_cnt =2 +let g:netrw_dirhist_1='/nail/home/hsaxberg/pg/yelp-main/internalapi_cmds' +let g:netrw_dirhist_2='/nail/home/hsaxberg/pg/yelp-main/yelp/clientlibs/elasticsearch' diff --git a/vim-files/.vim/bundle/jedi-vim b/vim-files/.vim/bundle/jedi-vim index d9a43db..feb7688 160000 --- a/vim-files/.vim/bundle/jedi-vim +++ b/vim-files/.vim/bundle/jedi-vim @@ -1 +1 @@ -Subproject commit d9a43db019da0390406e34cb161a61fba43bf250 +Subproject commit feb7688d07178baf8d1f112de6ffa8322f43bb93 diff --git a/vim-files/.vim/bundle/neocomplcache-ultisnips b/vim-files/.vim/bundle/neocomplcache-ultisnips index 13d73d4..a5eb1ce 160000 --- a/vim-files/.vim/bundle/neocomplcache-ultisnips +++ b/vim-files/.vim/bundle/neocomplcache-ultisnips @@ -1 +1 @@ -Subproject commit 13d73d423149b67adf9e0d1f75e778e29a1736bb +Subproject commit a5eb1ce07f59d914667a0f1db602adb6ac51c986 diff --git a/vim-files/.vim/bundle/tcomment_vim b/vim-files/.vim/bundle/tcomment_vim index b558f62..413aee1 160000 --- a/vim-files/.vim/bundle/tcomment_vim +++ b/vim-files/.vim/bundle/tcomment_vim @@ -1 +1 @@ -Subproject commit b558f629f276dabf809d163962b6bd13cdfd7386 +Subproject commit 413aee121785b492e5934509d65ead21c7401519 diff --git a/vim-files/.vim/bundle/ultisnips b/vim-files/.vim/bundle/ultisnips index ae611cc..001c2a9 160000 --- a/vim-files/.vim/bundle/ultisnips +++ b/vim-files/.vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit ae611ccf950a93f93cab64542cbe48029f1e9c02 +Subproject commit 001c2a96738033d9ccec95c885e53f1c4b1b6588 diff --git a/vim-files/.vim/bundle/vim-easymotion b/vim-files/.vim/bundle/vim-easymotion index 667a668..3949408 160000 --- a/vim-files/.vim/bundle/vim-easymotion +++ b/vim-files/.vim/bundle/vim-easymotion @@ -1 +1 @@ -Subproject commit 667a668e114e9ec0e5d4cbcb0962d835b23614c4 +Subproject commit 3949408e594657ad3fa7d1302568acd734b831d4 diff --git a/vim-files/.vim/bundle/vim-eunuch b/vim-files/.vim/bundle/vim-eunuch index 6a4d193..bfa90b1 160000 --- a/vim-files/.vim/bundle/vim-eunuch +++ b/vim-files/.vim/bundle/vim-eunuch @@ -1 +1 @@ -Subproject commit 6a4d1933ad61ad94f2fa06905337a51cb0304ac1 +Subproject commit bfa90b1f66a321747aaa44e7f9f575f7834ccc63 diff --git a/vim-files/.vim/bundle/vim-fugitive b/vim-files/.vim/bundle/vim-fugitive index 8f0b8ed..f395f3c 160000 --- a/vim-files/.vim/bundle/vim-fugitive +++ b/vim-files/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 8f0b8edfbd246c0026b7a2388e1d883d579ac7f6 +Subproject commit f395f3cbeaa353ff1545c3c8f86b2fef65003592 diff --git a/vim-files/.vim/bundle/vim-gitgutter b/vim-files/.vim/bundle/vim-gitgutter index 13a11f8..a1a29b8 160000 --- a/vim-files/.vim/bundle/vim-gitgutter +++ b/vim-files/.vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 13a11f89354ca63b88a64b3bf452f2b9d6dbc716 +Subproject commit a1a29b87eeee6bbc0853e505b487d26d4ebae58f diff --git a/vim-files/.vim/bundle/vim-sensible b/vim-files/.vim/bundle/vim-sensible index 92c7ee7..01854b1 160000 --- a/vim-files/.vim/bundle/vim-sensible +++ b/vim-files/.vim/bundle/vim-sensible @@ -1 +1 @@ -Subproject commit 92c7ee739b9dc1815e44ca198ffa7b12592bbdf8 +Subproject commit 01854b14c7ad4aab9b574bbcb159b59502a10746 diff --git a/zsh-files/oh-my-zsh b/zsh-files/oh-my-zsh index d485044..86a272e 160000 --- a/zsh-files/oh-my-zsh +++ b/zsh-files/oh-my-zsh @@ -1 +1 @@ -Subproject commit d485044169c2ac18e9e8e7fe29f7d4d93864168a +Subproject commit 86a272ef81a1094d21dfdd1d38ad20e7347f389d