comparison runtime/doc/options.txt @ 5991:a42ba1e50992 v7.4.336

updated for version 7.4.336 Problem: Setting 'history' to a big value causes out-of-memory errors. Solution: Limit the value to 10000. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 11:48:54 +0200
parents 92751673cc37
children 7b83c190d370
comparison
equal deleted inserted replaced
5990:4aa63564dd3f 5991:a42ba1e50992
3918 You can specify whether the highlight status is restored on startup 3918 You can specify whether the highlight status is restored on startup
3919 with the 'h' flag in 'viminfo' |viminfo-h|. 3919 with the 'h' flag in 'viminfo' |viminfo-h|.
3920 NOTE: This option is reset when 'compatible' is set. 3920 NOTE: This option is reset when 'compatible' is set.
3921 3921
3922 *'history'* *'hi'* 3922 *'history'* *'hi'*
3923 'history' 'hi' number (Vim default: 20, Vi default: 0) 3923 'history' 'hi' number (Vim default: 50, Vi default: 0)
3924 global 3924 global
3925 {not in Vi} 3925 {not in Vi}
3926 A history of ":" commands, and a history of previous search patterns 3926 A history of ":" commands, and a history of previous search patterns
3927 are remembered. This option decides how many entries may be stored in 3927 is remembered. This option decides how many entries may be stored in
3928 each of these histories (see |cmdline-editing|). 3928 each of these histories (see |cmdline-editing|).
3929 The maximum value is 10000.
3929 NOTE: This option is set to the Vi default value when 'compatible' is 3930 NOTE: This option is set to the Vi default value when 'compatible' is
3930 set and to the Vim default value when 'compatible' is reset. 3931 set and to the Vim default value when 'compatible' is reset.
3931 3932
3932 *'hkmap'* *'hk'* *'nohkmap'* *'nohk'* 3933 *'hkmap'* *'hk'* *'nohkmap'* *'nohk'*
3933 'hkmap' 'hk' boolean (default off) 3934 'hkmap' 'hk' boolean (default off)