comparison runtime/doc/usr_05.txt @ 16808:c002c4899529

Update runtime files. commit https://github.com/vim/vim/commit/68e6560b84f196c82e27a72669684d5506a3a837 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 21:33:31 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:45:07 +0200
parents dc766e1b0c95
children af69c9335223
comparison
equal deleted inserted replaced
16807:ce0eea70294d 16808:c002c4899529
1 *usr_05.txt* For Vim version 8.1. Last change: 2019 Feb 27 1 *usr_05.txt* For Vim version 8.1. Last change: 2019 May 23
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Set your settings 5 Set your settings
6 6
232 232
233 > 233 >
234 set display=truncate 234 set display=truncate
235 235
236 Show @@@ in the last line if it is truncated, instead of hiding the whole 236 Show @@@ in the last line if it is truncated, instead of hiding the whole
237 like. See 'display'. 237 line. See 'display'.
238 238
239 > 239 >
240 set incsearch 240 set incsearch
241 241
242 Display the match for a search pattern when halfway typing it. See 242 Display the match for a search pattern when halfway typing it. See