mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc/eval.txt: remove references to E706 (#6629)
Removed in Vim in 7.4.1578 (975b5271) and 7.4.1546 (f6f32c38b).
This commit is contained in:
parent
a2c2fa68c1
commit
cc29827bc2
@ -394,10 +394,6 @@ This works like: >
|
|||||||
: let index = index + 1
|
: let index = index + 1
|
||||||
:endwhile
|
:endwhile
|
||||||
|
|
||||||
Note that all items in the list should be of the same type, otherwise this
|
|
||||||
results in error |E706|. To avoid this |:unlet| the variable at the end of
|
|
||||||
the loop.
|
|
||||||
|
|
||||||
If all you want to do is modify each item in the list then the |map()|
|
If all you want to do is modify each item in the list then the |map()|
|
||||||
function will be a simpler method than a for loop.
|
function will be a simpler method than a for loop.
|
||||||
|
|
||||||
@ -7429,8 +7425,7 @@ systemlist({cmd} [, {input} [, {keepempty}]]) *systemlist()*
|
|||||||
unless {keepempty} is non-zero.
|
unless {keepempty} is non-zero.
|
||||||
Note that on MS-Windows you may get trailing CR characters.
|
Note that on MS-Windows you may get trailing CR characters.
|
||||||
|
|
||||||
Returns an empty string on error, so be careful not to run
|
Returns an empty string on error.
|
||||||
into |E706|.
|
|
||||||
|
|
||||||
|
|
||||||
tabpagebuflist([{arg}]) *tabpagebuflist()*
|
tabpagebuflist([{arg}]) *tabpagebuflist()*
|
||||||
|
Loading…
Reference in New Issue
Block a user