From e50970f80eeba2317465b7dd1ecbc3bc4ba634ee Mon Sep 17 00:00:00 2001 From: Kien N Date: Tue, 6 Sep 2011 20:19:49 +0700 Subject: [PATCH] update docs --- doc/ctrlp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [''] <