comparison runtime/doc/repeat.txt @ 9644:9f7bcc2c3b97

commit https://github.com/vim/vim/commit/6f1d9a096bf22d50c727dca73abbfb8e3ff55176 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 24 14:12:38 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jul 2016 14:15:06 +0200
parents 64035abb986b
children a5ef9968638c
comparison
equal deleted inserted replaced
9643:5aee77e6b395 9644:9f7bcc2c3b97
1 *repeat.txt* For Vim version 7.4. Last change: 2016 Jun 11 1 *repeat.txt* For Vim version 7.4. Last change: 2016 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
293 ... lines to be converted ... 293 ... lines to be converted ...
294 scriptencoding 294 scriptencoding
295 ... not converted ... 295 ... not converted ...
296 296
297 < When conversion isn't supported by the system, there 297 < When conversion isn't supported by the system, there
298 is no error message and no conversion is done. 298 is no error message and no conversion is done. When a
299 line can't be converted there is no error and the
300 original line is kept.
299 301
300 Don't use "ucs-2" or "ucs-4", scripts cannot be in 302 Don't use "ucs-2" or "ucs-4", scripts cannot be in
301 these encodings (they would contain NUL bytes). 303 these encodings (they would contain NUL bytes).
302 When a sourced script starts with a BOM (Byte Order 304 When a sourced script starts with a BOM (Byte Order
303 Mark) in utf-8 format Vim will recognize it, no need 305 Mark) in utf-8 format Vim will recognize it, no need