comparison src/testdir/test49.vim @ 18829:eff8d8f72a82 v8.1.2402

patch 8.1.2402: typos and other small things Commit: https://github.com/vim/vim/commit/f48ee3c28488f7c361732316f905ac420b3d8087 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 6 22:18:20 2019 +0100 patch 8.1.2402: typos and other small things Problem: Typos and other small things. Solution: Small fixes.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 22:30:04 +0100
parents ece46bd3c9af
children 792398a9fe39
comparison
equal deleted inserted replaced
18828:ac753285efc2 18829:eff8d8f72a82
176 " One argument: 176 " One argument:
177 " The argument and the Xnext value are multiplied to build the 177 " The argument and the Xnext value are multiplied to build the
178 " next Xpath value. No new Xnext value is prepared. The argument 178 " next Xpath value. No new Xnext value is prepared. The argument
179 " should be 2^(n-1) for the nth Xloop command inside the loop. 179 " should be 2^(n-1) for the nth Xloop command inside the loop.
180 " If the loop has only one Xloop command, the argument can be 180 " If the loop has only one Xloop command, the argument can be
181 " ommitted (default: 1). 181 " omitted (default: 1).
182 " 182 "
183 " - Use XloopNEXT before ":continue" and ":endwhile". This computes a new 183 " - Use XloopNEXT before ":continue" and ":endwhile". This computes a new
184 " Xnext value for the next execution of the loop by multiplying the old 184 " Xnext value for the next execution of the loop by multiplying the old
185 " one with the factor specified in the XloopINIT command. No Argument. 185 " one with the factor specified in the XloopINIT command. No Argument.
186 " Alternatively, when XloopINIT! is used, a single XloopNEXT at the 186 " Alternatively, when XloopINIT! is used, a single XloopNEXT at the