comparison runtime/doc/cmdline.txt @ 17667:95c23e180022

Update runtime files. commit https://github.com/vim/vim/commit/088e8e3443520dec91a384081e66445a104810bb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 8 22:15:18 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Aug 2019 22:30:08 +0200
parents 2704c4e3e20a
children 04245f071792
comparison
equal deleted inserted replaced
17666:460af4da8fa6 17667:95c23e180022
1 *cmdline.txt* For Vim version 8.1. Last change: 2019 Jul 21 1 *cmdline.txt* For Vim version 8.1. Last change: 2019 Aug 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
700 commands ":write" and ":global" have the whole file (1,$) as default. 700 commands ":write" and ":global" have the whole file (1,$) as default.
701 701
702 If more line specifiers are given than required for the command, the first 702 If more line specifiers are given than required for the command, the first
703 one(s) will be ignored. 703 one(s) will be ignored.
704 704
705 Line numbers may be specified with: *:range* *E14* *{address}* 705 Line numbers may be specified with: *:range* *{address}*
706 {number} an absolute line number 706 {number} an absolute line number
707 . the current line *:.* 707 . the current line *:.*
708 $ the last line in the file *:$* 708 $ the last line in the file *:$*
709 % equal to 1,$ (the entire file) *:%* 709 % equal to 1,$ (the entire file) *:%*
710 't position of mark t (lowercase) *:'* 710 't position of mark t (lowercase) *:'*