" Allow backspacing over everything in insert mode.
set backspace=indent,eol,start
-set history=200 " keep 200 lines of command line history
set ruler " show the cursor position all the time
set showcmd " display incomplete commands
See |highlight-default| for the default highlight groups.
*'history'* *'hi'*
-'history' 'hi' number (Vim default: 50, Vi default: 0,
- set to 200 in |defaults.vim|)
+'history' 'hi' number (Vim default: 200, Vi default: 0)
global
A history of ":" commands, and a history of previous search patterns
is remembered. This option decides how many entries may be stored in
SCTX_INIT},
{"history", "hi", P_NUM|P_VIM,
(char_u *)&p_hi, PV_NONE, NULL, NULL,
- {(char_u *)0L, (char_u *)50L} SCTX_INIT},
+ {(char_u *)0L, (char_u *)200L} SCTX_INIT},
{"hkmap", "hk", P_BOOL|P_VI_DEF|P_VIM,
#ifdef FEAT_RIGHTLEFT
(char_u *)&p_hkmap, PV_NONE, NULL, NULL,
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 895,
/**/
894,
/**/