File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
[submodule ".vim/bundle/spf13-vim-colors "]
8
8
path = .vim/bundle/spf13-vim-colors
9
9
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
13
10
[submodule ".vim/bundle/fugitive "]
14
11
path = .vim/bundle/fugitive
15
12
url = http://github.com/tpope/vim-fugitive.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 216
216
" let cfu=phpcomplete#CompletePHP
217
217
" }
218
218
219
- " Supertab {
220
- let g: SuperTabDefaultCompletionType = " context"
221
- let g: SuperTabContextDefaultCompletionType = " <c-x><c-o>"
222
- " }
223
-
224
219
" Misc {
225
220
:map <C-F10> <Esc> :vsp<CR> :VTree<CR>
226
221
" map Control + F10 to Vtree
280
275
inoremap <expr> <C-d> pumvisible() ? "\<PageDown> \<C-p> \<C-n> " : "\<C-d> "
281
276
inoremap <expr> <C-u> pumvisible() ? "\<PageUp> \<C-p> \<C-n> " : "\<C-u> "
282
277
283
- " and make sure that it doesn't break supertab
284
- let g: SuperTabCrMapping = 0
285
-
286
278
" automatically open and close the popup menu / preview window
287
279
au CursorMovedI ,InsertLeave * if pumvisible () == 0 |silent ! pclose |endif
288
280
set completeopt = menu ,preview,longest
You can’t perform that action at this time.
0 commit comments