Skip to content

Commit

Permalink
Removed supertab module and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rickman committed Sep 7, 2011
1 parent 33b996e commit 438d72d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule ".vim/bundle/spf13-vim-colors"]
path = .vim/bundle/spf13-vim-colors
url = http://github.com/spf13/vim-colors.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = http://github.com/ervandew/supertab.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
Expand Down
1 change: 0 additions & 1 deletion .vim/bundle/supertab
Submodule supertab deleted from 80ec65
8 changes: 0 additions & 8 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@
"let cfu=phpcomplete#CompletePHP
" }

" Supertab {
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabContextDefaultCompletionType = "<c-x><c-o>"
" }

" Misc {
:map <C-F10> <Esc>:vsp<CR>:VTree<CR>
" map Control + F10 to Vtree
Expand Down Expand Up @@ -280,9 +275,6 @@
inoremap <expr> <C-d> pumvisible() ? "\<PageDown>\<C-p>\<C-n>" : "\<C-d>"
inoremap <expr> <C-u> pumvisible() ? "\<PageUp>\<C-p>\<C-n>" : "\<C-u>"
" and make sure that it doesn't break supertab
let g:SuperTabCrMapping = 0

" automatically open and close the popup menu / preview window
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
set completeopt=menu,preview,longest
Expand Down

0 comments on commit 438d72d

Please sign in to comment.