comparison runtime/doc/eval.txt @ 19783:546bdeef35f1 v8.2.0448

patch 8.2.0448: various functions not properly tested Commit: https://github.com/vim/vim/commit/0e05de46226eb4e5ea580beefa71831f92d613d3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 22:23:46 2020 +0100 patch 8.2.0448: various functions not properly tested Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 22:30:04 +0100
parents 810eee1b42e3
children 2dc5e6ddeb4c
comparison
equal deleted inserted replaced
19782:e5f4316b01dd 19783:546bdeef35f1
8800 GetErrorlist()->setqflist() 8800 GetErrorlist()->setqflist()
8801 < 8801 <
8802 *setreg()* 8802 *setreg()*
8803 setreg({regname}, {value} [, {options}]) 8803 setreg({regname}, {value} [, {options}])
8804 Set the register {regname} to {value}. 8804 Set the register {regname} to {value}.
8805 If {regname} is "" or "@", the unnamed register '"' is used.
8805 {value} may be any value returned by |getreg()|, including 8806 {value} may be any value returned by |getreg()|, including
8806 a |List|. 8807 a |List|.
8807 If {options} contains "a" or {regname} is upper case, 8808 If {options} contains "a" or {regname} is upper case,
8808 then the value is appended. 8809 then the value is appended.
8809 {options} can also contain a register type specification: 8810 {options} can also contain a register type specification: