Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 555060
Collapse All | Expand All

(-)a/plugin/briofita-support.vim (-1 / +9 lines)
Lines 25-30 if exists("s:briofita_support_version") || exists("g:briofita_support_version") Link Here
25
    finish
25
    finish
26
endif
26
endif
27
27
28
" Vimscript Setup: {{{1
29
" Allow use of line continuation.
30
let s:save_cpo = &cpo
31
set cpo&vim
32
28
let s:briofita_support_version = ["3.1.0"]
33
let s:briofita_support_version = ["3.1.0"]
29
let g:briofita_support_version = copy(s:briofita_support_version)
34
let g:briofita_support_version = copy(s:briofita_support_version)
30
35
Lines 1570-1575 function! g:BriofitaMenu(...) " {{{1 Link Here
1570
    "endif
1575
    "endif
1571
endfunction
1576
endfunction
1572
1577
1578
" Teardown:{{{1
1579
"reset &cpo back to users setting
1580
let &cpo = s:save_cpo
1581
1573
"
1582
"
1574
"----------------------------------------------------------------------------
1583
"----------------------------------------------------------------------------
1575
"
1584
"
1576
- 

Return to bug 555060