Skip to content

Commit 438d72d

Browse files
author
Jason Rickman
committed
Removed supertab module and configuration
1 parent 33b996e commit 438d72d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[submodule ".vim/bundle/spf13-vim-colors"]
88
path = .vim/bundle/spf13-vim-colors
99
url = http://github.com/spf13/vim-colors.git
10-
[submodule ".vim/bundle/supertab"]
11-
path = .vim/bundle/supertab
12-
url = http://github.com/ervandew/supertab.git
1310
[submodule ".vim/bundle/fugitive"]
1411
path = .vim/bundle/fugitive
1512
url = http://github.com/tpope/vim-fugitive.git

.vim/bundle/supertab

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vimrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@
216216
"let cfu=phpcomplete#CompletePHP
217217
" }
218218

219-
" Supertab {
220-
let g:SuperTabDefaultCompletionType = "context"
221-
let g:SuperTabContextDefaultCompletionType = "<c-x><c-o>"
222-
" }
223-
224219
" Misc {
225220
:map <C-F10> <Esc>:vsp<CR>:VTree<CR>
226221
" map Control + F10 to Vtree
@@ -280,9 +275,6 @@
280275
inoremap <expr> <C-d> pumvisible() ? "\<PageDown>\<C-p>\<C-n>" : "\<C-d>"
281276
inoremap <expr> <C-u> pumvisible() ? "\<PageUp>\<C-p>\<C-n>" : "\<C-u>"
282277
283-
" and make sure that it doesn't break supertab
284-
let g:SuperTabCrMapping = 0
285-
286278
" automatically open and close the popup menu / preview window
287279
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
288280
set completeopt=menu,preview,longest

0 commit comments

Comments
 (0)