Update ctrlp.txt

This commit is contained in:
Kien N 2012-12-03 04:29:14 +07:00
parent 4f996262b6
commit 254144e14b

View File

@ -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|,