Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Add built-in function register_executing() and register_recording() #2745

Closed
wants to merge 10 commits into from
4 changes: 2 additions & 2 deletions runtime/doc/usr_41.txt
Expand Up @@ -1016,8 +1016,8 @@ Various: *various-functions*
getreg() get contents of a register
getregtype() get type of a register
setreg() set contents and type of a register
regster_executing() return the state of the register executing
regster_recording() return the state of the register recording
reg_executing() return the state of the register executing
reg_recording() return the state of the register recording

shiftwidth() effective value of 'shiftwidth'

Expand Down