From 254144e14b3978ec15c13036f5e1333f311b35c9 Mon Sep 17 00:00:00 2001 From: Kien N Date: Mon, 3 Dec 2012 04:29:14 +0700 Subject: [PATCH] Update ctrlp.txt --- doc/ctrlp.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index b4a24f3..42fc1fd 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -75,7 +75,7 @@ Overview:~ |ctrlp_mruf_relative|.........Show only MRU files in the working directory. |ctrlp_mruf_default_order|....Disable sorting. |ctrlp_mruf_case_sensitive|...MRU files are case sensitive or not. - |ctrlp_mruf_save_on_update|...Save the list to disk whenever it's updated. + |ctrlp_mruf_save_on_update|...Save to disk whenever a new entry is added. Advanced options: |ctrlp_open_func|.............Use custom file opening functions. @@ -576,8 +576,8 @@ MRU entries: > < *'g:ctrlp_mruf_save_on_update'* -Set this to 0 to disable saving of the MRU list to disk whenever the list is -updated, saving will then only occur when exiting Vim: > +Set this to 0 to disable saving of the MRU list to hard drive whenever a new +entry is added, saving will then only occur when exiting Vim: > let g:ctrlp_mruf_save_on_update = 1 < @@ -1253,6 +1253,8 @@ Special thanks:~ =============================================================================== CHANGELOG *ctrlp-changelog* +Before 2012/11/30~ + + New options: |g:ctrlp_abbrev|, |g:ctrlp_key_loop|, |g:ctrlp_open_func|,