arrangement
This commit is contained in:
parent
ad9804671c
commit
72f059b6c1
@ -42,17 +42,17 @@ func! vundle#scripts#view(title, headers, results)
|
|||||||
|
|
||||||
let g:vundle_view = bufnr('%')
|
let g:vundle_view = bufnr('%')
|
||||||
|
|
||||||
|
|
||||||
call append(0, a:headers + results)
|
call append(0, a:headers + results)
|
||||||
|
|
||||||
setl ft=vundle
|
|
||||||
setl buftype=nofile
|
setl buftype=nofile
|
||||||
setl noswapfile
|
setl noswapfile
|
||||||
|
|
||||||
setl cursorline nonu
|
setl cursorline
|
||||||
setl ro noma ignorecase syntax=vim
|
setl nonu ro noma ignorecase
|
||||||
if (exists('&relativenumber')) | setl norelativenumber | endif
|
if (exists('&relativenumber')) | setl norelativenumber | endif
|
||||||
|
|
||||||
|
setl ft=vundle
|
||||||
|
setl syntax=vim
|
||||||
syn keyword vimCommand Bundle
|
syn keyword vimCommand Bundle
|
||||||
|
|
||||||
com! -buffer -bang -nargs=1 DeleteBundle call vundle#installer#delete('!' == '<bang>', <args>)
|
com! -buffer -bang -nargs=1 DeleteBundle call vundle#installer#delete('!' == '<bang>', <args>)
|
||||||
|
Loading…
Reference in New Issue
Block a user