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'*
Use this to set your own root markers for the SetWorkingPath() function instead
of the default ones: >
Use this to set your own root markers for the SetWorkingPath() function, in
addition to the default ones: >
let g:ctrlp_root_markers = ['']
<