diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index b362305..cd85ab0 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -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 = [''] <