parent
7dbf7f2be9
commit
92b8c399dd
@ -689,7 +689,7 @@ fu! s:PrtSwitcher()
|
|||||||
unl s:force
|
unl s:force
|
||||||
endf
|
endf
|
||||||
fu! s:SetWD(...) "{{{1
|
fu! s:SetWD(...) "{{{1
|
||||||
let pathmode = s:pathmode
|
let pathmode = s:wpmode
|
||||||
if a:0 && strlen(a:1) | if type(a:1)
|
if a:0 && strlen(a:1) | if type(a:1)
|
||||||
cal ctrlp#setdir(a:1) | retu
|
cal ctrlp#setdir(a:1) | retu
|
||||||
el
|
el
|
||||||
@ -1338,6 +1338,8 @@ fu! s:getenv()
|
|||||||
let [s:winh, s:crcursor] = [min([s:mxheight, &lines]), getpos('.')]
|
let [s:winh, s:crcursor] = [min([s:mxheight, &lines]), getpos('.')]
|
||||||
let [s:crbufnr, s:crvisual] = [bufnr('%'), s:lastvisual()]
|
let [s:crbufnr, s:crvisual] = [bufnr('%'), s:lastvisual()]
|
||||||
let s:currwin = s:mwbottom ? winnr() : winnr() + has('autocmd')
|
let s:currwin = s:mwbottom ? winnr() : winnr() + has('autocmd')
|
||||||
|
let s:wpmode = exists('b:ctrlp_working_path_mode')
|
||||||
|
\ ? b:ctrlp_working_path_mode : s:pathmode
|
||||||
if exists('g:ctrlp_extensions')
|
if exists('g:ctrlp_extensions')
|
||||||
if index(g:ctrlp_extensions, 'undo') >= 0
|
if index(g:ctrlp_extensions, 'undo') >= 0
|
||||||
\ && v:version > 702 && has('patch005') && exists('*undotree')
|
\ && v:version > 702 && has('patch005') && exists('*undotree')
|
||||||
|
@ -97,6 +97,7 @@ variable: >
|
|||||||
.bzr/
|
.bzr/
|
||||||
_darcs/
|
_darcs/
|
||||||
0 - don’t manage working directory.
|
0 - don’t manage working directory.
|
||||||
|
Use b:ctrlp_working_path_mode (a |b:var|) to set this option for each buffer.
|
||||||
|
|
||||||
*'g:ctrlp_root_markers'*
|
*'g:ctrlp_root_markers'*
|
||||||
Use this to set your own root markers in addition to the default ones. Your
|
Use this to set your own root markers in addition to the default ones. Your
|
||||||
|
Loading…
Reference in New Issue
Block a user