5 lines
85 B
VimL
5 lines
85 B
VimL
" set the history far higher (default 50)
|
|
if &history < 1000
|
|
set history=1000
|
|
endif
|