mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Update plugins: ctrl_p, syntastic, tagbar, taglisttoo and mark.
Added skeleton to make autocompletion for kickassembler.
This commit is contained in:
@@ -273,7 +273,7 @@ fu! s:Close()
|
||||
if exists('s:glb_acd') | let &acd = s:glb_acd | en
|
||||
let g:ctrlp_lines = []
|
||||
if s:winres[1] >= &lines && s:winres[2] == winnr('$')
|
||||
exe s:winres[0]
|
||||
exe s:winres[0].s:winres[0]
|
||||
en
|
||||
unl! s:focus s:hisidx s:hstgot s:marked s:statypes s:cline s:init s:savestr
|
||||
\ s:mrbs s:did_exp
|
||||
@@ -2054,7 +2054,7 @@ fu! ctrlp#hicheck(grp, defgrp)
|
||||
endf
|
||||
|
||||
fu! ctrlp#call(func, ...)
|
||||
cal call(a:func, a:000)
|
||||
retu call(a:func, a:000)
|
||||
endf
|
||||
"}}}1
|
||||
" * Initialization {{{1
|
||||
|
||||
Reference in New Issue
Block a user