comparison runtime/doc/starting.txt @ 19163:63beef1ca62c

Update runtime files. Commit: https://github.com/vim/vim/commit/ade0d39468014fd55d30f7647a1ac104baff4bc5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 21 22:33:58 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jan 2020 22:45:04 +0100
parents 9b7f90e56753
children 7be3663e2f2b
comparison
equal deleted inserted replaced
19162:d02825cf56e3 19163:63beef1ca62c
1 *starting.txt* For Vim version 8.2. Last change: 2019 Dec 11 1 *starting.txt* For Vim version 8.2. Last change: 2020 Jan 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1568 1568
1569 1569
1570 VIMINFO FILE NAME *viminfo-file-name* 1570 VIMINFO FILE NAME *viminfo-file-name*
1571 1571
1572 - The default name of the viminfo file is "$HOME/.viminfo" for Unix, 1572 - The default name of the viminfo file is "$HOME/.viminfo" for Unix,
1573 "s:.viminfo" for Amiga, "$HOME\_viminfo" for Win32. For the last two, when 1573 "s:.viminfo" for Amiga, "$HOME\_viminfo" for Win32. For Win32, when $HOME
1574 $HOME is not set, "$VIM\_viminfo" is used. When $VIM is also not set, 1574 is not set, "$VIM\_viminfo" is used. When $VIM is also not set,
1575 "c:\_viminfo" is used. 1575 "c:\_viminfo" is used.
1576 - The 'n' flag in the 'viminfo' option can be used to specify another viminfo 1576 - The 'n' flag in the 'viminfo' option can be used to specify another viminfo
1577 file name |'viminfo'|. 1577 file name |'viminfo'|.
1578 - The "-i" Vim argument can be used to set another file name, |-i|. When the 1578 - The "-i" Vim argument can be used to set another file name, |-i|. When the
1579 file name given is "NONE" (all uppercase), no viminfo file is ever read or 1579 file name given is "NONE" (all uppercase), no viminfo file is ever read or