local changes

This commit is contained in:
Barak Michener 2014-03-16 17:17:59 -04:00
parent 000e1a1263
commit 6a9b191145
10 changed files with 14 additions and 10 deletions

View file

@ -87,6 +87,6 @@ alias srsly="orly -s"
alias whothefuckis='finger'
alias whoami="echo 24601"
function gvim () {
`which gvim` $* &> /dev/null
}
#function gvim () {
#`which gvim` $* &> /dev/null
#}

3
.gitmodules vendored
View file

@ -94,3 +94,6 @@
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/julia-vim"]
path = .vim/bundle/julia-vim
url = https://github.com/JuliaLang/julia-vim

@ -1 +1 @@
Subproject commit b1bba2e2012efa81444bedafa12ddbdae2cccd93
Subproject commit 47a0048f346ba686e6c6b12eacec100b33e8feaa

@ -1 +1 @@
Subproject commit 523c5b532cc8ca509fc86c33ca1ca6b61ee18978
Subproject commit b340c438355e70ba3a648ccfc0e2be9b94662808

1
.vim/bundle/julia-vim Submodule

@ -0,0 +1 @@
Subproject commit b7a244b7b15b96d212c5cd300b54de4b87fa7b11

@ -1 +1 @@
Subproject commit f23ddae1a7982b40dbfbe55033c1817480f0a0ed
Subproject commit 47f054112b91431f4af391e133f2fcc5f639309c

@ -1 +1 @@
Subproject commit 5f1c24528c143c80e40016995fc902fb8b74eeee
Subproject commit b7c88b40aa40936245c2bfc3f8c1dbdc9393ddc0

@ -1 +1 @@
Subproject commit ae81dccb679a423f871809d83c6829442760748a
Subproject commit 13a11f89354ca63b88a64b3bf452f2b9d6dbc716

@ -1 +1 @@
Subproject commit 9a8be3696bc50064b9d9d146041ec4264e36e341
Subproject commit 2ad03764b67093179932f8c7105b7fddee02dcdb

2
.vimrc
View file

@ -177,7 +177,7 @@ let g:ConqueTerm_SendVisKey = '<Leader>ss'
" * YouCompleteMe
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
let g:ycm_key_invoke_completion = "<Leader><Space>"
let g:ycm_key_invoke_completion = "<Leader><Tab>"
"let g:ycm_add_preview_to_completeopt = 1
"let g:ycm_autoclose_preview_window_after_completion = 1