update docs

This commit is contained in:
Kien N 2011-09-06 20:19:49 +07:00
parent d18b692359
commit e50970f80e

View File

@ -93,8 +93,8 @@ to your |.vimrc|; the parameter is the same (1, 2 and 0): >
< <
*'g:ctrlp_root_markers'* *'g:ctrlp_root_markers'*
Use this to set your own root markers for the SetWorkingPath() function instead Use this to set your own root markers for the SetWorkingPath() function, in
of the default ones: > addition to the default ones: >
let g:ctrlp_root_markers = [''] let g:ctrlp_root_markers = ['']
< <