comparison runtime/defaults.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents 306f72cd32c2
children 1eab38e5cfdf
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
29 set ttimeoutlen=100 " wait up to 100ms after Esc for special key 29 set ttimeoutlen=100 " wait up to 100ms after Esc for special key
30 30
31 " Show @@@ in the last line if it is truncated. 31 " Show @@@ in the last line if it is truncated.
32 set display=truncate 32 set display=truncate
33 33
34 " Show a few lines of context around the cursor. 34 " Show a few lines of context around the cursor. Note that this makes the
35 " text scroll if you mouse-click near the start or end of the window.
35 set scrolloff=5 36 set scrolloff=5
36 37
37 " Do incremental searching when it's possible to timeout. 38 " Do incremental searching when it's possible to timeout.
38 if has('reltime') 39 if has('reltime')
39 set incsearch 40 set incsearch