comparison runtime/doc/options.txt @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents bc17a9d37810
children 9cd11f6beb70
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
1 *options.txt* For Vim version 8.1. Last change: 2018 Dec 27 1 *options.txt* For Vim version 8.1. Last change: 2019 Jan 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2271 *cpo-X* 2271 *cpo-X*
2272 X When using a count with "R" the replaced text is 2272 X When using a count with "R" the replaced text is
2273 deleted only once. Also when repeating "R" with "." 2273 deleted only once. Also when repeating "R" with "."
2274 and a count. 2274 and a count.
2275 *cpo-y* 2275 *cpo-y*
2276 y A yank command can be redone with ".". 2276 y A yank command can be redone with ".". Think twice if
2277 you really want to use this, it may break some
2278 plugins, since most people expect "." to only repeat a
2279 change.
2277 *cpo-Z* 2280 *cpo-Z*
2278 Z When using "w!" while the 'readonly' option is set, 2281 Z When using "w!" while the 'readonly' option is set,
2279 don't reset 'readonly'. 2282 don't reset 'readonly'.
2280 *cpo-!* 2283 *cpo-!*
2281 ! When redoing a filter command, use the last used 2284 ! When redoing a filter command, use the last used