comparison runtime/doc/repeat.txt @ 10895:c391bfbdb452

Updated runtime files. commit https://github.com/vim/vim/commit/3df0173fa6d0418e89ef4e9c1d04a97c92eec27c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 22:47:16 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 23:00:06 +0100
parents 9f48eab77d62
children 8e5ec22db3d8
comparison
equal deleted inserted replaced
10894:f1cb20e3550e 10895:c391bfbdb452
1 *repeat.txt* For Vim version 8.0. Last change: 2016 Sep 11 1 *repeat.txt* For Vim version 8.0. Last change: 2017 Feb 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
303 these encodings (they would contain NUL bytes). 303 these encodings (they would contain NUL bytes).
304 When a sourced script starts with a BOM (Byte Order 304 When a sourced script starts with a BOM (Byte Order
305 Mark) in utf-8 format Vim will recognize it, no need 305 Mark) in utf-8 format Vim will recognize it, no need
306 to use ":scriptencoding utf-8" then. 306 to use ":scriptencoding utf-8" then.
307 307
308 If you set the 'encoding' option in your |.vimrc|,
309 `:scriptencoding` must be placed after that. E.g.: >
310 set encoding=utf-8
311 scriptencoding utf-8
312 <
308 When compiled without the |+multi_byte| feature this 313 When compiled without the |+multi_byte| feature this
309 command is ignored. 314 command is ignored.
310 {not in Vi} 315 {not in Vi}
311 316
312 *:scr* *:scriptnames* 317 *:scr* *:scriptnames*